Remove duplicate H1 titles from MDX content files

Starlight automatically renders the frontmatter title as H1,
so having a duplicate # Title in the body creates redundancy.
Removed from 29 content files across all sections.
This commit is contained in:
Ryan Malloy 2026-01-11 14:49:26 -07:00
parent 43d82d095e
commit 0bea793a09
29 changed files with 0 additions and 58 deletions

View file

@ -5,8 +5,6 @@ description: Work with documents that exceed token limits.
import { Aside } from '@astrojs/starlight/components';
# Handle Pagination
> *"Yeah, I'm gonna need you to go ahead and come in on Saturday for page 2..."*
Documents over 25,000 tokens are automatically paginated. Use cursors to fetch subsequent pages.