coder/docs/manifest.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2022-06-07 14:30:34 +00:00
{
"versions": ["0.6.2"],
"routes": [
{
"title": "About",
"description": "About Coder",
"path": "./about.md"
},
{
"title": "Installation",
"description": "Learn how to install and deploy Coder.",
2022-06-07 16:29:18 +00:00
"path": "./install.md"
},
{
"title": "Templates",
"description": "Learn about templates, which define the infrastructure underlying workspaces.",
"path": "./templates.md",
"icon": ""
},
{
"title": "Workspaces",
"description": "Learn about Coder workspaces.",
2022-06-07 16:29:18 +00:00
"path": "./workspaces.md"
},
{
"title": "Contributing",
"description": "Learn how to contribute to Coder.",
"path": "./CONTRIBUTING.md",
"children": [
2022-06-07 14:30:34 +00:00
{
"title": "Code of Conduct",
"description": "See the code of conduct for contributing to Coder.",
"path": "./CODE_OF_CONDUCT.md"
2022-06-07 14:30:34 +00:00
},
{
"title": "Contributors",
"description": "See a contributors to Coder.",
"path": "./CONTRIBUTORS.md"
2022-06-07 14:30:34 +00:00
}
]
},
{
"title": "Security policy",
"description": "Learn how to report vulnerabilities in Coder.",
"path": "./SECURITY.md"
}
]
2022-06-07 14:30:34 +00:00
}