docs: remove mention of support links (#6970)

* docs: remove mention of support links

* fmt
This commit is contained in:
Ben Potter
2023-04-03 13:18:28 +00:00
committed by GitHub
parent 633dfbdb2e
commit 333718d1fa
4 changed files with 0 additions and 36 deletions
-28
View File
@@ -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.
![support links](../images/admin/support-links.png)
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)
-1
View File
@@ -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

-7
View File
@@ -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"
}
]
},