Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38c87df

Browse files
committed
plane deploy docs
1 parent 8cbe3f8 commit 38c87df

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

src/components/Layout.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const navigation = [
3737
{ title: 'Views', href: '/views' },
3838
{ title: 'Pages', href: '/pages' },
3939
{ title: 'Analytics', href: '/analytics' },
40+
{ title: 'Deploy', href: '/deploy' },
4041
{ title: 'Command Menu', href: '/command-menu' },
4142
],
4243
},

src/pages/deploy.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: Plane Deploy
3+
pageTitle: Deploy | Plane
4+
description:
5+
---
6+
7+
Any project you build in Plane can be turned into a public page, creating a fully navigable website. This feature will make it easier for your users and customers know what features you’re on or when bug fixes are rolling out. No sign-up's required.
8+
9+
10+
## How to deploy your Plane project
11+
12+
Any project on Plane can be made public with Plane Deploy with just few clicks. Note that this feature can be only accessed by Admins or Owners of a certain workspace. Following are the steps to deploy a project in Plane.
13+
14+
- Open the Plane workspace and navigate to the specific project you aim to deploy.
15+
- Locate the ellipsis (`...`) icon adjacent to the project name. Click on this icon to reveal the project settings menu.
16+
- From the dropdown menu, select the `Publish` option. This action will trigger a modal dialog window.
17+
- In the displayed modal window, you will find various options to configure your public board settings.
18+
- After finalizing your settings, click the `Publish` button. You will be immediately redirected to your newly created public board.
19+
20+
## Plane Deploy Features
21+
22+
### Plane Deploy Layouts
23+
You can deploy your projects in two layouts: **`Kanban`** and **`List`**. If you want to allow others to view your project boards in both layouts, you can enable them. If your projects have a specific focus, choose the layout that suits you best.
24+
25+
Soon Plane Deploy supports Gantt and Spreadsheet layouts as well.
26+
27+
## Attribute Privacy
28+
29+
Visible Attributes
30+
31+
- Project Name
32+
- Project Issues
33+
- Issue ID
34+
- Issue Title
35+
- Issue Description
36+
- Issue State, Due-date, Priority
37+
- Issue Comments (Public Comments ✅ | Private Comments 🚫)
38+
- Issue Reactions + `user_names` of reacted users
39+
- Issue Upvote and Downvote + `user_names` of reacted users
40+
41+
Non-Visible Attributes
42+
43+
- Private Comments
44+
- Project Attachments
45+
- Issue Links
46+
- Issue Props - Blocking, Blocked_by
47+
- Project Cycles
48+
- Project Modules
49+
- Project Settings
50+
- Project Members
51+
52+
### User Commenting
53+
54+
When enabled before deployment, users can sign up on the public board and add comments to issues. This feature is useful for collecting feedback and tracking progress.
55+
56+
Project members can comment in either public or private mode. Private comments are visible only to project members, while public comments can be viewed on both internal and public boards.
57+
58+
### Upvotes and Downvotes
59+
60+
When enabled, users can upvote or downvote any issue on the deployed board. This helps project managers or owners prioritize which issues need attention.
61+
62+
### Issue Reactions
63+
64+
When this feature is enabled, users can react to issues on the public board using predefined emoticons. This provides a quick way for team members and the public to express their sentiments about specific issues, aiding in gauging overall opinion and urgency.
65+
66+
### Public Commenting and Private Commenting
67+
68+
This feature allows for both public and private comments on issues. Public comments can be seen by anyone who has access to the public board, offering a transparent way to gather community input. Private comments, on the other hand, are only visible to project members, allowing for internal discussions that are not disclosed to the public.
69+
70+
### Free Domain
71+
72+
Plane Deploy provides an option to host your public board on a free domain. This makes it even more accessible and straightforward for your audience to engage with your project. No additional setup or domain registration is required; simply choose this option during the publishing process, and your public board will be instantly accessible via the free domain.

0 commit comments

Comments
 (0)