Skip to content

Commit 32dac15

Browse files
Dancia ClaraDancia Clara
Dancia Clara
authored and
Dancia Clara
committed
fixed search button and images
1 parent 7a3adb6 commit 32dac15

File tree

193 files changed

+112
-528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+112
-528
lines changed

docs/core-concepts/account/overview.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Your account encompasses details of your profiles, workspaces, activities, and p
88

99
Once logged in and within a workspace, the home page reflects your involvement in issues - those assigned to you, created by you, and completed by you. You can readily identify both due and overdue issues. Additionally, you have the option to view issues assigned to you categorized by their state and priority. Your recent activities, projects, and collaborators are also easily accessible on the home page.
1010

11-
![Home](/img/account/account-dashboard.png)
11+
![Home](https://media.docs.plane.so/account/account-dashboard.png)
1212

1313
## Workspace notifications
1414

@@ -21,14 +21,14 @@ Notifications in your workspace account include updates on issues you've created
2121

2222
Moreover, if you've activated Email notifications, you'll receive these notifications via email as well.
2323

24-
![Notifications](/img/account/account-notifications.png)
24+
![Notifications](https://media.docs.plane.so/account/account-notifications.png)
2525

2626
## Workspace profile
2727

2828
Access your workspace profile from the side-navigation bar by clicking on your name's initial/profile picture and selecting "View profile"
2929

30-
![Profile dropdown](/img/account/account-profile-dropdown.png)
30+
![Profile dropdown](https://media.docs.plane.so/account/account-profile-dropdown.png)
3131

3232
Your workspace profile consolidates information regarding your individual work and progress. It includes your workload, activity log, and a breakdown of issues by status and priority. Additionally, you'll find a list of all the issues assigned to you, created by you, and explicitly subscribed.
3333

34-
![Profile activity](/img/account/account-profile-activity.png)
34+
![Profile activity](https://media.docs.plane.so/account/account-profile-activity.png)

docs/core-concepts/account/settings.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Your account settings offer the ability to adjust your profile details, password
66

77
Access your account settings from the side-navigation bar by clicking on your name/profile picture and selecting "Settings".
88

9-
![Profile dropdown](/img/account/account-profile-dropdown.png)
9+
![Profile dropdown](https://media.docs.plane.so/account/account-profile-dropdown.png)
1010
## Profile settings
1111

1212
Your profile includes details about you, primarily your name and display name, which are visible to others, especially in the assignee or creator sections of issues and other entities. You can update this information here.
@@ -29,10 +29,10 @@ To create your custom theme, you can specify the following:
2929
- Sidebar background color: Sets the background color of the side navigation bar.
3030
- Sidebar text color: Specifies the color of text displayed on the side navigation bar.
3131

32-
![Theme](/img/account/account-theme.png)
32+
![Theme](https://media.docs.plane.so/account/account-theme.png)
3333

3434
### Email
3535

3636
By default, email-based notifications are disabled for new users. You have the option to enable all notifications or select specific types of notifications. Once you save your preferences, you will only receive email notifications for issues that match the preferences you have selected.
3737

38-
![Email](/img/account/account-email-preferences.png)
38+
![Email](https://media.docs.plane.so/account/account-email-preferences.png)

docs/core-concepts/analytics.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Analytics
66

77
Imagine transforming your entire Workspace data into a structured dataset that provides actionable insights, enhancing your understanding of your work. Plane Analytics does just that, acting as your personal analyst. It swiftly answers your queries, forecasts demand, and determines scope within moments. Dive into data with Plane Analytics and make smarter decisions.
88

9-
![Snapshot of Plane Analytics in Action](/img/analytics/analytics-custom-analytics.png)
9+
![Snapshot of Plane Analytics in Action](https://media.docs.plane.so/analytics/analytics-custom-analytics.png)
1010

1111
## Analytics Levels
1212

@@ -27,7 +27,7 @@ Let's dive into what these entail.
2727
### **Scope and Demand**
2828

2929
This tab showcases a pre-designed dashboard focused on Scope and Demand. Functional at both Workspace and Project Levels, this dashboard offers a snapshot of all issues and their progress, calculated based on the states of the issues.
30-
![Scope and demand](/img/analytics/analytics-scope-demand.png)
30+
![Scope and demand](https://media.docs.plane.so/analytics/analytics-scope-demand.png)
3131

3232
#### Demand
3333

docs/core-concepts/cycles.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Cycles are automatically enabled in a new project by default. You have the optio
1010
## Create cycles
1111

1212
To create a new cycle, simply press `Q` from anywhere in your project, or navigate to the cycles page to initiate one. Providing a name is necessary to create a new cycle, and you can also include a description along with start and due dates, which can be added later as well.
13-
![Create cycle](/img/cycles/create-cycles.png)
13+
![Create cycle](https://media.docs.plane.so/cycles/create-cycles.png)
1414

1515
## Cycle types
1616

@@ -29,21 +29,21 @@ You have the flexibility to modify the name, description, start and due dates of
2929

3030
Once a cycle is created, you can add new issues to the cycle or include existing issues from the cycle page. Additionally, you have the option to directly associate the cycle as a property in the issue.
3131

32-
![Empty cycle](/img/cycles/cycle-empty-state.png)
32+
![Empty cycle](https://media.docs.plane.so/cycles/cycle-empty-state.png)
3333

3434
## Track progress
3535

3636
Once a cycle is active and contains issues, you can monitor its progress, assess the team's productivity, and review the breakdown of priorities from the active cycle section of the project. This section also allows you to investigate any discrepancies if the cycle is not proceeding as expected.
3737

38-
![Active cycle](/img/cycles/active-cycle-ui.png)
38+
![Active cycle](https://media.docs.plane.so/cycles/active-cycle-ui.png)
3939

4040
## Active cycles across projects
4141
If you have multiple projects with cycles running concurrently, you can monitor the progress of all active cycles directly from the active cycles section. This allows you to quickly assess the progress of each cycle and identify any red flags.
4242
:::note
4343
Active cycles is a feature included in our Pro plan, but it is currently available on our cloud free plan for a limited time, allowing users to experience its functionality.
4444
:::
4545

46-
![Active cycles](/img/cycles/active-cycles-ui.png)
46+
![Active cycles](https://media.docs.plane.so/cycles/active-cycles-ui.png)
4747
## Close cycles
4848

4949
After the due date of the active cycle passes, the cycle is automatically marked as completed. Once completed, you have the option to transfer any remaining incomplete issues from the cycle to a different cycle. This facilitates the swift movement of spillover tasks to other cycles. Once a cycle is marked as completed, its progress is locked, allowing you to track and compare the team's progress across cycles effectively.

docs/core-concepts/inbox.mdx

+11-11
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ Intake functions at the project level and is toggled off by default. Project `Ad
1515
2. Select **Features** on the right pane.
1616
3. Switch on the toggle button for the **Intake** feature to enable it on the project.
1717

18-
![enable-intake-feature](/img/inbox/enable-intake-feature.webp)
18+
![enable-intake-feature](https://media.docs.plane.so/intake/enable-intake-feature.webp)
1919

2020
## Create Issue in Intake
2121

2222
Users with a `Guest` role can create issues in Intake. To create an issue:
2323

2424
1. Click on **Intake** under the project on the sidebar.
2525
2. Click the **Add Issue** button at the top right corner.
26-
![create-issue-intake](/img/inbox/create-issue-intake.webp)
26+
![create-issue-intake](https://media.docs.plane.so/intake/create-issue-intake.webp)
2727
3. Enter the required details and click the **Create Issue** button.
2828

29-
![enter-issue-details](/img/inbox/enter-issue-details.webp)
29+
![enter-issue-details](https://media.docs.plane.so/intake/enter-issue-details.webp)
3030

3131
### Properties
3232

@@ -48,7 +48,7 @@ When a Guest creates an issue in Intake, it is added to the `Pending` state. Adm
4848

4949
### Accept issue
5050

51-
![accept-intake-issue](/img/inbox/accept-intake-issue.webp)
51+
![accept-intake-issue](https://media.docs.plane.so/intake/accept-intake-issue.webp)
5252

5353
1. Open a pending issue in Intake.
5454
2. Click the **Accept** button on the top right. This will open a modal where you can change the issue details before moving it to your project.
@@ -62,7 +62,7 @@ If the issue is not relevant to your project, you can choose to decline it. Clic
6262

6363
An issue can be snoozed to review it at a later time.
6464

65-
![snooze-intake-issue](/img/inbox/snooze-intake-issue.webp)
65+
![snooze-intake-issue](https://media.docs.plane.so/intake/snooze-intake-issue.webp)
6666

6767
1. Open a pending issue in Intake.
6868
2. Click on the three dots icon in the top right corner.
@@ -80,7 +80,7 @@ In cases where a similar issue exists in your project, an Intake issue can be ma
8080
3. Select the **Mark as duplicate** option in the menu.
8181
4. Select an issue in the project that is a duplicate of the Intake issue.
8282

83-
![mark-duplicate-intake-issues](/img/inbox/mark-duplicate-intake-issues.webp)
83+
![mark-duplicate-intake-issues](https://media.docs.plane.so/intake/mark-duplicate-intake-issues.webp)
8484

8585
The issue is now declined with a ‘Duplicate’ label on it. It will also appear in the `Cancelled` state under your project.
8686

@@ -92,7 +92,7 @@ Only `Admins` have permission to delete Intake issues before it goes through the
9292

9393
You can view **Open** and **Closed** issues in Intake by clicking on the appropriate tabs.
9494

95-
<img width="300" noZoom src="/images/inbox/inbox-tabs.png" />
95+
<img width="300" noZoom src="https://media.docs.plane.so/intake/intake-tabs.png" />
9696

9797
`Pending` or `Snoozed` issues are considered open issues. Further action can take place on such issues. Whereas, `Accepted`, `Declined`, and `Duplicate` appear under closed issues. No further action is required on closed issues.
9898

@@ -108,17 +108,17 @@ Next to the Filters dropdown, you can use the sort drop-down to arrange Intake i
108108

109109
- Intake issue description has a rich text editor that allows you to format text, attach pictures, links and files, or add tables and dividers.
110110

111-
<img src="/images/inbox/inbox-description-box.png" />
111+
<img src="https://media.docs.plane.so/intake/intake-description-box.png" />
112112

113113
- Intake has an activity and comments section to know the status and see feedback from users and customers. All the changes made to the issue can be tracked in real-time under the **Activity** section.
114114

115-
<img src="/images/inbox/inbox-activity.png" />
115+
<img src="https://media.docs.plane.so/intake/intake-activity.png" />
116116

117117
- The **Add Comment** box has a rich text editor where you can react with emojis and mention your teammates to communicate.
118118

119-
<img src="/images/inbox/RTE-reactions-and-mentions.png" />
119+
<img src="https://media.docs.plane.so/intake/RTE-reactions-and-mentions.png" />
120120

121121
- You can review pending requests in Intake sequentially using 🔼 or 🔽 button.
122122

123-
<img src="/images/inbox/inbox-navigate.png" />
123+
<img src="https://media.docs.plane.so/intake/intake-navigate.png" />
124124

docs/core-concepts/issues/issue-types.mdx

+8-8
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ The Issue Types feature cannot be disabled once enabled for a Plane project.
3030
3131
1. Click the … icon next to your project name on the sidebar and click **Settings**.
3232
2. Select **Issue Types** on the right pane.
33-
![Create issue](/img/issues/setup-issue-types.webp)
33+
![Create issue](https://media.docs.plane.so/issues/setup-issue-types.webp)
3434
3. Click the **Enable** button to start creating issue types for your project.
35-
![Create issue](/img/issues/enable-issue-types.webp)
35+
![Create issue](https://media.docs.plane.so/issues/enable-issue-types.webp)
3636
4. The default type is called `Issue`. Click the **Add Issue Type** button to create a new issue type.
37-
![Create issue](/img/issues/add-issue-type.webp)
37+
![Create issue](https://media.docs.plane.so/issues/add-issue-type.webp)
3838
5. In the **Create issue type** modal, type name, and description, and choose a background color and an icon to represent the issue type. Click the **Create issue type** button.
39-
![Create issue](/img/issues/create-issue-type.webp)
39+
![Create issue](https://media.docs.plane.so/issues/create-issue-type.webp)
4040
6. Switch on the toggle button to allow users to select the issue type when creating issues and sub-issues.
41-
![Create issue](/img/issues/activate-issue-type.webp)
41+
![Create issue](https://media.docs.plane.so/issues/activate-issue-type.webp)
4242

4343
### Examples of issue types
4444

@@ -67,9 +67,9 @@ The Issue Types feature cannot be disabled once enabled for a Plane project.
6767
Adding custom properties to the default issue type Issue and other newly created issue types is possible.
6868

6969
1. Under the issue type, click **Add New Property** to create custom fields.
70-
![Create issue](/img/issues/add-new-property.webp)
70+
![Create issue](https://media.docs.plane.so/issues/add-new-property.webp)
7171
2. Specify values for **Name**, **Type** and **Attributes** of the new property. Select the **Mandatory** checkbox if it's a required field. Switch on the **Active** toggle button to make the property visible in issues.
72-
![Create issue](/img/issues/property-details.webp)
72+
![Create issue](https://media.docs.plane.so/issues/property-details.webp)
7373
3. Click **Confirm** (green checkmark icon) to add the property to the issue type.
7474

7575
:::warning
@@ -108,6 +108,6 @@ Once the project Admin sets up the issue types any project member can use them w
108108
- In the **Create new issue** modal, the user can choose the desired issue type from the list at the top left corner. By default, the issue type `Issue` is selected displaying both system-defined and custom properties.
109109
- Changing the issue type will update the modal to display the relevant properties for that type.
110110
- The system ensures that all properties marked as mandatory are filled before creating the issue.
111-
![Create issue](/img/issues/use-issue-type.webp)
111+
![Create issue](https://media.docs.plane.so/issues/use-issue-type.webp)
112112

113113
When viewing issues, the issue type is displayed with an icon near the title for easy identification. Any custom properties added will also appear in the list of properties, and changes to these values are tracked in the issue's activity trail.

docs/core-concepts/issues/overview.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,40 @@ When you open the create issue modal, you can add almost all attributes of an is
1919

2020
Issues you create can be saved as drafts to access them later. The last draft you have in your session can be accessed via the dropdown beside the "New issue" button in your side navigation bar, and all draft issues can be found in your project's draft issues section.
2121

22-
![Create issue](/img/issues/create-issue-modal.png)
22+
![Create issue](https://media.docs.plane.so/issues/create-issue-modal.png)
2323

2424
### Quick add
2525

2626
The quick add mode of issue addition offers a quicker way to add issues when you're browsing through a layout and feel the need to add an issue promptly.
2727

28-
![Create issue](/img/issues/issue-quick-add.png)
28+
![Create issue](https://media.docs.plane.so/issues/issue-quick-add.png)
2929

3030
Once an issue is created successfully, a sequential issue identifier based on your project is assigned to the issue (Eg: PROJ-1)
3131
## View an issue
3232

3333
An issue in your board opens by default in the peek overview mode, which allows for easy switching between contexts when browsing multiple issues simultaneously. In this mode, you can choose different styles of the peek overview, such as modal, full screen, or side peek, with side peek being the default option.
3434

35-
![issue-side-peek](/img/issues/issue-side-peek.png)
35+
![issue-side-peek](https://media.docs.plane.so/issues/issue-side-peek.png)
3636

3737
## Issue activity
3838

3939
Within each issue, all updates and comments are recorded in the activity area. Any change to a property of the issue is treated as an update and logged accordingly. Additionally, comments can be added to discuss the issue or its progress. Comments support multiple blocks for enhanced content structuring.
4040

41-
![issue-activity-comments](/img/issues/issue-activity-comments.png)
41+
![issue-activity-comments](https://media.docs.plane.so/issues/issue-activity-comments.png)
4242

4343
## Sub issues
4444

4545
After creating an issue, you have the option to add sub-issues to it either by creating them or by linking to existing issues. Sub-issues allow you to divide the work into different functional components or break it down into smaller, achievable tasks.
4646

47-
![sub-issues](/img/issues/issue-sub-issues.png)
47+
![sub-issues](https://media.docs.plane.so/issues/issue-sub-issues.png)
4848

4949
## Remove Issues
5050

5151
Issues can be removed in two ways:
5252

5353
1. **Archive Issues:** Completed or canceled issues can be archived, and automations can be set up to archive such issues. It's recommended to conclude an issue by closing it before archiving. Archived issues are present in the project's additional options and can be found under the three dots menu next to the project name.
5454

55-
![archived-issues](/img/issues/archived-issues.webp)
55+
![archived-issues](https://media.docs.plane.so/issues/archived-issues.webp)
5656

5757

5858
2. **Delete Issues:** Issues that are created accidentally or no longer relevant to the project can be deleted from the board.

docs/core-concepts/issues/time-tracking.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Project members can easily log the time they spend working on specific issues di
2626
To enable the Time Tracking feature on your project, follow the steps below:
2727

2828
1. Click the **** icon next to your project name on the sidebar and click **Settings**.
29-
![Project settings](/img/time-tracking/project-settings.webp)
29+
![Project settings](https://media.docs.plane.so/time-tracking/project-settings.webp)
3030

3131
2. Select **Features** on the right pane. Enable the **Time Tracking** toggle button.
32-
![Enable time tracking](/img/time-tracking/enable-time-tracking.webp)
32+
![Enable time tracking](https://media.docs.plane.so/time-tracking/enable-time-tracking.webp)
3333

3434
The Time Tracking feature is now enabled for your project.
3535

@@ -38,16 +38,16 @@ The Time Tracking feature is now enabled for your project.
3838
To track time on your issues, follow the steps below:
3939
1. Under your project, open the issue on which you want to log time.
4040
2. Click the **+ Log work** button. Enter the hours, minutes, and description. Click **Save**.
41-
![Log work](/img/time-tracking/log-work.webp)
41+
![Log work](https://media.docs.plane.so/time-tracking/log-work.webp)
4242
3. The **Tracked time** property will display the logged time. Every time you log work to the issue, this property is updated.
43-
![Worklog created](/img/time-tracking/worklog-created.webp)
43+
![Worklog created](https://media.docs.plane.so/time-tracking/worklog-created.webp)
4444

4545
## View worklogs
4646

4747
To view timesheet records and download reports, follow the steps below:
4848
1. Click the **&or;** icon next to your workspace name on the sidebar and click **Workspace Settings**.
49-
![Workspace settings](/img/time-tracking/workspace-settings.webp)
49+
![Workspace settings](https://media.docs.plane.so/time-tracking/workspace-settings.webp)
5050
2. Select **Worklogs** on the right pane to view the timesheet records.
51-
![View worklogs](/img/time-tracking/view-worklogs.webp)
51+
![View worklogs](https://media.docs.plane.so/time-tracking/view-worklogs.webp)
5252
3. You can filter the records by **Users**, **Projects**, **Start date** and **End date**. It also allows you to download the timesheet reports as Excel or CSV files.
53-
![Filter and download worklogs](/img/time-tracking/filter-and-download-worklogs.webp)
53+
![Filter and download worklogs](https://media.docs.plane.so/time-tracking/filter-and-download-worklogs.webp)

0 commit comments

Comments
 (0)