# synz-docs
A Bun-native documentation middleware for Hono.
# Why synz-docs?
- No build step
- File-system routing
- Auto-generated sidebar
- Markdown-first workflow
- Fully typed configuration
Everything in this docs site is generated directly from markdown files.
# Links
- GitHub: LeSynz/synz-docs
- npm: synz-docs
# Example
import { docs } from 'synz-docs'
app.route('/docs', docs({
dir: './docs',
title: 'My Project'
}))# Features
| Feature | Supported |
|---|---|
| Frontmatter | Yes |
| Syntax highlighting | Yes |
| Nested navigation | Yes |
| Theming | Yes |
| Anchor links | Yes |