Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec6f78d

Browse files
authored
docs: Describe support links (coder#6353)
* docs: Describe support links * Fix: size * Address PR comments
1 parent 2e53fb5 commit ec6f78d

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

docs/admin/support-links.md

+28
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

+1
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

+1
Loading

docs/manifest.json

+7
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)