Skip to content

Commit 76fba07

Browse files
committed
docs: update gh pages url
1 parent 0596bf2 commit 76fba07

File tree

6 files changed

+199
-200
lines changed

6 files changed

+199
-200
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ jobs:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./docs/build
4040
publish_branch: gh-pages
41-
cname: react-native-iap.hyo.dev

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ cd example-expo && bun test # Expo example tests (if available)
149149
4. Run tests and linting: `yarn typecheck && yarn lint --fix`
150150
5. Submit a pull request with a clear description
151151

152-
For detailed usage examples and error handling, see the [documentation](https://react-native-iap.hyo.dev).
152+
For detailed usage examples and error handling, see the [documentation](https://hyochan.github.io/react-native-iap).

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# React Native IAP
22

33
<div align="center">
4-
<img src="https://react-native-iap.hyo.dev/img/icon.png" alt="React Native IAP Logo" width="150" />
4+
<img src="https://hyochan.github.io/react-native-iap/img/icon.png" alt="React Native IAP Logo" width="150" />
55

66
[![Version](http://img.shields.io/npm/v/react-native-iap.svg?style=flat-square)](https://npmjs.org/package/react-native-iap)
77
[![Next Version](https://img.shields.io/npm/v/react-native-iap/next)](https://npmjs.org/package/react-native-iap)
@@ -17,7 +17,7 @@
1717

1818
## 📚 Documentation
1919

20-
**[📖 Visit our comprehensive documentation site →](https://react-native-iap.hyo.dev)**
20+
**[📖 Visit our comprehensive documentation site →](https://hyochan.github.io/react-native-iap)**
2121

2222
## ⚠️ Notice
2323

@@ -43,7 +43,7 @@ npm install react-native-iap react-native-nitro-modules
4343
yarn add react-native-iap react-native-nitro-modules
4444
```
4545

46-
**[📖 See the complete installation guide and quick start tutorial →](https://react-native-iap.hyo.dev/docs/installation)**
46+
**[📖 See the complete installation guide and quick start tutorial →](https://hyochan.github.io/react-native-iap/docs/installation)**
4747

4848
## 🏗️ Architecture
4949

@@ -154,15 +154,15 @@ React Native IAP is **OpenIAP compliant**. For detailed store configuration:
154154

155155
## 🎯 What's Next?
156156

157-
**[📖 Visit our comprehensive documentation site →](https://react-native-iap.hyo.dev)**
157+
**[📖 Visit our comprehensive documentation site →](https://hyochan.github.io/react-native-iap)**
158158

159159
### Key Resources
160160

161-
- **[Installation & Quick Start](https://react-native-iap.hyo.dev/docs/installation)** - Get started in minutes
162-
- **[API Reference](https://react-native-iap.hyo.dev/docs/api)** - Complete useIAP hook documentation
163-
- **[Examples](https://react-native-iap.hyo.dev/docs/examples/basic-store)** - Production-ready implementations
164-
- **[Error Handling](https://react-native-iap.hyo.dev/docs/api/error-codes)** - OpenIAP compliant error codes
165-
- **[Troubleshooting](https://react-native-iap.hyo.dev/docs/guides/troubleshooting)** - Common issues and solutions
161+
- **[Installation & Quick Start](https://hyochan.github.io/react-native-iap/docs/installation)** - Get started in minutes
162+
- **[API Reference](https://hyochan.github.io/react-native-iap/docs/api)** - Complete useIAP hook documentation
163+
- **[Examples](https://hyochan.github.io/react-native-iap/docs/examples/basic-store)** - Production-ready implementations
164+
- **[Error Handling](https://hyochan.github.io/react-native-iap/docs/api/error-codes)** - OpenIAP compliant error codes
165+
- **[Troubleshooting](https://hyochan.github.io/react-native-iap/docs/guides/troubleshooting)** - Common issues and solutions
166166

167167
## Sponsors
168168

docs/blog/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
react-native-iap:
22
label: React Native IAP
3-
permalink: /react-native-iap
3+
permalink: /
44
description: In-app purchase library for Expo and React Native
55

66
in-app-purchase:

docs/docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ const config: Config = {
1515
v4: true, // Improve compatibility with the upcoming Docusaurus v4
1616
},
1717

18-
// Set the production url of your site here
19-
url: 'https://react-native-iap.hyo.dev',
18+
// Set the production url of your site here (no sub-path)
19+
url: 'https://hyochan.github.io',
2020
// Set the /<baseUrl>/ pathname under which your site is served
21-
// For custom domain, use root path
22-
baseUrl: '/',
21+
// For project pages on GitHub Pages, use "/<repo>/"
22+
baseUrl: '/react-native-iap/',
2323

2424
// GitHub pages deployment config.
2525
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)