Skip to content

Commit 0413366

Browse files
committed
move contrib and CoC to root
1 parent 8aceb4e commit 0413366

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"title": "Screenshots",
1212
"description": "View screenshots of the Coder platform",
13-
"path": "./start/screenshots.md"
13+
"path": "./about/screenshots.md"
1414
},
1515
{
1616
"title": "Quickstart",
@@ -38,25 +38,25 @@
3838
{
3939
"title": "Code of Conduct",
4040
"description": "See the code of conduct for contributing to Coder",
41-
"path": "./contributing/CODE_OF_CONDUCT.md",
41+
"path": "./CODE_OF_CONDUCT.md",
4242
"icon_path": "./images/icons/circle-dot.svg"
4343
},
4444
{
4545
"title": "Documentation",
4646
"description": "Our style guide for use when authoring documentation",
47-
"path": "./contributing/documentation.md",
47+
"path": "./about/contributing/documentation.md",
4848
"icon_path": "./images/icons/document.svg"
4949
},
5050
{
5151
"title": "Backend",
5252
"description": "Our guide for backend development",
53-
"path": "./contributing/backend.md",
53+
"path": "./about/contributing/backend.md",
5454
"icon_path": "./images/icons/gear.svg"
5555
},
5656
{
5757
"title": "Frontend",
5858
"description": "Our guide for frontend development",
59-
"path": "./contributing/frontend.md",
59+
"path": "./about/contributing/frontend.md",
6060
"icon_path": "./images/icons/frontend.svg"
6161
},
6262
{

0 commit comments

Comments
 (0)