-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidebars.js
223 lines (217 loc) · 6.45 KB
/
sidebars.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
/**
* 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.
*/
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
docsSidebar: [
'index',
'installing-stackql',
{
type: 'category',
label: 'Getting Started',
items: [
'getting-started/resource-hierarchy',
'getting-started/using-stackql',
'getting-started/using-a-provider',
'getting-started/output-modes',
'getting-started/variables',
'getting-started/templating',
]
},
{
type: 'category',
label: 'Command Line Usage',
items: [
'command-line-usage/exec',
'command-line-usage/shell',
'command-line-usage/srv',
'command-line-usage/registry',
'command-line-usage/global-flags',
]
},
{
type: 'category',
label: 'Language Specification',
items: [
'language-spec/select',
'language-spec/insert',
'language-spec/update',
// 'language-spec/replace',
'language-spec/delete',
'language-spec/show',
'language-spec/describe',
'language-spec/exec',
'language-spec/createview',
'language-spec/refreshview',
'language-spec/dropview',
'language-spec/registry',
{
type: 'category',
label: 'Functions',
items: [{type: 'autogenerated', dirName: 'language-spec/functions'}]
},
'language-spec/lexical-structure',
'language-spec/data-types',
'language-spec/keywords',
'language-spec/utility-commands',
]
},
{
type: 'category',
label: 'Developers',
items: [{type: 'autogenerated', dirName: 'developers'}]
},
{
type: 'link',
label: 'Provider Registry',
href: '/registry',
},
{
type: 'link',
label: 'stackql-deploy',
href: '/stackql-deploy',
},
{
type: 'category',
label: 'GitHub Actions',
items: [
{
type: 'link',
label: 'stackql-deploy',
href: 'https://github.com/marketplace/actions/stackql-deploy',
},
{
type: 'link',
label: 'setup-stackql',
href: 'https://github.com/marketplace/actions/setup-stackql',
},
{
type: 'link',
label: 'stackql-exec',
href: 'https://github.com/marketplace/actions/stackql-exec',
},
{
type: 'link',
label: 'stackql-assert',
href: 'https://github.com/marketplace/actions/stackql-assert',
},
]
},
{
type: 'category',
label: 'Docker Images',
items: [
{
type: 'link',
label: 'stackql/stackql',
href: 'https://hub.docker.com/r/stackql/stackql',
},
{
type: 'link',
label: 'stackql/stackql-jupyter-demo',
href: 'https://hub.docker.com/r/stackql/stackql-jupyter-demo',
},
{
type: 'link',
label: 'stackql/stackql-playground',
href: 'https://hub.docker.com/r/stackql/stackql-playground',
},
]
},
{
type: 'category',
label: 'Python Packages',
items: [
{
type: 'link',
label: 'pystackql',
href: 'https://pystackql.readthedocs.io/en/latest/',
},
{
type: 'link',
label: 'stackql-deploy',
href: 'https://pypi.org/project/stackql-deploy/',
},
]
},
{
type: 'category',
label: 'Cookbooks',
link: {
type: 'generated-index',
title: 'StackQL Cookbooks and Recipes',
description: 'StackQL quick starts, how-tos, practical examples and use cases',
slug: '/stackql-cookbooks',
keywords: ['quickstarts', 'guides', 'how-tos', 'examples', 'use cases'],
image: '/img/stackql-cover.png',
},
items: [
{
type: 'category',
label: 'AWS',
description: 'Practical examples and use cases specific to AWS',
link: {
type: 'generated-index',
title: 'AWS Cookbooks',
description: 'Practical examples and use cases specific to AWS',
slug: '/stackql-cookbooks/aws',
},
items: [{ type: 'autogenerated', dirName: 'cookbooks/aws' }],
},
{
type: 'category',
label: 'Microsoft Azure',
description: 'Practical examples and use cases specific to Azure',
link: {
type: 'generated-index',
title: 'Azure Cookbooks',
description: 'Practical examples and use cases specific to Azure',
slug: '/stackql-cookbooks/azure',
},
items: [{ type: 'autogenerated', dirName: 'cookbooks/azure' }],
},
{
type: 'category',
label: 'Google Cloud Platform',
description: 'Practical examples and use cases specific to Google Cloud',
link: {
type: 'generated-index',
title: 'Google Cookbooks',
description: 'Practical examples and use cases specific to Google Cloud',
slug: '/stackql-cookbooks/google',
},
items: [{ type: 'autogenerated', dirName: 'cookbooks/google' }],
},
{
type: 'category',
label: 'GitHub',
description: 'Practical examples and use cases specific to GitHub',
link: {
type: 'generated-index',
title: 'GitHub Cookbooks',
description: 'Practical examples and use cases specific to GitHub',
slug: '/stackql-cookbooks/github',
},
items: [{ type: 'autogenerated', dirName: 'cookbooks/github' }],
},
],
},
{
type: 'link',
label: 'Blog',
href: '/blog',
},
{
type: 'link',
label: 'Downloads',
href: '/downloads',
},
],
};
module.exports = sidebars;