diff --git a/docs/admin/enterprise.md b/docs/admin/enterprise.md index 6fbe2109d00ce..09e3e3c86c853 100644 --- a/docs/admin/enterprise.md +++ b/docs/admin/enterprise.md @@ -3,17 +3,20 @@ Coder is free to use and includes some features that are only accessible with a paid license. Contact sales@coder.com to obtain a license. -These features are: +Our Enterprise-only features include: - * Audit Logging - * Browser Only Connections +- Audit Logging +- Browser Only Connections +- Template RBAC +- Quotas +- High Availability ## Adding your license key ### You will need: - * Your license key (contact sales@coder.com if you don't have yours) - * Coder CLI installed +- Your license key (contact sales@coder.com if you don't have yours) +- Coder CLI installed ### Steps: @@ -29,4 +32,4 @@ These features are: ## Up Next -- [Learn how to contribute to Coder](../contributing.md). +- [Learn how to contribute to Coder](../CONTRIBUTING.md). diff --git a/docs/images/icons/download.svg b/docs/images/icons/download.svg new file mode 100644 index 0000000000000..74750f33fad30 --- /dev/null +++ b/docs/images/icons/download.svg @@ -0,0 +1 @@ + diff --git a/docs/images/icons/group.svg b/docs/images/icons/group.svg new file mode 100644 index 0000000000000..cdcde767321af --- /dev/null +++ b/docs/images/icons/group.svg @@ -0,0 +1 @@ + diff --git a/docs/images/icons/radar.svg b/docs/images/icons/radar.svg new file mode 100644 index 0000000000000..a721f2030116a --- /dev/null +++ b/docs/images/icons/radar.svg @@ -0,0 +1 @@ + diff --git a/docs/images/icons/toggle_on.svg b/docs/images/icons/toggle_on.svg new file mode 100644 index 0000000000000..65928c13534b6 --- /dev/null +++ b/docs/images/icons/toggle_on.svg @@ -0,0 +1 @@ + diff --git a/docs/images/icons/upgrade.svg b/docs/images/icons/upgrade.svg new file mode 100644 index 0000000000000..2e7a95a1622ca --- /dev/null +++ b/docs/images/icons/upgrade.svg @@ -0,0 +1 @@ + diff --git a/docs/manifest.json b/docs/manifest.json index 6d9de148b1889..9f8499804fb8e 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -22,7 +22,7 @@ { "title": "Installation", "description": "How to install and deploy Coder", - "icon_path": "./images/icons/wrench.svg", + "icon_path": "./images/icons/download.svg", "path": "./install/index.md", "children": [ { @@ -171,26 +171,31 @@ { "title": "Authentication", "description": "Learn how to set up authentication using GitHub or OpenID Connect.", + "icon_path": "./images/icons/key.svg", "path": "./admin/auth.md" }, { "title": "Configuration", "description": "Learn how to configure Coder", - "path": "./admin/configure.md" + "path": "./admin/configure.md", + "icon_path": "./images/icons/toggle_on.svg" }, { "title": "Upgrading", "description": "Learn how to upgrade Coder.", + "icon_path": "./images/icons/upgrade.svg", "path": "./admin/upgrade.md" }, { "title": "Audit Logs", "description": "Learn how to use Audit Logs in your Coder deployment.", + "icon_path": "./images/icons/radar.svg", "path": "./admin/audit-logs.md" }, { "title": "Enterprise", "description": "Learn how to enable Enterprise features.", + "icon_path": "./images/icons/group.svg", "path": "./admin/enterprise.md" } ]