mailcow-dockerized-docs/mkdocs.yml

70 Zeilen
2,2 KiB
YAML

2017-05-03 12:32:38 +02:00
site_name: "mailcow: dockerized documentation"
repo_url: https://github.com/mailcow/mailcow-dockerized
2017-05-05 13:13:19 +02:00
remote_branch: gh-pages
theme: material
markdown_extensions:
- codehilite(guess_lang=true)
- toc(permalink=true)
2017-05-06 08:41:38 +02:00
- admonition
- pymdownx.magiclink
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.mark
- pymdownx.tilde
2017-05-06 14:59:43 +02:00
- footnotes
2017-05-01 21:34:26 +02:00
pages:
- 'Information & Support': 'index.md'
- 'Prerequisites':
- 'Prepare Your System': 'requirements.md'
- 'DNS Setup': 'dns.md'
2017-05-06 14:13:20 +02:00
- 'Migrating from mailcow 0.14': 'mc14_migrate.md'
- 'Installation & Update':
2017-05-06 00:22:26 +02:00
- 'Installation': 'install.md'
- 'Update': 'update.md'
2017-05-06 13:54:25 +02:00
- 'First Steps (optional)':
2017-05-06 00:22:26 +02:00
- 'SSL': 'ssl.md'
- 'Rspamd Web UI': 'rspamd_ui.md'
- 'Reverse Proxy': 'rp.md'
2017-05-06 08:41:38 +02:00
- 'Setup a relayhost': 'relayhost.md'
2017-05-06 00:22:26 +02:00
- 'Log to Syslog': 'syslog.md'
- 'Local MTA on Docker host': 'local_mta.md'
- 'Sender and receiver model': 'sender_rcv.md'
2017-05-06 18:24:40 +02:00
- 'Debugging & Troubleshooting':
- 'Introduction': debug.md
- 'Logs': 'debug_logs.md'
- 'Reset Passwords': 'reset_pw.md'
- 'Service Descriptions': 'service_desc.md'
- 'Remove Persistent Data': 'rm_volumes.md'
2017-05-06 00:22:26 +02:00
- 'Usage & Examples':
2017-05-06 15:55:58 +02:00
- 'mailcow UI':
- 'Configuration': 'mailcow_ui.md'
- 'Blacklist / Whitelist': 'bl_wl.md'
2017-05-06 16:29:50 +02:00
- 'Spamfilter': 'spamfilter.md'
2017-05-06 16:10:44 +02:00
- 'Temporary email aliase': 'spamalias.md'
2017-05-06 15:55:58 +02:00
- 'Tagging': 'tagging.md'
- 'Two-Factor Authentication': 'tfa.md'
- 'Redis': 'redis.md'
- 'MySQL': 'mysql.md'
- 'Rspamd': 'rspamd.md'
2017-05-06 15:55:58 +02:00
- 'Postfix':
- 'Anonymize Headers': 'anonym_headers.md'
- 'Disable Sender Addresses Verification': 'disable_sender_verification.md'
- 'Why bind9?': 'why_bind9.md'
2017-05-06 15:55:58 +02:00
- 'Backup & Restore':
- 'Backup Maildir': 'backup_maildir.md'
- 'Autodiscover / Autoconfig': 'autodiscover_config.md'
- 'Redirect HTTP to HTTPS': '80_to_443.md'
- 'Adjust Service Configurations': 'change_config.md'
- 'Customize Dockerfiles': 'cust_dockerfiles.md'
- 'Docker Compose Bash Completion': 'dc_bash_compl.md'
2017-05-06 15:14:40 +02:00
- 'Deinstall': 'deinstall.md'
2017-05-06 00:22:26 +02:00
- 'Third party apps':
- 'Roundcube': 'roundcube.md'
- 'Portainer': 'portainer.md'
- 'Gogs': 'gogs.md'
extra:
logo: 'images/logo.svg'
palette:
primary: 'indigo'
accent: 'orange'
2017-05-06 08:41:38 +02:00
extra_css: [extra.css]