diff --git a/docs/snipplets/index.md b/docs/snipplets/index.md new file mode 100644 index 0000000..893a6f9 --- /dev/null +++ b/docs/snipplets/index.md @@ -0,0 +1,23 @@ +--- +tags: + - bash + - shell + - scripting + - code + - download + - snipplet + - example +--- + +# Small code snipplets + +These snipplets are **not** meant as HowTo or Tutorial or FAQ. +Mostly they are only a line of code and a short comment. + +See it more like an initial idea to give you a start. + + diff --git a/mkdocs.yml b/mkdocs.yml index 14eab3d..a30c7eb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,4 +14,5 @@ markdown_extensions: nav: - Start: index.md + - Snipplets: snipplets/index.md - tags.md \ No newline at end of file