ProperDocs

1.6.7 · active · verified Tue Apr 14

ProperDocs is a fast, simple, and extensible static site generator geared towards building project documentation using Markdown source files and a single YAML configuration file. It is a direct continuation of MkDocs 1.x, aiming for full compatibility with existing MkDocs themes and plugins while addressing maintenance concerns of the original project. The current version is 1.6.7, with an active release cadence.

Warnings

Install

Imports

Quickstart

Initialize a new documentation project, navigate into its directory, and serve it locally to preview changes. Access your documentation at http://127.0.0.1:8000/ by default.

# Create a new ProperDocs project
properdocs new my-docs

# Change into the project directory
cd my-docs

# Start the development server and preview your site
properdocs serve

view raw JSON →