LiteDocs
LiteDocs is a lightweight, Markdown folder-based documentation tool. Write Markdown files, organize them in folders, and get a beautiful documentation site instantly.
Why LiteDocs?
- Zero Build Step — No npm, no bundler, pure Python
- Convention over Configuration — Folder structure IS the configuration
- Beautiful by Default — Modern UI with dark mode, responsive layout
- Multi-Language — Built-in i18n via folder structure
- Multi-Doc — Serve multiple documentation sites simultaneously
- Themeable — Switchable theme packages
Get Started
pip install litedocs
litedocs serve ./my-docs
That's it. Visit http://localhost:8000 and your docs are live.
Next Steps
- Quick Start — Set up your first docs in 2 minutes
- Folder Structure — Learn the conventions
- Configuration — Customize your site