From 3f1e885d21295cd99d59447c28ccc6f1dc13dabf Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 7 Jun 2022 09:30:34 -0500 Subject: [PATCH] chore: add manifest.json (#2100) --- docs/manifest.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 docs/manifest.json diff --git a/docs/manifest.json b/docs/manifest.json new file mode 100644 index 0000000000000..3e5c4bac2a2f9 --- /dev/null +++ b/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" + } + ] +}