docs: restore sidebar nav labels and fix sentence case (94 pages)#11
Merged
rachaelrenk merged 9 commits intomainfrom May 5, 2026
Merged
docs: restore sidebar nav labels and fix sentence case (94 pages)#11rachaelrenk merged 9 commits intomainfrom
rachaelrenk merged 9 commits intomainfrom
Conversation
Audit and restore sidebar nav labels that were lost during the GitBook to Astro Starlight migration. Adds sidebar.label frontmatter to 94 pages: - Restore shortened nav labels from GitBook SUMMARY.md (e.g., 'Warp Drive Notebooks' shows as 'Notebooks' in sidebar, 'Terminal Block Basics' shows as 'Block basics') - Fix sentence case on nav labels per style guide (e.g., 'Block Actions' → 'Block actions', 'MCP Servers' → 'MCP servers') - Fix sentence case on existing guide sidebar.labels (12 guide pages) - Leave H1 titles unchanged (separate work) - Leave sidebar.ts structural overrides unchanged Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Standardize overview page titles to consistently include 'overview' in the H1. Also applies sentence case fixes to these titles. 15 pages updated: - Capabilities → Capabilities overview - Self-hosting → Self-hosting overview - Triggers → Triggers overview - Agent Context → Agent context overview - Third-Party CLI Agents → Third-party CLI agents overview - Cloud Agents Overview → Cloud agents overview (sentence case fix) - Terminal appearance/blocks/completions/comparisons/editor/entry/ more-features/sessions/windows → added 'overview' + sentence case Co-Authored-By: Oz <oz-agent@warp.dev>
Co-Authored-By: Oz <oz-agent@warp.dev>
- git-worktrees.mdx: remove sidebar.label 'Git Worktrees' (title 'Git worktrees' is already correct sentence case) - vertical-tabs.mdx: remove sidebar.label 'Vertical Tabs' (title 'Vertical tabs' is already correct) and fix duplicate description line Co-Authored-By: Oz <oz-agent@warp.dev>
- Add 'Vertical Tabs' and 'Tab Configs' as official feature names in .warp/references/terminology.md (Navigation and UI terms section) - Capitalize 'Vertical Tabs' in vertical-tabs.mdx title to match - Restore sidebar.label for Vertical Tabs Co-Authored-By: Oz <oz-agent@warp.dev>
- Title: 'Quick start' → 'Enterprise quickstart' (one word per style guide, with descriptive topic name per quickstart rules) - Add sidebar.label: 'Quickstart' for shortened nav display Co-Authored-By: Oz <oz-agent@warp.dev>
Fix all instances of 'Quick Start' and 'quick start' to use 'quickstart' (one word, lowercase) per the style guide. Includes: - Cloud agents title: 'Cloud Agents Quick Start' → 'Cloud agents quickstart' - CLI title: 'Quick Start' → 'CLI quickstart' - Section header in command-search.mdx - Body text references in overview, platform, known-issues, integration-setup - Also fixed 'Integrations Overview' → 'Integrations overview' in a link Co-Authored-By: Oz <oz-agent@warp.dev>
These are local utility scripts, not part of the docs site. Co-Authored-By: Oz <oz-agent@warp.dev>
petradonka
approved these changes
May 5, 2026
hongyi-chen
approved these changes
May 5, 2026
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
Audit and restore sidebar nav labels that were lost during the GitBook → Astro Starlight migration, and standardize overview page H1 titles.
During the migration, some of GitBook's
SUMMARY.mdnav labels (often shorter than the page H1) weren't carried over — causing the full H1 title to display in the sidebar instead. Additionally, overview/index pages inconsistently included "overview" in their H1 titles.Changes
Commit 1: Restore nav labels and fix sentence case (94 pages)
Restored shortened nav labels (from GitBook SUMMARY.md) — pages where the nav label should be shorter than the H1:
Fixed sentence case on nav labels — pages where the nav label used title case instead of sentence case:
Fixed sentence case on existing guide sidebar.labels — 12 guide pages that already had
sidebar.labelbut used incorrect casing.Commit 2: Standardize overview page H1 titles (15 pages)
Added "overview" to H1 titles on section overview pages for consistency, with sentence case fixes:
Commit 3: Fix duplicate description in supported-shells.mdx
Removed a duplicate description line in the frontmatter that was pre-existing.
What's NOT changed
/reference/api-and-sdk/troubleshooting/errors/— intentionally lowercaseArtifacts
Co-Authored-By: Oz oz-agent@warp.dev