mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
add examples to docs site
This commit is contained in:
parent
53adf2b3b7
commit
a76ddefe1c
30 changed files with 328 additions and 119 deletions
|
|
@ -46,3 +46,11 @@ Build and serve the static site
|
|||
nix run '.#docs' serve
|
||||
|
||||
which will be available at <http://localhost:1313>.
|
||||
|
||||
### Examples
|
||||
|
||||
Examples are written at [./docs/content/examples](./docs/content/examples) and are (or will, really) also used as tests which can be executed with
|
||||
|
||||
nix flake check
|
||||
|
||||
In general, that just means: don't directly put nix snippets into a markdown doc; instead use the shortcode provided to pull them in so they don't have to be parsed out for testing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue