diff --git a/docs/admin/support-links.md b/docs/admin/support-links.md deleted file mode 100644 index ad32a9b165fc4..0000000000000 --- a/docs/admin/support-links.md +++ /dev/null @@ -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) diff --git a/docs/enterprise.md b/docs/enterprise.md index 3f7263a8b2564..88fb8bf31a397 100644 --- a/docs/enterprise.md +++ b/docs/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 diff --git a/docs/images/admin/support-links.png b/docs/images/admin/support-links.png deleted file mode 100644 index e80f6afccac7c..0000000000000 Binary files a/docs/images/admin/support-links.png and /dev/null differ diff --git a/docs/manifest.json b/docs/manifest.json index c180249d002e4..84322b9ffbe71 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -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" } ] },