Skip to content

Commit 598549e

Browse files
chore: updates
1 parent 1801714 commit 598549e

File tree

15 files changed

+23
-55
lines changed

15 files changed

+23
-55
lines changed

docs/.vitepress/theme/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,18 @@ body {
117117
gap: 8px;
118118
}
119119

120+
.tag-wrapper h2,
121+
.tag-wrapper h3 {
122+
margin: 0;
123+
padding: 0;
124+
border: none;
125+
}
126+
120127
.tags {
121128
display: flex;
122129
flex-wrap: nowrap;
123130
gap: 8px;
124131
align-items: center;
125-
position: relative;
126-
top: -10px !important;
127132
}
128133

129134
@media (max-width: 768px) {

docs/ai/pi-chat.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ description: Plane AI is your intelligent assistant for finding project data, an
55

66
# AI powered assistant for project management
77

8-
<Tags :tags='[{ name: "Pro", additionalClass: "pro" }]' />
9-
<Tags :tags='[{ name: "Business", additionalClass: "business" }]' />
8+
<Tags :tags='[{ name: "Pro", additionalClass: "pro" }, { name: "Business", additionalClass: "business" }]' />
109

1110
Plane AI is an AI assistant that helps you interact with your Plane workspace using natural language. Instead of navigating through menus and filters, you can simply ask Plane AI questions about your projects, work items, and documentation in plain English.
1211

docs/core-concepts/issues/epics.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: Create and manage Epics in Plane to organize related work items, tr
55

66
# Organize related work items with Epics
77

8-
<div class="tag-wrapper">
9-
# Organize and track your work items with Epics
10-
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
11-
</div>
8+
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
129

1310
Epics help you group related tasks into a larger work item, providing a hierarchical structure for managing complex projects. This feature is ideal for breaking down major objectives into smaller, manageable pieces while keeping everything organized within a project.
1411

docs/core-concepts/pages/inline-comments.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: Collaborate directly in Plane pages with inline comments. Highlight
55

66
# Inline comments for collaborative page discussions
77

8-
<div class="tag-wrapper">
9-
# Add inline comments in pages
10-
<Tags :tags='[{ name: "Business", link: "https://plane.so/pricing", additionalClass: "business" }]' />
11-
</div>
8+
<Tags :tags='[{ name: "Business", link: "https://plane.so/pricing", additionalClass: "business" }]' />
129

1310
Inline comments allow you to collaborate directly within your documentation by highlighting specific text and starting focused discussions. This feature is available across Project pages, Wiki pages, and Teamspace pages.
1411

docs/core-concepts/pages/nested-pages.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: Create structured documentation with Nested Pages. Build parent-chi
55

66
# Nested pages for hierarchical documentation structure
77

8-
<div class="tag-wrapper">
9-
# Structure content with nested pages
10-
<Tags :tags='[{ name: "Business", link: "https://plane.so/pricing", additionalClass: "business" }]' />
11-
</div>
8+
<Tags :tags='[{ name: "Business", link: "https://plane.so/pricing", additionalClass: "business" }]' />
129

1310
Nested Pages allows you to create a hierarchical structure for your content, helping you organize documentation logically and improve navigation for your team. This feature enables you to build robust knowledge architecture with parent and child pages, similar to folders and files.
1411

docs/core-concepts/pages/wiki.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: Create and organize company-wide documentation, policies, guides, a
55

66
# Wiki for company wide knowledge base
77

8-
<div class="tag-wrapper">
9-
# Centralized documentation with Wiki
10-
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
11-
</div>
8+
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
129

1310
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.
1411

docs/core-concepts/projects/initiatives.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: Create and manage Initiatives to align multiple projects with strat
55

66
# Align multiple projects with Initiatives
77

8-
<div class="tag-wrapper">
9-
# Group multiple projects using Initiatives
10-
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
11-
</div>
8+
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
129

1310
Initiatives is designed to help you manage and track progress across multiple related projects under a unified objective. This feature is particularly useful if you need a high-level view of how various projects align with strategic goals.
1411

docs/core-concepts/projects/milestones.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: Align work items toward shared completion dates with milestones. Tr
55

66
# Align work toward target dates with Milestones
77

8-
<div class="tag-wrapper">
9-
# Track goals with Milestones
10-
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
11-
</div>
8+
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
129

1310
Milestones provide a layer to align work items and epics toward shared completion dates, helping teams focus on strategic objectives and critical deliverables. Whether tracking quarterly goals, product launches, or major feature releases, milestones give you visibility into progress and ensure teams stay on track.
1411

docs/core-concepts/projects/project-overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: Track metrics, share status updates, and monitor overall project he
55

66
# Project Overview
77

8-
<div class="tag-wrapper">
9-
# Monitor project progress at a glance
10-
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
11-
</div>
8+
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
129

1310
Without a centralized project view, teams often face challenges like fragmented information, inefficient progress tracking, and communication gaps.
1411

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ description: Use Project States to categorize and track project progress across
55

66
# Project States
77

8-
<div class="tag-wrapper">
9-
# Track your projects with states
10-
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
11-
</div>
8+
<Tags :tags='[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]' />
129

1310
Project States allows you to track the overall progress of your projects. With this tool, you can categorize projects into different states, helping you quickly identify which projects need attention and which are on track.
1411

0 commit comments

Comments
 (0)