Skip to content

Commit 2b0662b

Browse files
fix: Add .md extension to the docs routes (#2128)
1 parent a391572 commit 2b0662b

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

docs/manifest.json

+42-42
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
2-
"versions": ["0.6.2"],
3-
"routes": [
2+
"versions": ["0.6.2"],
3+
"routes": [
4+
{
5+
"title": "About",
6+
"description": "About Coder",
7+
"path": "./about.md"
8+
},
9+
{
10+
"title": "Installation",
11+
"description": "Learn how to install and deploy Coder.",
12+
"path": "./INSTALL.md"
13+
},
14+
{
15+
"title": "Templates",
16+
"description": "Learn about templates, which define the infrastructure underlying workspaces.",
17+
"path": "./templates.md",
18+
"icon": ""
19+
},
20+
{
21+
"title": "Workspaces",
22+
"description": "Learn about Coder workspaces.",
23+
"path": "./WORKSPACES.md"
24+
},
25+
{
26+
"title": "Contributing",
27+
"description": "Learn how to contribute to Coder.",
28+
"path": "./CONTRIBUTING.md",
29+
"children": [
430
{
5-
"title": "About",
6-
"description": "About Coder",
7-
"path": "./about"
31+
"title": "Code of Conduct",
32+
"description": "See the code of conduct for contributing to Coder.",
33+
"path": "./CODE_OF_CONDUCT.md"
834
},
935
{
10-
"title": "Installation",
11-
"description": "Learn how to install and deploy Coder.",
12-
"path": "./INSTALL"
13-
},
14-
{
15-
"title": "Templates",
16-
"description": "Learn about templates, which define the infrastructure underlying workspaces.",
17-
"path": "./templates.md",
18-
"icon": ""
19-
},
20-
{
21-
"title": "Workspaces",
22-
"description": "Learn about Coder workspaces.",
23-
"path": "./WORKSPACES"
24-
},
25-
{
26-
"title": "Contributing",
27-
"description": "Learn how to contribute to Coder.",
28-
"path": "./CONTRIBUTING",
29-
"children": [
30-
{
31-
"title": "Code of Conduct",
32-
"description": "See the code of conduct for contributing to Coder.",
33-
"path": "./CODE_OF_CONDUCT"
34-
},
35-
{
36-
"title": "Contributors",
37-
"description": "See a contributors to Coder.",
38-
"path": "./CONTRIBUTORS"
39-
}
40-
]
41-
},
42-
{
43-
"title": "Security policy",
44-
"description": "Learn how to report vulnerabilities in Coder.",
45-
"path": "./SECURITY"
36+
"title": "Contributors",
37+
"description": "See a contributors to Coder.",
38+
"path": "./CONTRIBUTORS.md"
4639
}
47-
]
40+
]
41+
},
42+
{
43+
"title": "Security policy",
44+
"description": "Learn how to report vulnerabilities in Coder.",
45+
"path": "./SECURITY.md"
46+
}
47+
]
4848
}

0 commit comments

Comments
 (0)