Skip to content

Commit a82f05a

Browse files
authored
docs: move enterprise to root (#4720)
1 parent dc18b0e commit a82f05a

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

docs/admin/audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ The supported filters are:
3131

3232
## Enabling this feature
3333

34-
This feature is only available with an enterprise license. [Learn more](./enterprise.md)
34+
This feature is only available with an enterprise license. [Learn more](../enterprise.md)

docs/admin/groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Groups can be used with [template RBAC](./rbac.md) to give groups of users acces
66

77
## Enabling this feature
88

9-
This feature is only available with an enterprise license. [Learn more](./enterprise.md)
9+
This feature is only available with an enterprise license. [Learn more](../enterprise.md)
1010

docs/admin/high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ Then, increase the number of pods.
6161
6262
- [Networking](../networking.md)
6363
- [Kubernetes](../install/kubernetes.md)
64-
- [Enterprise](./enterprise.md)
64+
- [Enterprise](../enterprise.md)

docs/admin/quotas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Then, when users create workspaces they would see:
1717

1818
## Enabling this feature
1919

20-
This feature is only available with an enterprise license. [Learn more](./enterprise.md)
20+
This feature is only available with an enterprise license. [Learn more](../enterprise.md)
2121

2222
## Up next
2323

24-
- [Enterprise](./enterprise.md)
24+
- [Enterprise](../enterprise.md)
2525
- [Configuring](./configure.md)

docs/admin/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ You can set the following permissions:
1515

1616
## Enabling this feature
1717

18-
This feature is only available with an enterprise license. [Learn more](./enterprise.md)
18+
This feature is only available with an enterprise license. [Learn more](../enterprise.md)

docs/admin/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ docker-compose pull coder && docker-compose up coder -d
4040

4141
## Up Next
4242

43-
- [Learn how to enable Enterprise features](./enterprise.md).
43+
- [Learn how to enable Enterprise features](../enterprise.md).

docs/admin/enterprise.md renamed to docs/enterprise.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Coder is free to use and includes some features that are only accessible with a
44
Contact sales@coder.com to obtain a license.
55

66
### User Management
7-
- [Groups](./groups.md)
8-
- [Template RBAC](./rbac.md)
9-
- [SCIM](./auth.md#scim)
7+
- [Groups](./admin/groups.md)
8+
- [Template RBAC](./admin/rbac.md)
9+
- [SCIM](./admin/auth.md#scim)
1010

1111
### Networking & Deployment
12-
- [High Availability](./high-availability.md)
13-
- [Browser Only Connections](../networking.md#browser-only-connections)
12+
- [High Availability](./admin/high-availability.md)
13+
- [Browser Only Connections](./networking.md#browser-only-connections)
1414

1515
### Other
16-
- [Audit Logging](./audit-logs.md)
17-
- [Quotas](./quotas.md)
16+
- [Audit Logging](./admin/audit-logs.md)
17+
- [Quotas](./admin/quotas.md)
1818

1919
### Coming soon
2020

@@ -42,4 +42,4 @@ Contact sales@coder.com to obtain a license.
4242

4343
## Up Next
4444

45-
- [Learn how to contribute to Coder](../CONTRIBUTING.md).
45+
- [Learn how to contribute to Coder](./CONTRIBUTING.md).

docs/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,6 @@
256256
"path": "./admin/high-availability.md",
257257
"state": "enterprise"
258258
},
259-
{
260-
"title": "Enterprise",
261-
"description": "Learn how to enable Enterprise features",
262-
"icon_path": "./images/icons/group.svg",
263-
"path": "./admin/enterprise.md"
264-
},
265259
{
266260
"title": "Telemetry",
267261
"description": "Learn what usage telemetry Coder collects",
@@ -270,6 +264,12 @@
270264
}
271265
]
272266
},
267+
{
268+
"title": "Enterprise",
269+
"description": "Learn how to enable Enterprise features",
270+
"icon_path": "./images/icons/group.svg",
271+
"path": "./enterprise.md"
272+
},
273273
{
274274
"title": "Contributing",
275275
"description": "Learn how to contribute to Coder",

site/src/pages/GroupsPage/GroupsPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const GroupsPageView: React.FC<GroupsPageViewProps> = ({
5050
<Stack direction="row" alignItems="center">
5151
<Link
5252
underline="none"
53-
href="https://coder.com/docs/coder-oss/latest/admin/enterprise"
53+
href="https://coder.com/docs/coder-oss/latest/enterprise"
5454
target="_blank"
5555
rel="noreferrer"
5656
>

0 commit comments

Comments
 (0)