From 350133284141a7131f7302ee527f08f7314f4cbd Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 16 Dec 2024 19:42:37 +0530 Subject: [PATCH 1/2] Added images in Exports --- docs/core-concepts/export.mdx | 8 +++++++- docs/core-concepts/pages/wiki.mdx | 10 ++++++++++ .../core-concepts/projects/project-states.mdx | 12 +++++------ sidebars.ts | 20 +++++++++---------- 4 files changed, 33 insertions(+), 17 deletions(-) diff --git a/docs/core-concepts/export.mdx b/docs/core-concepts/export.mdx index eec61e4..fee2c37 100644 --- a/docs/core-concepts/export.mdx +++ b/docs/core-concepts/export.mdx @@ -23,11 +23,15 @@ You can export issues in one of the following formats: Click the **Export** button for your preferred format. -4. **Select Projects** + ![Export issues](https://media.docs.plane.so/workspaces/export-issues.webp#center) + +4. **Select Project** After selecting your format: - Choose to export issues from all projects or a specific project using the dropdown. - *Optional*: If exporting issues from all projects, you can split the data into separate files. This will package the exports into a ZIP file. + ![Select project](https://media.docs.plane.so/workspaces/select-projects.webp#center) + :::info Exporting large workspaces may take some time depending on the number of issues. ::: @@ -40,6 +44,8 @@ You can view the history of your exports under **Previous exports**. For each ex - Once completed, you can download the file by clicking **Download**. - Click the **Refresh status** button to ensure the latest updates. +![Download file](https://media.docs.plane.so/workspaces/download-file.webp#center) + :::caution Exported files remain downloadable for a limited time (7 days). ::: diff --git a/docs/core-concepts/pages/wiki.mdx b/docs/core-concepts/pages/wiki.mdx index 0b35d31..8249823 100644 --- a/docs/core-concepts/pages/wiki.mdx +++ b/docs/core-concepts/pages/wiki.mdx @@ -1,8 +1,18 @@ --- title: Wiki +hide_title: true --- +import Tags from '@site/src/components/Tags'; + +
# Centralized documentation with Wiki + +
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. diff --git a/docs/core-concepts/projects/project-states.mdx b/docs/core-concepts/projects/project-states.mdx index 54d7aaa..e9aa949 100644 --- a/docs/core-concepts/projects/project-states.mdx +++ b/docs/core-concepts/projects/project-states.mdx @@ -47,18 +47,18 @@ This feature provides a central view of all projects in your workspace, making i You’ll be able to apply these states to all projects in your workspace and begin tracking their progress. -## Use Project States +## Modify Project properties 1. Navigate to **Projects** on the sidebar. ![Add or modify Project States](https://media.docs.plane.so/projects/modify-project-states.webp#center) 2. In each project card, you'll see a bunch of project properties. - - State: Set the project state. - - Priority: Highlight high-priority projects. - - Lead: Assign or change the project lead. - - Members: Update the team members working on the project. - - Start and End Dates: Add or adjust timelines. + - **State**: Set the project state. + - **Priority**: Highlight high-priority projects. + - **Lead**: Assign or change the project lead. + - **Members**: Update the team members working on the project. + - **Start and end Dates**: Add or adjust timelines. ## Why use Project States? diff --git a/sidebars.ts b/sidebars.ts index 3603f2f..4c5e389 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -34,7 +34,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: false, + collapsed: true, label: 'Project + work tracking', items: [ @@ -66,7 +66,7 @@ const sidebars: SidebarsConfig = { { type: 'category', - collapsed: false, + collapsed: true, label: 'Project + work management', items: [ 'core-concepts/projects/project-states', @@ -78,7 +78,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: false, + collapsed: true, label: 'Visualization', items: [ { @@ -99,7 +99,7 @@ const sidebars: SidebarsConfig = { { type: 'category', - collapsed: false, + collapsed: true, label: 'Navigation', items: [ 'core-concepts/power-k' @@ -108,7 +108,7 @@ const sidebars: SidebarsConfig = { { type: 'category', - collapsed: false, + collapsed: true, label: 'Workspace + user management', items: [ 'core-concepts/workspaces/overview', @@ -121,7 +121,7 @@ const sidebars: SidebarsConfig = { { type: 'category', - collapsed: false, + collapsed: true, label: 'Knowledge management', items: [ { @@ -137,7 +137,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: false, + collapsed: true, label: 'Importers', items: [ 'plane-importers/github-imp', @@ -146,7 +146,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: false, + collapsed: true, label: 'Integrations', items: [ 'plane-integrations/about', @@ -156,7 +156,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: false, + collapsed: true, label: 'Performance', items: [ 'performance/hyper-mode' @@ -164,7 +164,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: false, + collapsed: true, label: 'Devices', items: [ 'devices/mobile', From 358d6a3a466269b31680df6427683170177e5cb1 Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 16 Dec 2024 19:47:23 +0530 Subject: [PATCH 2/2] expanded sub-categories --- sidebars.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sidebars.ts b/sidebars.ts index 4c5e389..3603f2f 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -34,7 +34,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: true, + collapsed: false, label: 'Project + work tracking', items: [ @@ -66,7 +66,7 @@ const sidebars: SidebarsConfig = { { type: 'category', - collapsed: true, + collapsed: false, label: 'Project + work management', items: [ 'core-concepts/projects/project-states', @@ -78,7 +78,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: true, + collapsed: false, label: 'Visualization', items: [ { @@ -99,7 +99,7 @@ const sidebars: SidebarsConfig = { { type: 'category', - collapsed: true, + collapsed: false, label: 'Navigation', items: [ 'core-concepts/power-k' @@ -108,7 +108,7 @@ const sidebars: SidebarsConfig = { { type: 'category', - collapsed: true, + collapsed: false, label: 'Workspace + user management', items: [ 'core-concepts/workspaces/overview', @@ -121,7 +121,7 @@ const sidebars: SidebarsConfig = { { type: 'category', - collapsed: true, + collapsed: false, label: 'Knowledge management', items: [ { @@ -137,7 +137,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: true, + collapsed: false, label: 'Importers', items: [ 'plane-importers/github-imp', @@ -146,7 +146,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: true, + collapsed: false, label: 'Integrations', items: [ 'plane-integrations/about', @@ -156,7 +156,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: true, + collapsed: false, label: 'Performance', items: [ 'performance/hyper-mode' @@ -164,7 +164,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - collapsed: true, + collapsed: false, label: 'Devices', items: [ 'devices/mobile',