Change in docs

This commit is contained in:
andryyy
2017-03-07 09:19:07 +01:00
parent 71886834ab
commit 3eae8345c4
6 changed files with 266 additions and 45 deletions

View File

@@ -1,9 +1,25 @@
site_name: "mailcow: dockerized"
repo_url: https://github.com/andryyy/mailcow-dockerized/
repo_url: https://github.com/andryyy/mailcow-dockerized
remote_branch: gh-pages
theme: readthedocs
theme: material
extra:
social:
- type: 'github'
link: 'https://github.com/andryyy/mailcow-dockerized'
palette:
primary: 'indigo'
accent: 'yellow'
logo: 'images/logo.svg'
markdown_extensions:
- admonition
- codehilite(guess_lang=true)
- footnotes
- meta
- toc(permalink=true)
pages:
- 'Overview': 'index.md'
- 'This is mailcow': 'index.md'
- 'Installation': 'install.md'
- 'First Steps': 'first_steps.md'
- 'Usage & Examples': 'u_and_e.md'