|
1 | 1 | {
|
2 |
| - "versions": ["0.6.2"], |
3 |
| - "routes": [ |
| 2 | + "versions": ["0.6.2"], |
| 3 | + "routes": [ |
| 4 | + { |
| 5 | + "title": "About", |
| 6 | + "description": "About Coder", |
| 7 | + "path": "./about.md" |
| 8 | + }, |
| 9 | + { |
| 10 | + "title": "Installation", |
| 11 | + "description": "Learn how to install and deploy Coder.", |
| 12 | + "path": "./INSTALL.md" |
| 13 | + }, |
| 14 | + { |
| 15 | + "title": "Templates", |
| 16 | + "description": "Learn about templates, which define the infrastructure underlying workspaces.", |
| 17 | + "path": "./templates.md", |
| 18 | + "icon": "" |
| 19 | + }, |
| 20 | + { |
| 21 | + "title": "Workspaces", |
| 22 | + "description": "Learn about Coder workspaces.", |
| 23 | + "path": "./WORKSPACES.md" |
| 24 | + }, |
| 25 | + { |
| 26 | + "title": "Contributing", |
| 27 | + "description": "Learn how to contribute to Coder.", |
| 28 | + "path": "./CONTRIBUTING.md", |
| 29 | + "children": [ |
4 | 30 | {
|
5 |
| - "title": "About", |
6 |
| - "description": "About Coder", |
7 |
| - "path": "./about" |
| 31 | + "title": "Code of Conduct", |
| 32 | + "description": "See the code of conduct for contributing to Coder.", |
| 33 | + "path": "./CODE_OF_CONDUCT.md" |
8 | 34 | },
|
9 | 35 | {
|
10 |
| - "title": "Installation", |
11 |
| - "description": "Learn how to install and deploy Coder.", |
12 |
| - "path": "./INSTALL" |
13 |
| - }, |
14 |
| - { |
15 |
| - "title": "Templates", |
16 |
| - "description": "Learn about templates, which define the infrastructure underlying workspaces.", |
17 |
| - "path": "./templates.md", |
18 |
| - "icon": "" |
19 |
| - }, |
20 |
| - { |
21 |
| - "title": "Workspaces", |
22 |
| - "description": "Learn about Coder workspaces.", |
23 |
| - "path": "./WORKSPACES" |
24 |
| - }, |
25 |
| - { |
26 |
| - "title": "Contributing", |
27 |
| - "description": "Learn how to contribute to Coder.", |
28 |
| - "path": "./CONTRIBUTING", |
29 |
| - "children": [ |
30 |
| - { |
31 |
| - "title": "Code of Conduct", |
32 |
| - "description": "See the code of conduct for contributing to Coder.", |
33 |
| - "path": "./CODE_OF_CONDUCT" |
34 |
| - }, |
35 |
| - { |
36 |
| - "title": "Contributors", |
37 |
| - "description": "See a contributors to Coder.", |
38 |
| - "path": "./CONTRIBUTORS" |
39 |
| - } |
40 |
| - ] |
41 |
| - }, |
42 |
| - { |
43 |
| - "title": "Security policy", |
44 |
| - "description": "Learn how to report vulnerabilities in Coder.", |
45 |
| - "path": "./SECURITY" |
| 36 | + "title": "Contributors", |
| 37 | + "description": "See a contributors to Coder.", |
| 38 | + "path": "./CONTRIBUTORS.md" |
46 | 39 | }
|
47 |
| - ] |
| 40 | + ] |
| 41 | + }, |
| 42 | + { |
| 43 | + "title": "Security policy", |
| 44 | + "description": "Learn how to report vulnerabilities in Coder.", |
| 45 | + "path": "./SECURITY.md" |
| 46 | + } |
| 47 | + ] |
48 | 48 | }
|
0 commit comments