Skip to content

Commit 96a5b70

Browse files
committed
Add docs
1 parent e4255d9 commit 96a5b70

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

docs/admin/high-availability.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ env:
5757
5858
Then, increase the number of pods.
5959
60-
## Service Banners
61-
62-
Support for Service Banners is licensed alongside High Availability. You may
63-
enable a Service Banner by navigating to `Deployment -> Service Banner` in
64-
the Coder dashboard.
65-
6660
## Up next
6761
6862
- [Networking](../networking.md)

docs/admin/service-banners.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Service Banners
2+
3+
Service Banners let admins post important messages to all site users. Only Site Owners may set the service banner.
4+
5+
![service banners](../images/admin/service-banners.png)
6+
7+
You can access the Service Banner settings by navigating to
8+
`Deployment > Service Banners`.
9+
10+
## Up next
11+
12+
- [Enterprise](../enterprise.md)

docs/images/admin/service-banners.png

910 KB
Loading

docs/images/icons/info.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@
280280
"icon_path": "./images/icons/speed.svg",
281281
"path": "./admin/prometheus.md"
282282
},
283+
{
284+
"title": "Service Banners",
285+
"description": "Learn how to configure Service Banners",
286+
"icon_path": "./images/icons/info.svg",
287+
"path": "./admin/service-banners.md",
288+
"state": "enterprise"
289+
},
283290
{
284291
"title": "Telemetry",
285292
"description": "Learn what usage telemetry Coder collects",

0 commit comments

Comments
 (0)