docs: write docs, add README

This commit is contained in:
technofab 2025-12-20 21:27:10 +01:00
parent abe19f9f13
commit a7e20e203c
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
8 changed files with 442 additions and 0 deletions

View file

@ -31,6 +31,11 @@ in
};
nav = [
{"Introduction" = "index.md";}
{"Concepts" = "concepts.md";}
{"Tutorial" = "tutorial.md";}
{"API Reference" = "api.md";}
{"Related Libraries" = "libraries.md";}
{"Direnv Integration" = "direnv.md";}
];
markdown_extensions = [
{
@ -41,6 +46,7 @@ in
"pymdownx.superfences"
"pymdownx.escapeall"
"fenced_code"
"admonition"
];
};
};