Skip to content

Commit 759807a

Browse files
authored
Merge pull request #190 from makeplane/export-fixes
Added images in Exports
2 parents 8efd9d4 + 358d6a3 commit 759807a

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

docs/core-concepts/export.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ You can export issues in one of the following formats:
2323

2424
Click the **Export** button for your preferred format.
2525

26-
4. **Select Projects**
26+
![Export issues](https://media.docs.plane.so/workspaces/export-issues.webp#center)
27+
28+
4. **Select Project**
2729
After selecting your format:
2830
- Choose to export issues from all projects or a specific project using the dropdown.
2931
- *Optional*: If exporting issues from all projects, you can split the data into separate files. This will package the exports into a ZIP file.
3032

33+
![Select project](https://media.docs.plane.so/workspaces/select-projects.webp#center)
34+
3135
:::info
3236
Exporting large workspaces may take some time depending on the number of issues.
3337
:::
@@ -40,6 +44,8 @@ You can view the history of your exports under **Previous exports**. For each ex
4044
- Once completed, you can download the file by clicking **Download**.
4145
- Click the **Refresh status** button to ensure the latest updates.
4246

47+
![Download file](https://media.docs.plane.so/workspaces/download-file.webp#center)
48+
4349
:::caution
4450
Exported files remain downloadable for a limited time (7 days).
4551
:::

docs/core-concepts/pages/wiki.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
---
22
title: Wiki
3+
hide_title: true
34
---
45

6+
import Tags from '@site/src/components/Tags';
7+
8+
<div className="tag-wrapper">
59
# Centralized documentation with Wiki
10+
<Tags
11+
tags={[
12+
{ name: "Pro", additionalClass: "pro" }
13+
]}
14+
/>
15+
</div>
616

717
Plane's Wiki is a place to store and share company-wide information. Unlike project pages that focus on specific work, the Wiki helps you create documentation that matters to everyone in the organization.
818

docs/core-concepts/projects/project-states.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ This feature provides a central view of all projects in your workspace, making i
4747

4848
You’ll be able to apply these states to all projects in your workspace and begin tracking their progress.
4949

50-
## Use Project States
50+
## Modify Project properties
5151

5252
1. Navigate to **Projects** on the sidebar.
5353
![Add or modify Project States](https://media.docs.plane.so/projects/modify-project-states.webp#center)
5454

5555
2. In each project card, you'll see a bunch of project properties.
5656

57-
- State: Set the project state.
58-
- Priority: Highlight high-priority projects.
59-
- Lead: Assign or change the project lead.
60-
- Members: Update the team members working on the project.
61-
- Start and End Dates: Add or adjust timelines.
57+
- **State**: Set the project state.
58+
- **Priority**: Highlight high-priority projects.
59+
- **Lead**: Assign or change the project lead.
60+
- **Members**: Update the team members working on the project.
61+
- **Start and end Dates**: Add or adjust timelines.
6262

6363
## Why use Project States?
6464

0 commit comments

Comments
 (0)