Maintain consistent document structure and formatting in documentation to improve readability and user experience. Follow these key principles: 1. **Use sentence case for headings** - Only capitalize the first word and proper nouns:
Maintain consistent document structure and formatting in documentation to improve readability and user experience. Follow these key principles:
---
title: 'Replication and Analytics with Supabase'
---
## Introduction
Start your content here...
## Features
## Quickstart guide
<!-- Keep this focused on getting started quickly -->
## Advanced development tips
<!-- Move detailed tips to separate sections -->
note
, tip
, caution
, deprecation
, danger
:
<Admonition type="caution" title="Be aware of changes">
Highlight important information or warnings using appropriate admonition types
</Admonition>
## Configuration
### Step 1: Set up credentials
1. First do this...
2. Then do that...
### Step 2: Configure settings
Following these standards ensures documentation remains consistent, accessible, and professional across the project.
Enter the URL of a public GitHub repository