mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix: Add .md extension to the docs routes (#2128)
This commit is contained in:
@ -4,12 +4,12 @@
|
||||
{
|
||||
"title": "About",
|
||||
"description": "About Coder",
|
||||
"path": "./about"
|
||||
"path": "./about.md"
|
||||
},
|
||||
{
|
||||
"title": "Installation",
|
||||
"description": "Learn how to install and deploy Coder.",
|
||||
"path": "./INSTALL"
|
||||
"path": "./INSTALL.md"
|
||||
},
|
||||
{
|
||||
"title": "Templates",
|
||||
@ -20,29 +20,29 @@
|
||||
{
|
||||
"title": "Workspaces",
|
||||
"description": "Learn about Coder workspaces.",
|
||||
"path": "./WORKSPACES"
|
||||
"path": "./WORKSPACES.md"
|
||||
},
|
||||
{
|
||||
"title": "Contributing",
|
||||
"description": "Learn how to contribute to Coder.",
|
||||
"path": "./CONTRIBUTING",
|
||||
"path": "./CONTRIBUTING.md",
|
||||
"children": [
|
||||
{
|
||||
"title": "Code of Conduct",
|
||||
"description": "See the code of conduct for contributing to Coder.",
|
||||
"path": "./CODE_OF_CONDUCT"
|
||||
"path": "./CODE_OF_CONDUCT.md"
|
||||
},
|
||||
{
|
||||
"title": "Contributors",
|
||||
"description": "See a contributors to Coder.",
|
||||
"path": "./CONTRIBUTORS"
|
||||
"path": "./CONTRIBUTORS.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Security policy",
|
||||
"description": "Learn how to report vulnerabilities in Coder.",
|
||||
"path": "./SECURITY"
|
||||
"path": "./SECURITY.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user