Skip to content

Commit 846e8eb

Browse files
authored
Merge pull request #8026 from apollographql/docs/move-sidebar-file
docs: update sidebar file
2 parents 88a8db5 + e549702 commit 846e8eb

File tree

2 files changed

+153
-97
lines changed

2 files changed

+153
-97
lines changed

docs/source/_sidebar.yaml

+153
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
switcher:
2+
heading: 'Apollo Server'
3+
versions:
4+
- label: v4
5+
latest: true
6+
href: ./
7+
- label: v3
8+
href: ./v3
9+
- label: v2
10+
href: ./v2
11+
items:
12+
- label: Introduction
13+
href: '.'
14+
- label: Get started
15+
href: './getting-started'
16+
- label: New in v4
17+
children:
18+
- label: Migrating to Apollo Server 4
19+
href: './migration'
20+
- label: Previous versions
21+
href: './previous-versions'
22+
- label: Changelog
23+
href: 'https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md'
24+
- label: Defining a Schema
25+
children:
26+
- label: Schema basics
27+
href: './schema/schema'
28+
- label: Unions and interfaces
29+
href: './schema/unions-interfaces'
30+
- label: Custom scalars
31+
href: './schema/custom-scalars'
32+
- label: Directives
33+
href: './schema/directives'
34+
- label: Resolving Operations
35+
children:
36+
- label: Resolvers
37+
href: './data/resolvers'
38+
- label: Sharing context
39+
href: './data/context'
40+
- label: Error handling
41+
href: './data/errors'
42+
- label: Subscriptions
43+
href: './data/subscriptions'
44+
- label: Fetching Data
45+
children:
46+
- label: Overview
47+
href: './data/fetching-data'
48+
- label: REST APIs
49+
href: './data/fetching-rest'
50+
- label: Web Frameworks
51+
children:
52+
- label: Integrations
53+
href: './integrations/integration-index'
54+
- label: Building integrations
55+
href: './integrations/building-integrations'
56+
- label: MERN stack tutorial
57+
href: './integrations/mern'
58+
- label: Development Workflow
59+
children:
60+
- label: Build and run queries
61+
href: './workflow/build-run-queries'
62+
- label: Request format
63+
href: './workflow/requests'
64+
- label: Generating TS types
65+
href: './workflow/generate-types'
66+
- label: Mocking
67+
href: './testing/mocking'
68+
- label: Integration testing
69+
href: './testing/testing'
70+
- label: Apollo Studio Explorer
71+
href: 'https://www.apollographql.com/docs/studio/explorer/'
72+
- label: Performance
73+
children:
74+
- label: Caching
75+
href: './performance/caching'
76+
- label: Cache backends
77+
href: './performance/cache-backends'
78+
- label: Response Cache Eviction
79+
href: './performance/response-cache-eviction'
80+
- label: Automatic persisted queries
81+
href: './performance/apq'
82+
- label: Security
83+
children:
84+
- label: Auth
85+
href: './security/authentication'
86+
- label: CORS
87+
href: './security/cors'
88+
- label: Terminating SSL
89+
href: './security/terminating-ssl'
90+
- label: Proxy configuration
91+
href: './security/proxy-configuration'
92+
- label: Deployment
93+
children:
94+
- label: Lambda
95+
href: './deployment/lambda'
96+
- label: Heroku
97+
href: './deployment/heroku'
98+
- label: Monitoring
99+
children:
100+
- label: Metrics and logging
101+
href: './monitoring/metrics'
102+
- label: Health checks
103+
href: './monitoring/health-checks'
104+
- label: API Reference
105+
children:
106+
- label: ApolloServer
107+
href: './api/apollo-server'
108+
- label: startStandaloneServer
109+
href: './api/standalone'
110+
- label: expressMiddleware
111+
href: './api/express-middleware'
112+
- label: Plugins
113+
children:
114+
- label: Overview
115+
href: './builtin-plugins'
116+
- label: Built-in
117+
children:
118+
- label: Usage reporting
119+
href: './api/plugin/usage-reporting'
120+
- label: Schema reporting
121+
href: './api/plugin/schema-reporting'
122+
- label: Inline trace
123+
href: './api/plugin/inline-trace'
124+
- label: Drain HTTP server
125+
href: './api/plugin/drain-http-server'
126+
- label: Cache control
127+
href: './api/plugin/cache-control'
128+
- label: Landing pages
129+
href: './api/plugin/landing-pages'
130+
- label: Federated subscriptions
131+
href: './api/plugin/subscription-callback'
132+
- label: Custom
133+
children:
134+
- label: Creating plugins
135+
href: './integrations/plugins'
136+
- label: Event reference
137+
href: './integrations/plugins-event-reference'
138+
- label: Using with Federation
139+
children:
140+
- label: As a subgraph
141+
children:
142+
- label: Setup
143+
href: './using-federation/apollo-subgraph-setup'
144+
- label: '@apollo/subgraph reference'
145+
href: './using-federation/api/apollo-subgraph/'
146+
- label: As a gateway
147+
children:
148+
- label: Setup
149+
href: './using-federation/apollo-gateway-setup'
150+
- label: Gateway performance
151+
href: './using-federation/gateway-performance'
152+
- label: '@apollo/gateway reference'
153+
href: './using-federation/api/apollo-gateway/'

docs/source/config.json

-97
This file was deleted.

0 commit comments

Comments
 (0)