# Section

Create titled content sections with a stable heading contract. The building blocks of a well-structured document.

## Notes

- Always pass a stable headingId so other navigation can target it.
- Prefer multiple documentation sections over one long undifferentiated content block. Break up that wall of text!



## Example

```astro
<Section title="Overview" headingId="overview-heading"><p>...</p></Section>
```
