Skip to content

Commit 9b458b1

Browse files
committed
docs: use new custom reference API subdomain
1 parent 0c61074 commit 9b458b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{
2424
"id": "reference",
2525
"title": "Reference API",
26-
"href": "https://invertase.github.io/react-native-firebase/modules.html"
26+
"href": "https://reference.rnfirebase.io/modules.html"
2727
}
2828
],
2929
"sidebar": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint:all": "yarn lint && yarn lint:markdown && yarn lint:spellcheck && yarn tsc:compile",
2525
"test:full": "bash ./scripts/run-full-tests.sh",
2626
"reference:api": "typedoc",
27-
"reference:api:gh-pages": "typedoc --out apidocs-out --hostedBaseUrl https://invertase.github.io/react-native-firebase/ --useHostedBaseUrlForAbsoluteLinks",
27+
"reference:api:gh-pages": "typedoc --out apidocs-out --hostedBaseUrl https://reference.rnfirebase.io/ --useHostedBaseUrlForAbsoluteLinks",
2828
"tests:ai:mocks": "yarn ts-node ./scripts/fetch_ai_mock_responses.ts && yarn ts-node ./packages/ai/__tests__/test-utils/convert-mocks.ts",
2929
"tests:jest": "jest",
3030
"tests:jest-watch": "jest --watch",

0 commit comments

Comments
 (0)