Upload files to 'Docs'

This commit is contained in:
Bram Prieshof
2020-04-29 11:02:51 +02:00
parent 84175b4056
commit f761008bf6
2 changed files with 11 additions and 0 deletions

1
Docs/Readme.md Normal file
View File

@@ -0,0 +1 @@
#Source files for https://<doc-location>

10
Docs/mkdocs.yml Normal file
View File

@@ -0,0 +1,10 @@
site_name: Web-V2
theme: slate
repo_name: 'Git Repo'
repo_url: https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/src/branch/master
nav:
- User: 'User-MainInfo.md'
- Development:
- 'Adding CMS' : 'Dev-Adding-CMS.md'
- 'Adding Modules' : 'Dev-Adding-Modules.md'
- 'Adding Webserver' : 'Dev-Adding-Webserver.md'