Skip to content

Commit de0252c

Browse files
authored
Merge pull request #117 from makeplane/preview
Updated Slack manifest and fixed image in Airgapped edition
2 parents 2cdf5df + 96e5987 commit de0252c

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

self-hosting/govern/integrations/github.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ To configure GitHub integration, you'll need to create a GitHub App within your
136136
GITHUB_PRIVATE_KEY=<private_key>
137137
```
138138

139-
8. Save the file and restart the instance.
139+
9. Save the file and restart the instance.
140140

141-
9. Once you've completed the instance configuration, [activate the GitHub integration in Plane](https://docs.plane.so/integrations/github).
141+
10. Once you've completed the instance configuration, [activate the GitHub integration in Plane](https://docs.plane.so/integrations/github).

self-hosting/govern/integrations/slack.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,14 @@ To configure Slack integration, you'll need to create a Slack App within your or
4949
{
5050
"name": "Create new issue",
5151
"type": "message",
52-
"callback_id": "create_new_issue",
52+
"callback_id": "issue_shortcut",
5353
"description": "Create a new issue in plane"
54+
},
55+
{
56+
"name": "Link Work Item",
57+
"type": "message",
58+
"callback_id": "link_work_item",
59+
"description": "Links thread with an existing work item"
5460
}
5561
],
5662
"slash_commands": [
@@ -139,8 +145,12 @@ To configure Slack integration, you'll need to create a Slack App within your or
139145
shortcuts:
140146
- name: Create new issue
141147
type: message
142-
callback_id: create_new_issue
148+
callback_id: issue_shortcut
143149
description: Create a new issue in plane
150+
- name: Link Work Item
151+
type: message
152+
callback_id: link_work_item
153+
description: Links thread with an existing work item
144154
slash_commands:
145155
- command: /plane
146156
url: https://[YOUR_DOMAIN]silo/api/slack/command/

self-hosting/manage/community-to-airgapped.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade from Community to Airgapped Edition
33
sidebarTitle: Upgrade to Airgapped Edition
44
---
55

6-
This guide walks you through migrating your existing Plane Community Edition data to an air-gapped environment. You'll backup your current installation, transfer the data, and restore it in your air-gapped setup.
6+
This guide walks you through migrating your existing Plane Community Edition data to an air-gapped environment. You'll backup your current installation, transfer the data, and restore it in your air-gapped setup.
77

88
<Warning>
99
**Important**

self-hosting/methods/airgapped-edition.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy Plane Commercial Airgapped Edition
33
sidebarTitle: Airgapped Edition
44
---
55

6-
This guide walks you through setting up the Commercial Airgapped Edition in an offline environment using our pre-packaged installation bundle.
6+
This guide walks you through setting up the Commercial Airgapped Edition in an offline environment using our pre-packaged installation bundle.
77
<Warning>
88
**IMPORTANT**
99
These instructions are for new installations only. If you're migrating from an existing Community Edition to an air-gapped setup, follow [this guide](/self-hosting/manage/community-to-airgapped).
@@ -168,7 +168,7 @@ You should have received the `license_key.json` file as part of your air-gapped
168168
1. Go to your [Workspace Settings](/core-concepts/workspaces/overview#workspace-settings) in the Plane application.
169169
2. Select **Billing and plans** on the right pane.
170170
3. Click the **Activate this workspace** button.
171-
![Upload license file](/images/activate-license/upload-license-file.webp)
171+
![Upload license file](/images/activate-license/upload-airgapped-license-file.webp)
172172
4. Upload the license file `license_key.json` to activate your workspace.
173173

174174
You now have Plane running in your air-gapped environment. If you run into any issues, check the logs using the commands above, or reach out to our support team for assistance.

self-hosting/upgrade-from-community.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Upgrade from Community to Commercial Edition
33
sidebarTitle: Upgrade to Commercial Edition
44
---
5-
The Commercial edition comes with the free plan and the flexibility to upgrade to a paid plan at any point.
5+
The Commercial edition comes with the free plan and the flexibility to upgrade to a paid plan at any point.
66

77
<Warning>
88
**IMPORTANT**

0 commit comments

Comments
 (0)