|
1 | 1 | module.exports = {
|
2 |
| - someSidebar: { |
3 |
| - "Introduction": ["welcome", "what-is-nimbella", "serverless", "serverless-vs-server", "serveless-apps", "why-nimbella", "account", "features", "openwhisk"], |
4 |
| - "Nimbella Project": ["deployer-overview", "projects", "namespaces", "actions", "project", "configuration", "deployer-feature", "single-action", "namespace-to-projects"], |
5 |
| - "Serverless SDK": ["key-value-sdk", "file-stores"], |
6 |
| - "Runtime & Languages": ["runtime"], |
7 |
| - "CLI": ["install", "commands", "flags", "command-summary", "wsk"], |
8 |
| - "Workbench": ["workbench"], |
9 |
| - "Getting Started": ["getting-started", "building"], |
10 |
| - "Developing and Deploying Serverless APIs": ["sample-project-walkthrough"], |
11 |
| - "Developing & Deploying Web": ["web", "web-content"], |
12 |
| - "Taking your application to production": ["production"], |
13 |
| - "Integrations": ["commander", "postman", "netlify"], |
14 |
| - "Porting existing applications onto Nimbella": ["heroku", "express", "django", "flask", "lambda", "openwhisk-port"], |
15 |
| - Docusaurus: ['doc1', 'doc2', 'doc3'], |
16 |
| - Features: ['mdx'], |
17 |
| - }, |
| 2 | + someSidebar: { |
| 3 | + Introduction: [ |
| 4 | + 'welcome', |
| 5 | + 'what-is-nimbella', |
| 6 | + 'serverless', |
| 7 | + 'serverless-vs-server', |
| 8 | + 'serveless-apps', |
| 9 | + 'why-nimbella', |
| 10 | + 'account', |
| 11 | + 'features', |
| 12 | + 'openwhisk', |
| 13 | + ], |
| 14 | + 'Nimbella Project': [ |
| 15 | + 'deployer-overview', |
| 16 | + 'projects', |
| 17 | + 'namespaces', |
| 18 | + 'actions', |
| 19 | + 'project', |
| 20 | + 'configuration', |
| 21 | + 'deployer-feature', |
| 22 | + 'single-action', |
| 23 | + 'namespace-to-projects', |
| 24 | + ], |
| 25 | + 'Serverless SDK': ['key-value-sdk', 'file-stores'], |
| 26 | + 'Runtime & Languages': ['runtime'], |
| 27 | + CLI: ['install', 'commands', 'flags', 'command-summary', 'wsk'], |
| 28 | + Workbench: ['workbench'], |
| 29 | + 'Getting Started': ['getting-started', 'building', 'nim-creating-project'], |
| 30 | + 'Developing and Deploying Serverless APIs': ['sample-project-walkthrough'], |
| 31 | + 'Developing & Deploying Web': ['web', 'web-content'], |
| 32 | + 'Taking your application to production': ['production'], |
| 33 | + Integrations: ['commander', 'postman', 'netlify'], |
| 34 | + 'Porting existing applications onto Nimbella': [ |
| 35 | + 'heroku', |
| 36 | + 'express', |
| 37 | + 'django', |
| 38 | + 'flask', |
| 39 | + 'lambda', |
| 40 | + 'openwhisk-port', |
| 41 | + ], |
| 42 | + Docusaurus: ['doc1', 'doc2', 'doc3'], |
| 43 | + Features: ['mdx'], |
| 44 | + }, |
18 | 45 | };
|
0 commit comments