File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "versions" : [" 0.6.2" ],
3
+ "routes" : [
4
+ {
5
+ "title" : " About" ,
6
+ "description" : " About Coder" ,
7
+ "path" : " ./about"
8
+ },
9
+ {
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"
46
+ }
47
+ ]
48
+ }
You can’t perform that action at this time.
0 commit comments