-
Notifications
You must be signed in to change notification settings - Fork 72
chore(docs): Docs Site For Angular #182
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
Conversation
To view this pull requests documentation preview, visit the following URL: docs.page/invertase/tanstack-query-firebase~182 Documentation is deployed and generated using docs.page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces comprehensive documentation for using TanStack Query Firebase with Angular, complementing the existing React documentation. Key changes include:
- Fixing a minor spelling error in the React querying docs.
- Adding new Angular documentation pages for setup, querying, mutations, and function references.
- Updating the global docs navigation to include Angular-specific content.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
docs/react/data-connect/querying.mdx | Fixed a spelling mistake in the introductory paragraph. |
docs/angular/index.mdx | Added a new Angular landing page with setup instructions. |
docs/angular/data-connect/querying.mdx | Introduced Angular querying documentation with code examples. |
docs/angular/data-connect/mutations.mdx | Added mutations documentation with code examples (note potential class declaration syntax issue). |
docs/angular/data-connect/index.mdx | Provided the main guide for Firebase Data Connect using Angular. |
docs/angular/data-connect/functions/injectDataConnectQuery.mdx | Documented the usage of the injectDataConnectQuery function. |
docs/angular/data-connect/functions/injectDataConnectMutation.mdx | Documented the usage of the injectDataConnectMutation function (note potential class declaration syntax issue). |
docs.json | Updated the sidebar navigation to include Angular and its related docs. |
docs/angular/data-connect/functions/injectDataConnectMutation.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.