Initial commit

This commit is contained in:
2020-06-26 10:41:13 +02:00
commit d16c28fe38
15 changed files with 1030 additions and 0 deletions

11
Docs/mkdocs.yml Executable file
View File

@@ -0,0 +1,11 @@
site_name: BCK-Serv
theme: slate
repo_name: 'Git Repo'
repo_url: https://git.ictmaatwerk.com/bprieshof/
nav:
- Home: 'index.md'
- Utils:
- 'aclutil' : 'utils/#aclutil'
- 'ez-aclutil' : 'utils/#ez-aclutil'
- 'adduserutil' : 'utils/#adduserutil'
- 'deluserutil' : 'utils/#deluserutil'