mailcow/mkdocs.yml

26 lines
579 B
YAML
Raw Normal View History

2017-03-02 18:23:23 +08:00
site_name: "mailcow: dockerized"
2017-03-07 16:19:07 +08:00
repo_url: https://github.com/andryyy/mailcow-dockerized
2017-03-02 18:23:23 +08:00
remote_branch: gh-pages
2017-03-07 16:19:07 +08:00
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)
2017-03-02 18:23:23 +08:00
pages:
2017-03-07 16:19:07 +08:00
- 'This is mailcow': 'index.md'
2017-03-02 18:23:23 +08:00
- 'Installation': 'install.md'
- 'First Steps': 'first_steps.md'
- 'Usage & Examples': 'u_and_e.md'