Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f1e885

Browse files
author
Katie Horne
authored
chore: add manifest.json (#2100)
1 parent 7e8692b commit 3f1e885

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

docs/manifest.json

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
}

0 commit comments

Comments
 (0)