mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-12 02:00:18 +01:00
docs: document new lib functions & usage
This commit is contained in:
parent
116f905b6c
commit
bc36c39b09
4 changed files with 93 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue