Skip to content
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

setup docs for firestore hooks #102

Open
wants to merge 9 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Yarn install
run: yarn
- name: ESLint
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Yarn install
run: yarn
- name: Yarn install (functions)
Expand Down
78 changes: 23 additions & 55 deletions docs.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,34 @@
{
"name": "React Query Firebase",
"name": "TanStack Query Firebase",
"twitter": "invertaseio",
"theme": "#FF4154",
"docsearch": {
"apiKey": "8838b79166d4839463db6aeafbbaa383",
"indexName": "react-query-firebase"
},
"tabs": [
{
"id": "root",
"title": "React",
"href": "/"
}
],
"sidebar": [
["Getting Started", "/"],
[
"Analytics",
[
["Getting Started", "/analytics"],
["Logging Events", "/analytics/logging-events"],
["Actions", "/analytics/actions"],
["TypeScript", "/analytics/typescript"]
{
"group": "Getting Started",
"tab": "root",
"pages": [{ "title": "Overview", "href": "/" }]
},
{
"tab": "root",
"group": "Firestore",
"pages": [
{ "title": "Overview", "href": "/react/firestore" },
{
"title": "Querying Documents",
"href": "/react/firestore/querying-documents"
}
]
],
[
"Authentication",
[
["Getting Started", "/auth"],
["Authentication State", "/auth/auth-state"],
["ID Token", "/auth/id-token"],
["Auth Actions", "/auth/actions"]
]
],
[
"Database",
[
["Getting Started", "/database"],
["Querying Data", "/database/querying"],
["Data Mutation", "/database/data-mutation"],
["TypeScript", "/database/typescript"]
]
],
[
"Firestore",
[
["Getting Started", "/firestore"],
["Querying Collections", "/firestore/querying-collections"],
["Querying Documents", "/firestore/querying-documents"],
["Data Mutation", "/firestore/data-mutation"],
["Prefetching", "/firestore/prefetching"],
["TypeScript", "/firestore/typescript"]
]
],
[
"Functions",
[
["Getting Started", "/functions"],
["Querying Functions", "/functions/querying"],
["Calling Functions", "/functions/calling"],
["TypeScript", "/functions/typescript"]
]
],
[
"Examples",
[
["Auth: Basic Sign-in/out", "/examples/auth-basic"],
["Functions: Query & Mutate", "/examples/functions-basic"]
]
]
}
]
}
100 changes: 0 additions & 100 deletions docs/analytics/actions.mdx

This file was deleted.

35 changes: 0 additions & 35 deletions docs/analytics/index.mdx

This file was deleted.

86 changes: 0 additions & 86 deletions docs/analytics/logging-events.mdx

This file was deleted.

46 changes: 0 additions & 46 deletions docs/analytics/typescript.mdx

This file was deleted.

Loading
Loading