-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs: publish a close-to-stock typedoc reference site to GitHub Pages, manually or on publish #8952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| name: Deploy API Reference | ||
| on: | ||
| workflow_dispatch: | ||
| jobs: | ||
| deploy-api-reference: | ||
| name: 'Deploy API Reference' | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| pages: write | ||
| id-token: write | ||
| steps: | ||
| - uses: actions/checkout@v6 | ||
| with: | ||
| fetch-depth: 0 | ||
| - uses: actions/setup-node@v6 | ||
| with: | ||
| node-version: lts/* | ||
| registry-url: 'https://registry.npmjs.org' | ||
| - name: Install latest NPM | ||
| run: | | ||
| npm --version | ||
| npm install -g npm@latest | ||
| npm --version | ||
| - name: Yarn Install | ||
| uses: nick-fields/retry@v3 | ||
| with: | ||
| timeout_minutes: 15 | ||
| retry_wait_seconds: 60 | ||
| max_attempts: 3 | ||
| command: yarn | ||
| - name: Build API reference (TypeDoc) | ||
| run: yarn reference:api:gh-pages | ||
| - name: Upload API reference artifact | ||
| uses: actions/upload-pages-artifact@v3 | ||
| with: | ||
| path: ./apidocs-out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -132,6 +132,7 @@ NoSQL | |
| Notifee | ||
| notifee | ||
| NPE | ||
| npm | ||
| NPM | ||
| OAuth | ||
| onboarding | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # API reference | ||
|
|
||
| This site documents the TypeScript and JavaScript APIs for the [`react-native-firebase`](https://github.com/invertase/react-native-firebase) packages published on npm under the `@react-native-firebase/*` scope. | ||
|
|
||
| The **app** module is required; all other modules are optional peer packages. Use the sidebar to open each package. Cross-package types (for example `FirebaseApp`) link between modules when they are part of this documentation build. | ||
|
|
||
| For guides and setup, see the [main documentation](https://rnfirebase.io). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "$schema": "https://typedoc.org/schema.json", | ||
| "entryPoints": ["lib/index.ts"], | ||
| "tsconfig": "tsconfig.json", | ||
| "intentionallyNotExported": ["ApiSettings", "WebSocketHandler"] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "$schema": "https://typedoc.org/schema.json", | ||
| "entryPoints": ["lib/modular.ts", "lib/types/analytics.ts"], | ||
| "tsconfig": "tsconfig.json", | ||
| "intentionallyNotExported": [ | ||
| "_AddPaymentInfoEventParameters", | ||
| "_AddShippingInfoEventParameters", | ||
| "_AddShippingInfoParameters", | ||
| "_AddToCartEventParameters", | ||
| "_AddToWishlistEventParameters", | ||
| "_AnalyticsCallOptions", | ||
| "_AnalyticsSettings", | ||
| "_BeginCheckoutEventParameters", | ||
| "_CampaignDetailsEventParameters", | ||
| "_ConsentSettings", | ||
| "_EarnVirtualCurrencyEventParameters", | ||
| "_EventParams", | ||
| "_GenerateLeadEventParameters", | ||
| "_GtagConfigParams", | ||
| "_Item", | ||
| "_JoinGroupEventParameters", | ||
| "_LevelEndEventParameters", | ||
| "_LevelStartEventParameters", | ||
| "_LevelUpEventParameters", | ||
| "_LoginEventParameters", | ||
| "_PostScoreEventParameters", | ||
| "_PurchaseEventParameters", | ||
| "_RefundEventParameters", | ||
| "_RemoveFromCartEventParameters", | ||
| "_ScreenViewParameters", | ||
| "_SearchEventParameters", | ||
| "_SelectContentEventParameters", | ||
| "_SelectItemEventParameters", | ||
| "_SelectPromotionEventParameters", | ||
| "_SetCheckoutOptionEventParameters", | ||
| "_SettingsOptions", | ||
| "_ShareEventParameters", | ||
| "_SignUpEventParameters", | ||
| "_SpendVirtualCurrencyEventParameters", | ||
| "_Statics", | ||
| "_UnlockAchievementEventParameters", | ||
| "_ViewCartEventParameters", | ||
| "_ViewItemEventParameters", | ||
| "_ViewItemListEventParameters", | ||
| "_ViewPromotionEventParameters", | ||
| "_ViewSearchResultsParameters" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| { | ||
| "$schema": "https://typedoc.org/schema.json", | ||
| "entryPoints": ["lib/modular.ts", "lib/types/appcheck.ts"], | ||
| "tsconfig": "tsconfig.json", | ||
| "intentionallyNotExported": [ | ||
| "_AppCheck", | ||
| "_AppCheckListenerResult", | ||
| "_AppCheckOptions", | ||
| "_AppCheckProvider", | ||
| "_AppCheckStatics", | ||
| "_AppCheckToken", | ||
| "_AppCheckTokenResult", | ||
| "_CustomProviderOptions" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "$schema": "https://typedoc.org/schema.json", | ||
| "entryPoints": ["lib/modular/index.d.ts"], | ||
| "intentionallyNotExported": [ | ||
| "FirebaseAppDistributionTypes.Module", | ||
| "FirebaseAppDistributionTypes.AppDistributionRelease" | ||
| ] | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.