Skip to content

Commit 8bbe71b

Browse files
authored
Update manage licenses (#246)
1 parent 0e43f6d commit 8bbe71b

File tree

6 files changed

+33
-20
lines changed

6 files changed

+33
-20
lines changed

docs/.vitepress/config.mts

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,14 +302,27 @@ export default withMermaid(
302302
collapsed: true,
303303
items: [
304304
{
305-
text: "Activate Pro or Business",
306-
link: "/self-hosting/manage/manage-licenses/activate-pro-and-business",
305+
text: "Commercial Edition",
306+
collapsed: true,
307+
items: [
308+
{
309+
text: "Pro or Business",
310+
link: "/self-hosting/manage/manage-licenses/activate-pro-and-business",
311+
},
312+
{ text: "Enterprise Grid", link: "/self-hosting/manage/manage-licenses/activate-enterprise" },
313+
],
307314
},
308-
{ text: "Activate Enterprise", link: "/self-hosting/manage/manage-licenses/activate-enterprise" },
309-
{ text: "Activate Airgapped", link: "/self-hosting/manage/manage-licenses/activate-airgapped" },
315+
310316
{
311-
text: "Activate Airgapped Enterprise",
312-
link: "/self-hosting/manage/manage-licenses/activate-airgapped-enterprise",
317+
text: "Airgapped Edition",
318+
collapsed: true,
319+
items: [
320+
{ text: "Pro or Business", link: "/self-hosting/manage/manage-licenses/activate-airgapped" },
321+
{
322+
text: "Enterprise Grid",
323+
link: "/self-hosting/manage/manage-licenses/activate-airgapped-enterprise",
324+
},
325+
],
313326
},
314327
],
315328
},

docs/self-hosting/govern/ldap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Setup LDAP authentication for Plane. Configure Lightweight Director
44
keywords: plane ldap, ldap authentication, active directory, directory service, ldap configuration, enterprise authentication, self-hosting
55
---
66

7-
# LDAP authentication <Badge type="warning" text="Enterprise" />
7+
# LDAP authentication <Badge type="warning" text="Enterprise Grid" />
88

99
LDAP (Lightweight Directory Access Protocol) authentication lets your team sign in to Plane using their existing corporate credentials. Instead of creating separate Plane passwords, users authenticate through your organization's directory service.
1010

1111
## Before you begin
1212

1313
You'll need:
1414

15-
- Plane Commercial Edition with an active Enterprise plan license.
15+
- Plane Commercial Edition with an active Enterprise Grid license.
1616
- Don't have an Enterprise license? Contact Sales at [sales@plane.so](mailto:sales@plane.so) to get started.
1717
- Already have a license? See how to [activate your Enterprise license](/self-hosting/manage/manage-licenses/activate-enterprise).
1818
- Connection details for your LDAP server.

docs/self-hosting/manage/manage-licenses/activate-airgapped-enterprise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Activate Airgapped Enterprise license
3-
description: Activate and configure your Plane Airgapped Edition Enterprise license. Offline license activation for air-gapped environments without internet access.
2+
title: Activate Enterprise Grid on Airgapped Edition
3+
description: Offline Enterprise Grid license activation for airgapped environments without internet access.
44
keywords: plane airgapped license, offline activation, air-gapped deployment, plane license key, self-hosting
55
---
66

7-
# Activate Airgapped Edition Enterprise license
7+
# Activate Enterprise Grid on Airgapped Edition
88

99
Once your air-gapped installation is running, you'll need to activate your workspace with the license file.
1010

docs/self-hosting/manage/manage-licenses/activate-airgapped.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Activate and configure your Plane Airgapped Edition license. Offlin
44
keywords: plane airgapped license, offline activation, air-gapped deployment, plane license key, self-hosting
55
---
66

7-
# Activate Airgapped Edition license
7+
# Activate Pro or Business on Airgapped Edition
88

99
Once your air-gapped installation is running, you'll need to activate your workspace with the license file.
1010

docs/self-hosting/manage/manage-licenses/activate-enterprise.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Activate Enterprise license
3-
description: Activate your Plane Enterprise Edition license. Enable advanced features including SAML SSO, audit logs, and custom roles for your self-hosted instance.
2+
title: Activate Enterprise Grid license
3+
description: Activate your Enterprise Grid license on the Commercial Edition.
44
keywords: plane enterprise license, license activation, enterprise edition, plane enterprise features, self-hosting
55
---
66

7-
# Activate Enterprise license
7+
# Activate Enterprise Grid on Commercial Edition
88

9-
Enterprise plan licenses are activated at the instance level through God Mode, not through individual workspace settings. This gives instance administrators centralized control over Enterprise features across all workspaces.
9+
Enterprise Grid licenses are activated at the instance level through God Mode, not through individual workspace settings. This gives instance administrators centralized control over Enterprise features across all workspaces.
1010

1111
## Activate license key
1212

13-
1. Sign in to the [Prime portal](https://prime.plane.so/licenses) with the email address you used to purchase your Enterprise plan.
13+
1. Sign in to the [Prime portal](https://prime.plane.so/licenses) with the email address you used to purchase your Enterprise Grid.
1414
2. Navigate to **Manage licenses**.
15-
3. Copy the license key for your Enterprise plan.
15+
3. Copy the license key for your Enterprise Grid.
1616
4. Sign in to your Plane instance in [God Mode](/self-hosting/govern/instance-admin).
1717
5. Select **Billing** from the left pane.
1818
6. Paste your license key in the **Activate Enterprise license** field.

docs/self-hosting/manage/manage-licenses/activate-pro-and-business.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: Activate your Plane Pro or Business Edition license. Upgrade from C
44
keywords: plane pro license, plane business license, license activation, commercial edition, plane upgrade, self-hosting
55
---
66

7-
# Activate Pro and Business licenses
7+
# Activate Pro or Business on Commercial Edition
88

99
Pro and Business plan licenses are activated at the workspace level as each license is tied to a specific workspace.
1010

11-
## Activate your license
11+
## Activate license key
1212

1313
Activate a paid plan license on your self-hosted Plane instance using a license key from the Prime portal.
1414

0 commit comments

Comments
 (0)