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:
parent
43d82d095e
commit
0bea793a09
29 changed files with 0 additions and 58 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue