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

Commitec6f78d

Browse files
authored
docs: Describe support links (#6353)
* docs: Describe support links* Fix: size* Address PR comments
1 parent2e53fb5 commitec6f78d

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

‎docs/admin/support-links.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#Support Links
2+
3+
Support links let admins adjust the user dropdown menu to include links referring to internal company resources. The menu section replaces the original menu positions: documentation, report a bug to GitHub, or join the Discord server.
4+
5+
![support links](../images/admin/support-links.png)
6+
7+
Custom links can be set in the deployment configuration using the`server.yaml` file:
8+
9+
```yaml
10+
support:
11+
links:
12+
-name:"On-call 🔥"
13+
target:"http://on-call.example.internal"
14+
icon:"bug"
15+
-name:"😉 Getting started with Go!"
16+
target:"https://go.dev/"
17+
-name:"Community"
18+
target:"https://github.com/coder/coder"
19+
icon:"chat"
20+
```
21+
22+
## Icons
23+
24+
The link icons are optional, and limited to:`bug`, `chat`, and `docs`.
25+
26+
## Up next
27+
28+
-[Enterprise](../enterprise.md)

‎docs/enterprise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ trial](https://coder.com/trial).
1616
| Deployment|[High Availability](./admin/high-availability.md)|||
1717
| Deployment|[Service Banners](./admin/service-banners.md)|||
1818
| Deployment| Isolated Terraform Runners|||
19+
| Deployment|[Support links](./admin/support-links.md)|||
1920

2021
>Previous plans to restrict OIDC and Git Auth features in OSS have been removed
2122
>as of 2023-01-11

‎docs/images/admin/support-links.png

79.2 KB
Loading

‎docs/images/icons/link.svg

Lines changed: 1 addition & 0 deletions
Loading

‎docs/manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,13 @@
298298
"description":"Learn what usage telemetry Coder collects",
299299
"path":"./admin/telemetry.md",
300300
"icon_path":"./images/icons/science.svg"
301+
},
302+
{
303+
"title":"Support Links",
304+
"description":"Learn how to configure Support Links",
305+
"path":"./admin/support-links.md",
306+
"icon_path":"./images/icons/link.svg",
307+
"state":"enterprise"
301308
}
302309
]
303310
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp