---
title: "Prerendered docs site"
description: "A prerendered documentation site where each page both explains and demonstrates the feature it documents."
category: "Content, Blog & Desk"
---

# Prerendered docs site

> Generated from `mcp/patterns.registry.json` — do not edit by hand; change the registry and run `bun run patterns:build`.

_Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes._

**Category:** Content, Blog & Desk · **Tier:** light · **Risk:** low — prerendered, no runtime db dependency

A prerendered documentation site where each page both explains and demonstrates the feature it documents.

**When to use:** Use when publishing static, self-verifying documentation pages alongside the live app.

## Docs

- [docs/blueprint/pages.md](/docs/blueprint/pages) ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/blueprint/pages.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/blueprint/pages.md))

## Code

- `src/lib/server/docs/` ([GitHub](https://github.com/ApeDevil/v10r/tree/main/src/lib/server/docs) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/tree/main/src/lib/server/docs))

## Proof

- [`/docs`](/docs) (app route, no showcase)

---

_Machine-readable record: `content-docs-site` in `mcp/patterns.registry.json`._
