[DOC title=":Pages / About"]

	# About sdocs

	sdocs is a lightweight documentation tool for Svelte 5 components.
	It discovers `.sdoc` files in your project and renders an interactive
	component explorer with live previews.

	## Features

	- Zero-config component discovery
	- Live preview with prop controls
	- Multiple titled examples per component
	- Page and layout support
	- Light and dark themes

	## Getting Started

	Create a `.sdoc` file next to your component and add a `[SHOWCASE]` block
	with a `[component]` naming the component.

	## Entities

	- **`[SHOWCASE]`** — component documentation with previews and examples
	- **`[DOC]`** — standalone content pages
	- **`[LAYOUT]`** — full-page layout previews

[/DOC]
