Skip to content

Commit

Permalink
📝(api) add CLI documentation
Browse files Browse the repository at this point in the history
Automate CLI documentation.
  • Loading branch information
jmaupetit committed Jan 31, 2024
1 parent 46c05f3 commit 81e7e33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Commands

::: mkdocs-click
:module: warren.cli
:command: cli
:depth: 1
2 changes: 2 additions & 0 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ license = {file = "LICENSE.md"}
keywords = ["Analytics", "xAPI", "LRS", "LTI"]
dependencies = [
"mike==2.0.0",
"mkdocs-click==0.8.1",
"mkdocs-material==9.5.6",
"mkdocs==1.5.3",
"neoteroi-mkdocs==1.0.4",
"pymdown-extensions==10.7",
"warren-api==0.1.0",
]

[project.urls]
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ theme:
markdown_extensions:
- admonition
- attr_list
- mkdocs_click
- smarty
- toc:
permalink: True
Expand All @@ -71,6 +72,7 @@ markdown_extensions:

nav:
- "Warren": index.md
- "CLI": cli.md
- "Plugins": plugins.md
- "Contributing": contribute.md
- "About the project":
Expand Down

0 comments on commit 81e7e33

Please sign in to comment.