Skip to content

Comments

Fix capitalization and TOC structure in campaign docs#9642

Merged
mnkiefer merged 5 commits intomainfrom
copilot/fix-capitalization-in-campaign-docs
Jan 11, 2026
Merged

Fix capitalization and TOC structure in campaign docs#9642
mnkiefer merged 5 commits intomainfrom
copilot/fix-capitalization-in-campaign-docs

Conversation

Copy link
Contributor

Copilot AI commented Jan 11, 2026

Campaign documentation had inconsistent capitalization ("Agentic Campaigns" vs "agentic campaigns") and duplicate headings across files that confused navigation.

Changes

Capitalization standardization:

  • Page titles and headings: Title case → sentence case ("Campaign Commands" → "Campaign commands")
  • Feature references: Capitalized → lowercase ("Agentic Campaigns" → "agentic campaigns")
  • Internal link text updated to match new heading format

TOC deduplication:

  • index.mdx: "How it works" → "Workflow" (avoids collision with technical-overview.md)
  • index.mdx: "What are GitHub Agentic Campaigns?" → "Overview" (clearer, more concise)

Before/After

  ---
- title: "CLI Commands"
+ title: CLI commands
  ---

- ## Campaign Commands
+ ## Campaign commands

- See [Project Management](/gh-aw/guides/campaigns/project-management/)
+ See [Project management](/gh-aw/guides/campaigns/project-management/)

All 7 campaign doc files updated. Frontmatter, internal links, and markdown syntax validated.

Original prompt

Fix capitalization in campaign docs. Also, make sure toc makes sense and don't duplicate titles, etc.

Custom agent used: technical-doc-writer
AI technical documentation writer for GitHub Actions library using GitHub Docs voice


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 3 commits January 11, 2026 16:26
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
- Use lowercase for feature references ("agentic campaigns")
- Standardize heading capitalization (sentence case)
- Change "How it works" to "Workflow" in index.mdx to avoid duplication with technical-overview.md
- Change "What are GitHub Agentic Campaigns?" to "Overview" in index.mdx
- Update all internal links to use lowercase titles

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
- All frontmatter properly formatted
- Internal links verified
- Markdown syntax validated
- Heading structure consistent

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix capitalization and improve TOC in campaign docs Fix capitalization and TOC structure in campaign docs Jan 11, 2026
Copilot AI requested a review from mnkiefer January 11, 2026 16:34
@mnkiefer mnkiefer marked this pull request as ready for review January 11, 2026 17:04
@mnkiefer mnkiefer merged commit 42b0457 into main Jan 11, 2026
2 checks passed
@mnkiefer mnkiefer deleted the copilot/fix-capitalization-in-campaign-docs branch January 11, 2026 17:07
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.

2 participants