Fr-docs

Fr-docs is a generic, configurable documentation builder for Python projects. It converts Markdown source files into a searchable, optimized static HTML site with zero-config setup.

Quick Links

Getting Started in 5 Minutes

  1. Install fr-docs: pip install fr-docs
  2. Create config.json with project settings
  3. Add markdown files to docs/src/
  4. Build: fr-docs build
  5. Deploy: Upload docs/site/ to your hosting provider

Features

Navigation

Getting Started