-
Notifications
You must be signed in to change notification settings - Fork 10
Update manage licenses #246
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
Changes from all commits
a8aa690
e9d6be7
004d820
689ca69
4b1b383
b4c9348
6486109
59431c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,18 +1,18 @@ | ||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||
| title: Activate Enterprise license | ||||||||||||||||||||||||||||||||||
| description: Activate your Plane Enterprise Edition license. Enable advanced features including SAML SSO, audit logs, and custom roles for your self-hosted instance. | ||||||||||||||||||||||||||||||||||
| title: Activate Enterprise Grid license | ||||||||||||||||||||||||||||||||||
| description: Activate your Enterprise Grid license on the Commercial Edition. | ||||||||||||||||||||||||||||||||||
| keywords: plane enterprise license, license activation, enterprise edition, plane enterprise features, self-hosting | ||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| # Activate Enterprise license | ||||||||||||||||||||||||||||||||||
| # Activate Enterprise Grid on Commercial Edition | ||||||||||||||||||||||||||||||||||
|
Comment on lines
1
to
+7
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Frontmatter title doesn't match H1 heading. The frontmatter Proposed fix ---
-title: Activate Enterprise Grid license
+title: Activate Enterprise Grid on Commercial Edition
description: Activate your Plane Enterprise Edition license. Enable advanced features including SAML SSO, audit logs, and custom roles for your self-hosted instance.
keywords: plane enterprise license, license activation, enterprise edition, plane enterprise features, self-hosting
---📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| 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. | ||||||||||||||||||||||||||||||||||
| 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. | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| ## Activate license key | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| 1. Sign in to the [Prime portal](https://prime.plane.so/licenses) with the email address you used to purchase your Enterprise plan. | ||||||||||||||||||||||||||||||||||
| 1. Sign in to the [Prime portal](https://prime.plane.so/licenses) with the email address you used to purchase your Enterprise Grid. | ||||||||||||||||||||||||||||||||||
| 2. Navigate to **Manage licenses**. | ||||||||||||||||||||||||||||||||||
| 3. Copy the license key for your Enterprise plan. | ||||||||||||||||||||||||||||||||||
| 3. Copy the license key for your Enterprise Grid. | ||||||||||||||||||||||||||||||||||
| 4. Sign in to your Plane instance in [God Mode](/self-hosting/govern/instance-admin). | ||||||||||||||||||||||||||||||||||
| 5. Select **Billing** from the left pane. | ||||||||||||||||||||||||||||||||||
| 6. Paste your license key in the **Activate Enterprise license** field. | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incomplete terminology update.
Line 15 references "Enterprise Grid license" but Lines 16-17 still use "Enterprise license" without the "Grid" suffix. Update these references for consistency.
Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents