Skip to content

Commit

Permalink
chore: add manifest.json (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Horne committed Jun 7, 2022
1 parent 7e8692b commit 3f1e885
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions docs/manifest.json
@@ -0,0 +1,48 @@
{
"versions": ["0.6.2"],
"routes": [
{
"title": "About",
"description": "About Coder",
"path": "./about"
},
{
"title": "Installation",
"description": "Learn how to install and deploy Coder.",
"path": "./INSTALL"
},
{
"title": "Templates",
"description": "Learn about templates, which define the infrastructure underlying workspaces.",
"path": "./templates.md",
"icon": ""
},
{
"title": "Workspaces",
"description": "Learn about Coder workspaces.",
"path": "./WORKSPACES"
},
{
"title": "Contributing",
"description": "Learn how to contribute to Coder.",
"path": "./CONTRIBUTING",
"children": [
{
"title": "Code of Conduct",
"description": "See the code of conduct for contributing to Coder.",
"path": "./CODE_OF_CONDUCT"
},
{
"title": "Contributors",
"description": "See a contributors to Coder.",
"path": "./CONTRIBUTORS"
}
]
},
{
"title": "Security policy",
"description": "Learn how to report vulnerabilities in Coder.",
"path": "./SECURITY"
}
]
}

0 comments on commit 3f1e885

Please sign in to comment.