Update plan tag position in documentation#426
Draft
cursor[bot] wants to merge 5 commits intomasterfrom
Draft
Conversation
- 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
<div align="right">Badge Hierarchy
Our plan structure is: Pro → Business → Enterprise 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 planExample
Before:
# Single sign-on (SSO) <Badge type="tip" text="Business" /> Single sign-on (SSO) lets your team sign in...After:
Files Updated
All 49 documentation files have been updated across:
Testing