-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsidebars.js
39 lines (39 loc) · 1008 Bytes
/
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
module.exports = {
someSidebar: {
Introduction: ['welcome', 'account'],
'Nimbella Project': [
'deployer-overview',
'projects',
'namespaces',
'actions',
'configuration',
'building',
'deployer-feature',
'single-action',
'namespace-to-projects',
'deployer-specification',
],
'Serverless SDK': ['file-stores'],
'Runtime & Languages': [],
CLI: ['install', 'commands', 'flags', 'command-summary', 'wsk'],
Workbench: [
'workbench',
'workbench-activations',
'workbench-deploy-from-github',
'workbench-playground-introduction',
'workbench-playground-exports',
],
'Getting Started': ['nim-creating-project'],
'Developing and Deploying Serverless APIs': [
'sample-project-walkthrough',
'basic-kv-commands',
'deploy-from-github',
],
'Developing & Deploying Web': ['web-content'],
'Taking your application to production': [],
Integrations: [],
'Porting existing applications onto Nimbella': [],
Docusaurus: [],
Features: [],
},
};