<!-- Generated by Void for AI agents. -->
<!-- Site: Void Documentation -->
<!-- URL: https://rkriad585.github.io/mkdocs-void/getting-started.md -->
<!-- Generated: 2026-09-10T14:47:04Z -->
<!-- Version: 0.2.0 -->

# Getting Started

This section covers installation, setup, and configuration of the Void theme.

## Installation

Install the theme from PyPI:

```bash
pip install mkdocs-void
```

This installs both the theme and the companion MkDocs plugin.

## Quick Setup

1. Create a new MkDocs project:

   ```bash
   mkdocs new my-docs
   cd my-docs
   ```

2. Set the theme in `mkdocs.yml`:

   ```yaml
   site_name: My Docs
   theme:
     name: void
   ```

3. Start the dev server:

   ```bash
   mkdocs serve
   ```

4. Open [http://127.0.0.1:8000](http://127.0.0.1:8000).

## Next Steps

- [Configuration](getting-started/configuration.md) — Customize the theme to your liking
- [Design System](design/overview.md) — Learn how the design works under the hood
- [Components](components/buttons.md) — Explore available UI components

---

[Back to README](index.md)


<!-- End of markdown mirror. -->
