Skip to content

Commit 5bc2c2e

Browse files
committed
Remove references to enterprise page
Remove references to the now-deleted enterprise page across various docs. New URL points directly to the pricing page. - Removed enterprise links from docs - Updated enterprise links to point directly to pricing page
1 parent 6cf30a7 commit 5bc2c2e

File tree

10 files changed

+8
-80
lines changed

10 files changed

+8
-80
lines changed

docs/admin/appearance.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,3 @@ For CLI, use,
9393
export CODER_SUPPORT_LINKS='[{"name": "Hello GitHub", "target": "https://github.com/coder/coder", "icon": "bug"}, {"name": "Hello Slack", "target": "https://codercom.slack.com/archives/C014JH42DBJ", "icon": "https://raw.githubusercontent.com/coder/coder/main/site/static/icon/slack.svg"}, {"name": "Hello Discord", "target": "https://discord.gg/coder", "icon": "https://raw.githubusercontent.com/coder/coder/main/site/static/icon/discord.svg"}, {"name": "Hello Foobar", "target": "https://discord.gg/coder", "icon": "/emojis/1f3e1.png"}]'
9494
coder-server
9595
```
96-
97-
## Up next
98-
99-
- [Enterprise](../enterprise.md)

docs/admin/audit-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ entry:
122122

123123
## Enabling this feature
124124

125-
This feature is only available with an enterprise license.
126-
[Learn more](../enterprise.md)
125+
This feature is only available with an
126+
[enterprise license](https://coder.com/pricing).

docs/admin/external-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ CODER_EXTERNAL_AUTH_0_SCOPES="repo:read repo:write write:gpg_key"
197197

198198
### Multiple External Providers (enterprise)
199199

200-
Multiple providers are an Enterprise feature. [Learn more](../enterprise.md).
201-
Below is an example configuration with multiple providers.
200+
Multiple providers are an [Enterprise feature](https://coder.com/pricing). Below
201+
is an example configuration with multiple providers.
202202

203203
```env
204204
# Provider 1) github.com

docs/admin/groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ access to specific templates. They can be defined via the Coder web UI,
99

1010
## Enabling this feature
1111

12-
This feature is only available with an enterprise license.
13-
[Learn more](../enterprise.md)
12+
This feature is only available with an
13+
[enterprise license](https://coder.com/pricing).

docs/admin/high-availability.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ Then, increase the number of pods.
7373
7474
- [Networking](../networking/index.md)
7575
- [Kubernetes](../install/kubernetes.md)
76-
- [Enterprise](../enterprise.md)

docs/admin/quotas.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,4 @@ Form will never get held up by quota enforcement.
102102

103103
## Up next
104104

105-
- [Enterprise](../enterprise.md)
106105
- [Configuring](./configure.md)

docs/admin/rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ You can set the following permissions:
1919

2020
## Enabling this feature
2121

22-
This feature is only available with an enterprise license.
23-
[Learn more](../enterprise.md)
22+
This feature is only available with an
23+
[enterprise license](https://coder.com/pricing).

docs/admin/upgrade.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,3 @@ from Winget.
5353
```pwsh
5454
winget install Coder.Coder
5555
```
56-
57-
## Up Next
58-
59-
- [Learn how to enable Enterprise features](../enterprise.md).

docs/enterprise.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

docs/manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,12 +532,6 @@
532532
}
533533
]
534534
},
535-
{
536-
"title": "Enterprise",
537-
"description": "Learn how to enable Enterprise features",
538-
"path": "./enterprise.md",
539-
"icon_path": "./images/icons/group.svg"
540-
},
541535
{
542536
"title": "Contributing",
543537
"description": "Learn how to contribute to Coder",

0 commit comments

Comments
 (0)