forked from rwalshe/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebarsAstro.js
239 lines (237 loc) · 5.58 KB
/
sidebarsAstro.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
/**
* Creating a sidebar enables you to:
- create an ordered group of docs
- render a sidebar for each doc of that group
- provide next/previous navigation
The sidebars can be generated from the filesystem, or explicitly defined here.
Create as many sidebars as you want.
*/
module.exports = {
cloud: [
{
type: 'doc',
label: 'Overview',
id: 'overview'
},
{
type: 'category',
label: 'Get started',
items: [
'create-project',
'log-in-to-astro',
'create-deployment',
],
},
{
type: 'category',
label: 'Develop',
items: [
'develop-project',
{
type: 'category',
label: 'Write DAGs',
items: [
'deferrable-operators',
'kubepodoperator-local',
'kubernetespodoperator',
],
},
'upgrade-runtime',
'airflow-api',
'test-and-troubleshoot-locally',
],
},
{
type: 'category',
label: 'Deploy',
items: [
'deploy-code',
'ci-cd',
],
},
{
type: 'category',
label: 'Manage Deployments',
items: [
'configure-deployment-resources',
'api-keys',
'environment-variables',
'secrets-backend',
],
},
{
type: 'category',
label: 'Observability',
items: [
'view-logs',
'deployment-metrics',
{
type: 'category',
label: 'Data lineage',
items: [
'set-up-data-lineage',
'data-lineage',
],
},
'airflow-alerts',
],
},
{
type: 'category',
label: 'Administration',
items: [
{
type: 'category',
label: 'Install Astro',
link: {
type:'generated-index',
title: 'Install Astro',
description: 'Install the Astro platform in your cloud.'
},
items: [
'install-aws',
'install-azure',
'install-gcp',
],
},
'manage-workspaces',
{
type: 'category',
label: 'User access',
items: [
'add-user',
'user-permissions',
'configure-idp',
],
},
{
type: 'category',
label: 'Manage clusters',
items: [
'view-clusters',
'create-cluster',
'modify-cluster',
'connect-external-services',
],
},
],
},
{
type: 'category',
label: 'Release notes',
items: [
'release-notes',
'runtime-release-notes',
],
},
{
type: 'category',
label: 'Reference',
items: [
'known-limitations',
'runtime-image-architecture',
'runtime-version-lifecycle-policy',
'astro-support',
{
type: 'category',
label: 'Cloud configuration reference',
link: {
type:'generated-index',
title: 'Cloud configuration reference',
description: 'Learn about the default and supported Astro cloud configurations.'
},
items: [
'resource-reference-aws',
'resource-reference-azure',
'resource-reference-gcp',
],
},
'platform-variables',
'data-plane-activation',
{
type: 'category',
label: 'Data lineage',
items: [
'data-lineage-support-and-compatibility',
'data-lineage-concepts',],
},
{
type: 'category',
label: 'Security',
link: { type: 'doc', id: 'security' },
items: [
'shared-responsibility-model',
'resilience',
'disaster-recovery',
'data-protection',
'gdpr-compliance',
'hipaa-compliance',
'secrets-management',],
},
],
},
],
cli: [
{
type: 'doc',
label: 'CLI overview',
id: 'cli/overview'
},
{
type: 'doc',
label: 'Get started',
id: 'cli/get-started'
},
{
type: 'doc',
label: 'Configure the CLI',
id: 'cli/configure-cli'
},
{
type: 'doc',
label: 'Release notes',
id: 'cli/release-notes'
},
{
type: 'category',
label: 'Command reference',
link: { type: 'doc', id: 'cli/reference' },
items: [
'cli/astro-login',
'cli/astro-logout',
'cli/astro-completion',
'cli/astro-config-get',
'cli/astro-config-set',
'cli/astro-context-delete',
'cli/astro-context-list',
'cli/astro-context-switch',
'cli/astro-completion',
'cli/astro-deploy',
'cli/astro-deployment-create',
'cli/astro-deployment-delete',
'cli/astro-deployment-list',
'cli/astro-deployment-logs',
'cli/astro-deployment-update',
'cli/astro-deployment-variable-create',
'cli/astro-deployment-variable-list',
'cli/astro-deployment-variable-update',
'cli/astro-dev-bash',
'cli/astro-dev-init',
'cli/astro-dev-kill',
'cli/astro-dev-logs',
'cli/astro-dev-parse',
'cli/astro-dev-ps',
'cli/astro-dev-pytest',
'cli/astro-dev-run',
'cli/astro-dev-start',
'cli/astro-dev-stop',
'cli/astro-dev-restart',
'cli/astro-login',
'cli/astro-logout',
'cli/astro-user-invite',
'cli/astro-version',
'cli/astro-workspace-list',
'cli/astro-workspace-switch',],
},
],
};