Skip to content

docs: add missing icons to Administration section #4233

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 1 commit into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
15 changes: 9 additions & 6 deletions docs/admin/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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).
1 change: 1 addition & 0 deletions docs/images/icons/download.svg
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/group.svg
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/radar.svg
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/toggle_on.svg
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/upgrade.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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"
}
]
Expand Down