We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a6adc commit b641ee8Copy full SHA for b641ee8
docs/manifest.json
@@ -47,6 +47,18 @@
47
"path": "./about/contributing/documentation.md",
48
"icon_path": "./images/icons/document.svg"
49
},
50
+ {
51
+ "title": "Modules",
52
+ "description": "Learn how to contribute modules to Coder",
53
+ "path": "./about/contributing/modules.md",
54
+ "icon_path": "./images/icons/gear.svg"
55
+ },
56
57
+ "title": "Templates",
58
+ "description": "Learn how to contribute templates to Coder",
59
+ "path": "./about/contributing/templates.md",
60
+ "icon_path": "./images/icons/picture.svg"
61
62
{
63
"title": "Backend",
64
"description": "Our guide for backend development",
0 commit comments