A shell scripts/libraries handler for mkdocstrings. It uses Shellman to collect documentation from shell scripts.
pip install mkdocstrings-shellIn MkDocs configuration file:
plugins:
- mkdocstrings:
default_handler: shell # optionalThe handler does not offer any option yet.
Use mkdocstrings syntax to inject documentation for a script:
::: relative/path/to/script
handler: shell Specifying handler: shell is optional if you declared shell
as default handler in mkdocs.yml.