mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 07:15:08 +01:00
docs: write docs, add README
This commit is contained in:
parent
abe19f9f13
commit
a7e20e203c
8 changed files with 442 additions and 0 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue