mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
fix: Add .md extension to the docs routes (#2128)
This commit is contained in:
@ -1,48 +1,48 @@
|
|||||||
{
|
{
|
||||||
"versions": ["0.6.2"],
|
"versions": ["0.6.2"],
|
||||||
"routes": [
|
"routes": [
|
||||||
|
{
|
||||||
|
"title": "About",
|
||||||
|
"description": "About Coder",
|
||||||
|
"path": "./about.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Installation",
|
||||||
|
"description": "Learn how to install and deploy Coder.",
|
||||||
|
"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.",
|
||||||
|
"path": "./WORKSPACES.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Contributing",
|
||||||
|
"description": "Learn how to contribute to Coder.",
|
||||||
|
"path": "./CONTRIBUTING.md",
|
||||||
|
"children": [
|
||||||
{
|
{
|
||||||
"title": "About",
|
"title": "Code of Conduct",
|
||||||
"description": "About Coder",
|
"description": "See the code of conduct for contributing to Coder.",
|
||||||
"path": "./about"
|
"path": "./CODE_OF_CONDUCT.md"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Installation",
|
"title": "Contributors",
|
||||||
"description": "Learn how to install and deploy Coder.",
|
"description": "See a contributors to Coder.",
|
||||||
"path": "./INSTALL"
|
"path": "./CONTRIBUTORS.md"
|
||||||
},
|
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Security policy",
|
||||||
|
"description": "Learn how to report vulnerabilities in Coder.",
|
||||||
|
"path": "./SECURITY.md"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user