Mkdocs Click

screenshot of Mkdocs Click
mkdocs

An MkDocs extension to generate documentation for Click command line applications

Overview

mkdocs-click is an MkDocs extension used to generate documentation for Click command line applications. Originally developed by Datadog, mkdocs-click simplifies the process of documenting commands and sub-commands in CLI applications.

Features

  • Documentation Generation: Easily create documentation for Click command line applications.
  • Multi-command Support: Generate documentation for sub-commands by pointing mkdocs-click at the root command.
  • Header Level Customization: Configure the starting level of Markdown headers to suit your documentation needs.
  • Full Command Path Headers: Option to display full command paths in headers for better navigation.
mkdocs
MkDocs

MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.