Skip to content

Commit

Permalink
docs: Deploy docs to https://nitro.margelo.com instead of GH
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Oct 5, 2024
1 parent 67faa97 commit cc306a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd ios && pod install

## Documentation

- [**Nitro** docs 📚](https://mrousavy.github.io/nitro/)
- [**Nitro** docs 📚](https://nitro.margelo.com)
- [**Community Discord** 💬](https://discord.gg/6CSHz2qAvA)
- [**nitrogen**/README.md](./packages/nitrogen/README.md)
- [**react-native-nitro-modules**/README.md](./packages/react-native-nitro-modules/README.md)
Expand Down
5 changes: 2 additions & 3 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ const config: Config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://mrousavy.github.io',
url: 'https://nitro.margelo.com',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/nitro/',
baseUrl: '/',

// GitHub pages deployment config.
organizationName: 'mrousavy',
projectName: 'nitro',
deploymentBranch: 'gh-pages',
trailingSlash: false,
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down
2 changes: 1 addition & 1 deletion packages/nitrogen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ npm i nitro-codegen -D

## Usage

See the [Nitrogen documentation](https://mrousavy.github.io/nitro/docs/nitrogen) for more information.
See the [Nitrogen documentation](https://nitro.margelo.com/docs/nitrogen) for more information.

0 comments on commit cc306a1

Please sign in to comment.