Skip to content

Commit a7a1e89

Browse files
authored
Reorganize TypeScript docs (#12847)
1 parent 71ccfb5 commit a7a1e89

File tree

3 files changed

+381
-323
lines changed

3 files changed

+381
-323
lines changed

docs/source/_sidebar.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ items:
1515
href: ./get-started
1616
- label: Changelog
1717
href: https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md
18-
- label: Fetching
18+
- label: Core concepts
1919
children:
2020
- label: Queries
2121
href: ./data/queries
@@ -25,6 +25,8 @@ items:
2525
href: ./data/fragments
2626
- label: Mutations
2727
href: ./data/mutations
28+
- label: TypeScript
29+
href: ./data/typescript
2830
- label: Refetching
2931
href: ./data/refetching
3032
- label: Subscriptions
@@ -81,8 +83,8 @@ items:
8183
children:
8284
- label: Developer tools
8385
href: ./development-testing/developer-tooling
84-
- label: Using TypeScript
85-
href: ./development-testing/static-typing
86+
- label: GraphQL Codegen
87+
href: ./development-testing/graphql-codegen
8688
- label: Testing React components
8789
href: ./development-testing/testing
8890
- label: Schema-driven testing

0 commit comments

Comments
 (0)