Skip to content

Commit b43488f

Browse files
jmaupetitwilbrdt
authored andcommitted
📝(api) add CLI documentation
Automate CLI documentation.
1 parent 72b7bef commit b43488f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Commands
2+
3+
::: mkdocs-click
4+
:module: warren.cli
5+
:command: cli
6+
:depth: 1

docs/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ license = {file = "LICENSE.md"}
2828
keywords = ["Analytics", "xAPI", "LRS", "LTI"]
2929
dependencies = [
3030
"mike==2.1.1",
31+
"mkdocs-click==0.8.1",
3132
"mkdocs-material==9.5.27",
3233
"mkdocs==1.6.0",
3334
"neoteroi-mkdocs==1.0.5",

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ theme:
4949
markdown_extensions:
5050
- admonition
5151
- attr_list
52+
- mkdocs_click
5253
- smarty
5354
- toc:
5455
permalink: True
@@ -71,6 +72,7 @@ markdown_extensions:
7172

7273
nav:
7374
- "Warren": index.md
75+
- "CLI": cli.md
7476
- "Plugins": plugins.md
7577
- "Warren-TdBP": tdbp.md
7678
- "Contributing": contribute.md

0 commit comments

Comments
 (0)