Apply Title Case to inconsistent headings#441
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Standardizes H2 headings across the docs to follow the Title Case convention defined in
AGENTS.md. The predominant style across pages is Title Case; this PR fixes the remaining sentence-case outliers so headings read consistently across SDK references, integrations, maintenance, and sync docs.Changes
Updated 26 H2 headings across 15 files. Examples:
## Demo app→## Demo App## Compilable queries→## Compilable Queries## Encrypted databases→## Encrypted Databases## Local writes→## Local Writes## Common issues→## Common Issues## Database setup/## PowerSync configuration/## Data sync/## Next steps→ Title Case equivalents## Configure PowerSync in your project/## Configure PowerSync in your Project/## Configuring PowerSync in your React Native for Web project→ Title Case equivalents## Get the SQLite file/## Inspecting the SQLite file/## Reducing SQLite file size→ Title Case equivalents## Storage version/## Supported fixes→ Title Case equivalents## Generate a scoped JWT token/## Pre-seeding script→ Title Case equivalents## Sharing a database with Rust code→## Sharing a Database with Rust Code## Add the PowerSync Attachments Helper to your project/## Create a Custom Component to display and upload photos/## Add the \ListImage` Custom Component to your page` → Title Case equivalents## Technical details/## Client logging→ Title Case equivalentsNotes
mint validateandmint broken-linksboth pass.