docs: document new lib functions & usage

This commit is contained in:
technofab 2025-06-14 17:23:24 +02:00
parent 116f905b6c
commit bc36c39b09
No known key found for this signature in database
4 changed files with 93 additions and 6 deletions

View file

@ -106,11 +106,13 @@
nav = [
{"Introduction" = "index.md";}
{"Usage" = "usage.md";}
{"Reference" = "reference.md";}
{"CLI" = "cli.md";}
{"Example Configs" = "examples.md";}
];
markdown_extensions = [
"pymdownx.superfences"
"admonition"
];
extra.analytics = {
provider = "umami";