From 89edc1dc9bda4bf7d58963de74d6e90dc2c38f3e Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 16 Apr 2025 11:29:22 +0200 Subject: [PATCH] Add MkDocs Click to doc contributing (#502) --- docs/contributing/documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing/documentation.md b/docs/contributing/documentation.md index 15734ccd..b99e1d2b 100644 --- a/docs/contributing/documentation.md +++ b/docs/contributing/documentation.md @@ -9,6 +9,7 @@ The project documentation website is based on [MkDocs framework](https://www.mkd - [Mkdocs Material](https://squidfunk.github.io/mkdocs-material/): theme and framework - [Mike](https://github.com/jimporter/mike): to publish multiple versions - [MkDocs Coverage](https://github.com/pawamoy/mkdocs-coverage): to integrate coverage report iframe into MkDocs +- [MkDocs Click](https://github.com/mkdocs/mkdocs-click): generate documentation for Click command line applications - [MkDocs GitLab plugin](https://pypi.org/project/mkdocs-gitlab-plugin/): to display links to GitLab references items: used in the changelog page Please refer to their respective documentation. -- GitLab