Skip to content

Commit 9697fad

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

docs/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)