Skip to content

Commit 518f696

Browse files
authored
docs: add missing icons to Administration section (#4233)
1 parent d38cc75 commit 518f696

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
lines changed

docs/admin/enterprise.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@
33
Coder is free to use and includes some features that are only accessible with a paid license.
44
Contact sales@coder.com to obtain a license.
55

6-
These features are:
6+
Our Enterprise-only features include:
77

8-
* Audit Logging
9-
* Browser Only Connections
8+
- Audit Logging
9+
- Browser Only Connections
10+
- Template RBAC
11+
- Quotas
12+
- High Availability
1013

1114
## Adding your license key
1215

1316
### You will need:
1417

15-
* Your license key (contact sales@coder.com if you don't have yours)
16-
* Coder CLI installed
18+
- Your license key (contact sales@coder.com if you don't have yours)
19+
- Coder CLI installed
1720

1821
### Steps:
1922

@@ -29,4 +32,4 @@ These features are:
2932

3033
## Up Next
3134

32-
- [Learn how to contribute to Coder](../contributing.md).
35+
- [Learn how to contribute to Coder](../CONTRIBUTING.md).

docs/images/icons/download.svg

+1
Loading

docs/images/icons/group.svg

+1
Loading

docs/images/icons/radar.svg

+1
Loading

docs/images/icons/toggle_on.svg

+1
Loading

docs/images/icons/upgrade.svg

+1
Loading

docs/manifest.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"title": "Installation",
2424
"description": "How to install and deploy Coder",
25-
"icon_path": "./images/icons/wrench.svg",
25+
"icon_path": "./images/icons/download.svg",
2626
"path": "./install/index.md",
2727
"children": [
2828
{
@@ -171,26 +171,31 @@
171171
{
172172
"title": "Authentication",
173173
"description": "Learn how to set up authentication using GitHub or OpenID Connect.",
174+
"icon_path": "./images/icons/key.svg",
174175
"path": "./admin/auth.md"
175176
},
176177
{
177178
"title": "Configuration",
178179
"description": "Learn how to configure Coder",
179-
"path": "./admin/configure.md"
180+
"path": "./admin/configure.md",
181+
"icon_path": "./images/icons/toggle_on.svg"
180182
},
181183
{
182184
"title": "Upgrading",
183185
"description": "Learn how to upgrade Coder.",
186+
"icon_path": "./images/icons/upgrade.svg",
184187
"path": "./admin/upgrade.md"
185188
},
186189
{
187190
"title": "Audit Logs",
188191
"description": "Learn how to use Audit Logs in your Coder deployment.",
192+
"icon_path": "./images/icons/radar.svg",
189193
"path": "./admin/audit-logs.md"
190194
},
191195
{
192196
"title": "Enterprise",
193197
"description": "Learn how to enable Enterprise features.",
198+
"icon_path": "./images/icons/group.svg",
194199
"path": "./admin/enterprise.md"
195200
}
196201
]

0 commit comments

Comments
 (0)