26 Zeilen
584 B
YAML
26 Zeilen
584 B
YAML
|
site_name: "mailcow: dockerized"
|
||
|
repo_url: https://github.com/mailcow/mailcow-dockerized-docs
|
||
|
remote_branch: gh-pages
|
||
|
theme: material
|
||
|
extra:
|
||
|
social:
|
||
|
- type: 'github'
|
||
|
link: 'https://github.com/mailcow/mailcow-dockerized'
|
||
|
palette:
|
||
|
primary: 'indigo'
|
||
|
accent: 'yellow'
|
||
|
logo: 'images/logo.svg'
|
||
|
|
||
|
markdown_extensions:
|
||
|
- admonition
|
||
|
- codehilite(guess_lang=true)
|
||
|
- footnotes
|
||
|
- meta
|
||
|
- toc(permalink=true)
|
||
|
|
||
|
pages:
|
||
|
- 'This is mailcow': 'index.md'
|
||
|
- 'Installation': 'install.md'
|
||
|
- 'First Steps': 'first_steps.md'
|
||
|
- 'Usage & Examples': 'u_and_e.md'
|