Convert snipplets to Markdown

This commit is contained in:
flokoe 2023-07-04 13:56:41 +02:00
parent 73779d718d
commit 20b201d027
2 changed files with 24 additions and 0 deletions

23
docs/snipplets/index.md Normal file
View File

@ -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.
<!-- Currently, sub indexes are only available in insiders edition.
## List of snipplets
[TAGS] -->

View File

@ -14,4 +14,5 @@ markdown_extensions:
nav:
- Start: index.md
- Snipplets: snipplets/index.md
- tags.md