Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8aceb4e

Browse files
committed
reorg about and add support placeholder
1 parenta2636fb commit8aceb4e

File tree

3 files changed

+58
-46
lines changed

3 files changed

+58
-46
lines changed

‎docs/manifest.json

Lines changed: 53 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,65 @@
77
"path":"./README.md",
88
"icon_path":"./images/icons/home.svg",
99
"children": [
10+
{
11+
"title":"Screenshots",
12+
"description":"View screenshots of the Coder platform",
13+
"path":"./start/screenshots.md"
14+
},
1015
{
1116
"title":"Quickstart",
1217
"description":"Learn how to install and run Coder quickly",
1318
"path":"./tutorials/quickstart.md"
1419
},
1520
{
16-
"title":"Screenshots",
17-
"description":"View screenshots of the Coder platform",
18-
"path":"./start/screenshots.md"
21+
"title":"Support",
22+
"description":"How Coder supports your deployment and you",
23+
"path":"./support/index.md",
24+
"children": [
25+
{
26+
"title":"Generate a Support Bundle",
27+
"description":"Generate and upload a Support Bundle to Coder Support",
28+
"path":"./support/support-bundle.md"
29+
}
30+
]
31+
},
32+
{
33+
"title":"Contributing",
34+
"description":"Learn how to contribute to Coder",
35+
"path":"./CONTRIBUTING.md",
36+
"icon_path":"./images/icons/contributing.svg",
37+
"children": [
38+
{
39+
"title":"Code of Conduct",
40+
"description":"See the code of conduct for contributing to Coder",
41+
"path":"./contributing/CODE_OF_CONDUCT.md",
42+
"icon_path":"./images/icons/circle-dot.svg"
43+
},
44+
{
45+
"title":"Documentation",
46+
"description":"Our style guide for use when authoring documentation",
47+
"path":"./contributing/documentation.md",
48+
"icon_path":"./images/icons/document.svg"
49+
},
50+
{
51+
"title":"Backend",
52+
"description":"Our guide for backend development",
53+
"path":"./contributing/backend.md",
54+
"icon_path":"./images/icons/gear.svg"
55+
},
56+
{
57+
"title":"Frontend",
58+
"description":"Our guide for frontend development",
59+
"path":"./contributing/frontend.md",
60+
"icon_path":"./images/icons/frontend.svg"
61+
},
62+
{
63+
"title":"Security",
64+
"description":"Our guide for security",
65+
"path":"./contributing/SECURITY.md",
66+
"icon_path":"./images/icons/lock.svg"
67+
}
68+
]
1969
}
2070
]
2171
},
@@ -810,44 +860,6 @@
810860
}
811861
]
812862
},
813-
{
814-
"title":"Contributing",
815-
"description":"Learn how to contribute to Coder",
816-
"path":"./CONTRIBUTING.md",
817-
"icon_path":"./images/icons/contributing.svg",
818-
"children": [
819-
{
820-
"title":"Code of Conduct",
821-
"description":"See the code of conduct for contributing to Coder",
822-
"path":"./contributing/CODE_OF_CONDUCT.md",
823-
"icon_path":"./images/icons/circle-dot.svg"
824-
},
825-
{
826-
"title":"Documentation",
827-
"description":"Our style guide for use when authoring documentation",
828-
"path":"./contributing/documentation.md",
829-
"icon_path":"./images/icons/document.svg"
830-
},
831-
{
832-
"title":"Backend",
833-
"description":"Our guide for backend development",
834-
"path":"./contributing/backend.md",
835-
"icon_path":"./images/icons/gear.svg"
836-
},
837-
{
838-
"title":"Frontend",
839-
"description":"Our guide for frontend development",
840-
"path":"./contributing/frontend.md",
841-
"icon_path":"./images/icons/frontend.svg"
842-
},
843-
{
844-
"title":"Security",
845-
"description":"Our guide for security",
846-
"path":"./contributing/SECURITY.md",
847-
"icon_path":"./images/icons/lock.svg"
848-
}
849-
]
850-
},
851863
{
852864
"title":"Tutorials",
853865
"description":"Coder knowledgebase for administrating your deployment",
@@ -874,11 +886,6 @@
874886
"description":"Learn about image management with Coder",
875887
"path":"./admin/templates/managing-templates/image-management.md"
876888
},
877-
{
878-
"title":"Generate a Support Bundle",
879-
"description":"Generate and upload a Support Bundle to Coder Support",
880-
"path":"./tutorials/support-bundle.md"
881-
},
882889
{
883890
"title":"Configuring Okta",
884891
"description":"Custom claims/scopes with Okta for group/role sync",

‎docs/support/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#Support
2+
3+
If you have questions, encounter an issue or bug, or if you have a feature request,[open a GitHub issue](https://github.com/coder/coder/issues/new) or[join our Discord](https://discord.gg/coder).
4+
5+
<children></children>
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp