Skip to content

Add Service Banners #5272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add docs
  • Loading branch information
ammario committed Dec 3, 2022
commit 96a5b70ffda7fecfd6cd21f13b8e025118a78a2a
6 changes: 0 additions & 6 deletions docs/admin/high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ env:

Then, increase the number of pods.

## Service Banners

Support for Service Banners is licensed alongside High Availability. You may
enable a Service Banner by navigating to `Deployment -> Service Banner` in
the Coder dashboard.

## Up next

- [Networking](../networking.md)
Expand Down
12 changes: 12 additions & 0 deletions docs/admin/service-banners.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Service Banners

Service Banners let admins post important messages to all site users. Only Site Owners may set the service banner.

![service banners](../images/admin/service-banners.png)

You can access the Service Banner settings by navigating to
`Deployment > Service Banners`.

## Up next

- [Enterprise](../enterprise.md)
Binary file added docs/images/admin/service-banners.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/images/icons/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,13 @@
"icon_path": "./images/icons/speed.svg",
"path": "./admin/prometheus.md"
},
{
"title": "Service Banners",
"description": "Learn how to configure Service Banners",
"icon_path": "./images/icons/info.svg",
"path": "./admin/service-banners.md",
"state": "enterprise"
},
{
"title": "Telemetry",
"description": "Learn what usage telemetry Coder collects",
Expand Down