mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: remove mention of support links (#6970)
* docs: remove mention of support links * fmt
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
# Support Links
|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
Custom links can be set in the deployment configuration using the `server.yaml` file:
|
||||
|
||||
```yaml
|
||||
support:
|
||||
links:
|
||||
- name: "On-call 🔥"
|
||||
target: "http://on-call.example.internal"
|
||||
icon: "bug"
|
||||
- name: "😉 Getting started with Go!"
|
||||
target: "https://go.dev/"
|
||||
- name: "Community"
|
||||
target: "https://github.com/coder/coder"
|
||||
icon: "chat"
|
||||
```
|
||||
|
||||
## Icons
|
||||
|
||||
The link icons are optional, and limited to: `bug`, `chat`, and `docs`.
|
||||
|
||||
## Up next
|
||||
|
||||
- [Enterprise](../enterprise.md)
|
||||
@@ -16,7 +16,6 @@ trial](https://coder.com/trial).
|
||||
| Deployment | [High Availability](./admin/high-availability.md) | ❌ | ✅ |
|
||||
| Deployment | [Service Banners](./admin/service-banners.md) | ❌ | ✅ |
|
||||
| Deployment | Isolated Terraform Runners | ❌ | ✅ |
|
||||
| Deployment | [Support links](./admin/support-links.md) | ❌ | ✅ |
|
||||
|
||||
> Previous plans to restrict OIDC and Git Auth features in OSS have been removed
|
||||
> as of 2023-01-11
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB |
@@ -329,13 +329,6 @@
|
||||
"description": "Learn what usage telemetry Coder collects",
|
||||
"path": "./admin/telemetry.md",
|
||||
"icon_path": "./images/icons/science.svg"
|
||||
},
|
||||
{
|
||||
"title": "Support Links",
|
||||
"description": "Learn how to configure Support Links",
|
||||
"path": "./admin/support-links.md",
|
||||
"icon_path": "./images/icons/link.svg",
|
||||
"state": "enterprise"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user