From 20b201d0272d12fbd63ce377abeeddeb86bf6ed2 Mon Sep 17 00:00:00 2001 From: flokoe Date: Tue, 4 Jul 2023 13:56:41 +0200 Subject: [PATCH] Convert snipplets to Markdown --- docs/snipplets/index.md | 23 +++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 24 insertions(+) create mode 100644 docs/snipplets/index.md 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