Skip to content

Update plan tag position in documentation#426

Draft
cursor[bot] wants to merge 5 commits intomasterfrom
cursor/plan-tag-position-93e8
Draft

Update plan tag position in documentation#426
cursor[bot] wants to merge 5 commits intomasterfrom
cursor/plan-tag-position-93e8

Conversation

@cursor
Copy link
Copy Markdown

@cursor cursor bot commented Apr 2, 2026

Summary

Updated the position and format of all plan tags in the documentation headings. Plan tags now appear on a new line below the heading, right-aligned, with hierarchical badges showing all applicable plan tiers.

Changes

  • Removed "Plan - " prefix text
  • Right-aligned badges on the line below headings using <div align="right">
  • Added hierarchical plan badges following the tier structure:
    • Pro features → Show Pro + Business + Enterprise Grid badges
    • Business features → Show Business + Enterprise Grid badges
    • Enterprise Grid features → Show Enterprise Grid badge only
  • Updated 49 documentation files across all sections

Badge Hierarchy

Our plan structure is: ProBusinessEnterprise Grid

If a feature is available on a lower tier, it's automatically available on all higher tiers, so we display all applicable badges.

Badge Types Used

  • <Badge type="info" text="Pro" /> - Pro plan
  • <Badge type="tip" text="Business" /> - Business plan
  • <Badge type="warning" text="Enterprise Grid" /> - Enterprise Grid plan

Example

Before:

# Single sign-on (SSO) <Badge type="tip" text="Business" />

Single sign-on (SSO) lets your team sign in...

After:

# Single sign-on (SSO)

<div align="right"><Badge type="tip" text="Business" /> <Badge type="warning" text="Enterprise Grid" /></div>

Single sign-on (SSO) lets your team sign in...

Files Updated

All 49 documentation files have been updated across:

  • Authentication (SSO, Group Sync)
  • Workflows and approvals
  • Templates (page, work-item, project)
  • Communication and customers
  • Core concepts (analytics, views, issues, pages, workspaces, cycles, inbox, export, projects, modules)
  • Integrations (Slack, GitHub, GitLab, Sentry, Draw.io)
  • Importers (Confluence, Notion)
  • Intake and AI features
  • Dashboards and automations

Testing

  • All files have been updated consistently
  • Formatting checks pass
  • Merge conflicts with master resolved
  • No other content or functionality was modified
  • Changes are purely presentational
Open in Web Open in Cursor 

- Move plan tags from inline with headings to line below
- Change format from Badge component to 'Plan - [Plan Name]'
- Update all affected documentation files across:
  - Authentication (SSO, Group Sync)
  - Workflows and approvals
  - Templates (page, work-item, project)
  - Communication and customers
  - Core concepts (analytics, views, issues, pages, workspaces, cycles, inbox, export, projects, modules)
  - Integrations (Slack, GitHub, GitLab, Sentry, Draw.io)
  - Importers (Confluence, Notion)
  - Intake and AI features
  - Dashboards and automations
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 2, 2026 1:58pm

Request Review

- Update all plan tags from plain text to Badge component
- Keep tags on line below heading as requested
- Format: 'Plan - <Badge type="..." text="..." />'
- Badge types: info (Pro), tip (Business), warning (Enterprise Grid)
- Accept master's simplified heading names
- Apply badge positioning format (badge on line below heading)
- Resolve conflicts in 17 files:
  - AI, customers, dashboards
  - Project updates, inline comments
  - Project labels, project states, PQL
  - Importers (Confluence, Notion)
  - Intake (email, forms)
  - Integrations (Draw.io, GitHub, GitLab, Sentry, Slack)
- Maintain consistent format: heading on line 1, 'Plan - <Badge>' on line 3
- Remove 'Plan - ' prefix text from all badges
- Right-align badges using <div align="right">
- Add hierarchical plan badges (Pro → Business → Enterprise Grid)
- Pro features now show: Pro + Business + Enterprise Grid
- Business features now show: Business + Enterprise Grid
- Enterprise Grid features show: Enterprise Grid only
- Updated all 49 documentation files with new format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant