From 8a66d36c7c8d39de1cf969d5881e3d59db0e5ee0 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Fri, 30 Jul 2021 23:17:14 +0100 Subject: [PATCH] Updated indentation of YAML file --- mkdocs.yml | 216 ++++++++++++++++++++++++++--------------------------- 1 file changed, 108 insertions(+), 108 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6f64f5853..27e14debf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,113 +20,113 @@ markdown_extensions: - pymdownx.extra - footnotes nav: -- 'Information & Support': 'index.md' -- 'Prerequisites': - - 'Prepare your system': 'prerequisite-system.md' - - 'DNS setup': 'prerequisite-dns.md' -- 'Installation, Update & Migration': - - 'Installation': 'i_u_m_install.md' - - 'Update': 'i_u_m_update.md' - - 'Migration': 'i_u_m_migration.md' - - 'Deinstallation': 'i_u_m_deinstall.md' -- 'Post Installation Tasks': - - 'Advanced SSL': 'firststeps-ssl.md' - - 'Disable IPv6': 'firststeps-disable_ipv6.md' - - 'IP bindings': 'firststeps-ip_bindings.md' - - 'Local MTA on Docker host': 'firststeps-local_mta.md' - - 'Logging': 'firststeps-logging.md' - - 'Relayhosts': 'firststeps-relayhost.md' - - 'Reverse Proxy': 'firststeps-rp.md' - - 'Rspamd UI': 'firststeps-rspamd_ui.md' - - 'SNAT': 'firststeps-snat.md' - - 'Sync job migration': 'firststeps-sync_jobs_migration.md' - - 'Add trusted networks': 'firststeps-trust_networks.md' -- 'Models': - - 'ACL': 'model-acl.md' - - 'Password hashing': 'model-passwd.md' - - 'Sender and receiver model': 'model-sender_rcv.md' -- 'General Troubleshooting': - - 'Introduction': debug.md - - 'Logs': 'debug-logs.md' - - 'Attach a Container': 'debug-attach_service.md' - - 'Reset Passwords (incl. SQL)': 'debug-reset_pw.md' - - 'Manual MySQL upgrade': 'debug-mysql_upgrade.md' - - 'Remove Persistent Data': 'debug-rm_volumes.md' - - 'Common Problems': 'debug-common_problems.md' - - 'Admin login to SOGo': 'debug-admin_login_sogo.md' - - 'Reset TLS certificates': 'debug-reset-tls.md' -- 'Backup & Restore': - - 'Helper script': - - 'Backup': 'b_n_r_backup.md' - - 'Restore': 'b_n_r_restore.md' - - 'Manually': - - 'Maildir': 'u_e-backup_restore-maildir.md' - - 'MySQL': 'u_e-backup_restore-mysql.md' -- 'Manual/Guides/Examples': - - 'mailcow UI': - - 'Configuration': 'u_e-mailcow_ui-config.md' - - 'CSS overrides': 'u_e-mailcow_ui-css.md' - - 'Blacklist / Whitelist': 'u_e-mailcow_ui-bl_wl.md' - - 'Pushover': 'u_e-mailcow_ui-pushover.md' - - 'Spamfilter': 'u_e-mailcow_ui-spamfilter.md' - - 'Temporary email aliases': 'u_e-mailcow_ui-spamalias.md' - - 'Tagging': 'u_e-mailcow_ui-tagging.md' - - 'Two-Factor Authentication': 'u_e-mailcow_ui-tfa.md' - - 'WebAuthn / FIDO2': 'u_e-fido2.md' - - 'Postfix': - - 'Custom transport maps': 'u_e-postfix-custom_transport.md' - - 'Whitelist IP in Postscreen': 'u_e-postfix-postscreen_whitelist.md' - - 'Customize/Expand main.cf': 'u_e-postfix-extra_cf.md' - - 'Disable Sender Addresses Verification': 'u_e-postfix-disable_sender_verification.md' - - 'Max. message size (attachment size)': 'u_e-postfix-attachment_size.md' - - 'Statistics with pflogsumm': 'u_e-postfix-pflogsumm.md' - - 'Unbound': - - 'Using an external DNS service': 'u_e-unbound-fwd.md' - - 'Dovecot': - - 'Enable "any" ACL settings': 'u_e-dovecot-any_acl.md' - - 'Expunge a Users mails': 'u_e-dovecot-expunge.md' - - 'Customize/Expand dovecot.conf': 'u_e-dovecot-extra_conf.md' - - 'FTS (Solr)': 'u_e-dovecot-fts.md' - - 'IMAP IDLE interval': 'u_e-dovecot-idle_interval.md' - - 'Mail crypt': 'u_e-dovecot-mail-crypt.md' - - 'More Examples with DOVEADM': 'u_e-dovecot-more.md' - - 'Move Maildir (vmail)': 'u_e-dovecot-vmail-volume.md' - - 'Public folders': 'u_e-dovecot-public_folder.md' - - 'Static master user': 'u_e-dovecot-static_master.md' - - 'Nginx': - - 'Custom sites': 'u_e-nginx.md' - - 'Create subdomain webmail.example.org': 'u_e-webmail-site.md' - - 'Redis': 'u_e-redis.md' - - 'Rspamd': 'u_e-rspamd.md' - - 'SOGo': 'u_e-sogo.md' - - 'Docker': - - 'Customize Dockerfiles': 'u_e-docker-cust_dockerfiles.md' - - 'Docker Compose Bash Completion': 'u_e-docker-dc_bash_compl.md' - - 'Why unbound?': 'u_e-why_unbound.md' - - 'Autodiscover / Autoconfig': 'u_e-autodiscover_config.md' - - 'Redirect HTTP to HTTPS': 'u_e-80_to_443.md' - - 'Re-enable TLS 1.0 and TLS 1.1': 'u_e-reeanble-weak-protocols.md' -- 'Client Configuration': - - 'Overview': 'client.md' - - 'Android': 'client/client-android.md' - - 'Apple macOS / iOS': 'client/client-apple.md' - - 'eM Client': 'client/client-emclient.md' - - 'KDE Kontact': 'client/client-kontact.md' - - 'Microsoft Outlook': 'client/client-outlook.md' - - 'Mozilla Thunderbird': 'client/client-thunderbird.md' - - 'Windows Mail': 'client/client-windows.md' - - 'Windows Phone': 'client/client-windowsphone.md' - - 'Manual configuration': 'client/client-manual.md' -- 'Third party apps': - - 'Borgmatic Backup': 'third_party-borgmatic.md' - - 'Exchange Hybrid Setup': 'third_party-exchange_onprem.md' - - 'Gitea': 'third_party-gitea.md' - - 'Gogs': 'third_party-gogs.md' - - 'Mailpiler Integration': 'third_party-mailpiler_integration.md' - - 'Nextcloud': 'third_party-nextcloud.md' - - 'Portainer': 'third_party-portainer.md' - - 'Roundcube': 'third_party-roundcube.md' - - 'SOGo Connector for Thunderbird': 'third_party-thunderbird.md' + - 'Information & Support': 'index.md' + - 'Prerequisites': + - 'Prepare your system': 'prerequisite-system.md' + - 'DNS setup': 'prerequisite-dns.md' + - 'Installation, Update & Migration': + - 'Installation': 'i_u_m_install.md' + - 'Update': 'i_u_m_update.md' + - 'Migration': 'i_u_m_migration.md' + - 'Deinstallation': 'i_u_m_deinstall.md' + - 'Post Installation Tasks': + - 'Advanced SSL': 'firststeps-ssl.md' + - 'Disable IPv6': 'firststeps-disable_ipv6.md' + - 'IP bindings': 'firststeps-ip_bindings.md' + - 'Local MTA on Docker host': 'firststeps-local_mta.md' + - 'Logging': 'firststeps-logging.md' + - 'Relayhosts': 'firststeps-relayhost.md' + - 'Reverse Proxy': 'firststeps-rp.md' + - 'Rspamd UI': 'firststeps-rspamd_ui.md' + - 'SNAT': 'firststeps-snat.md' + - 'Sync job migration': 'firststeps-sync_jobs_migration.md' + - 'Add trusted networks': 'firststeps-trust_networks.md' + - 'Models': + - 'ACL': 'model-acl.md' + - 'Password hashing': 'model-passwd.md' + - 'Sender and receiver model': 'model-sender_rcv.md' + - 'General Troubleshooting': + - 'Introduction': debug.md + - 'Logs': 'debug-logs.md' + - 'Attach a Container': 'debug-attach_service.md' + - 'Reset Passwords (incl. SQL)': 'debug-reset_pw.md' + - 'Manual MySQL upgrade': 'debug-mysql_upgrade.md' + - 'Remove Persistent Data': 'debug-rm_volumes.md' + - 'Common Problems': 'debug-common_problems.md' + - 'Admin login to SOGo': 'debug-admin_login_sogo.md' + - 'Reset TLS certificates': 'debug-reset-tls.md' + - 'Backup & Restore': + - 'Helper script': + - 'Backup': 'b_n_r_backup.md' + - 'Restore': 'b_n_r_restore.md' + - 'Manually': + - 'Maildir': 'u_e-backup_restore-maildir.md' + - 'MySQL': 'u_e-backup_restore-mysql.md' + - 'Manual/Guides/Examples': + - 'mailcow UI': + - 'Configuration': 'u_e-mailcow_ui-config.md' + - 'CSS overrides': 'u_e-mailcow_ui-css.md' + - 'Blacklist / Whitelist': 'u_e-mailcow_ui-bl_wl.md' + - 'Pushover': 'u_e-mailcow_ui-pushover.md' + - 'Spamfilter': 'u_e-mailcow_ui-spamfilter.md' + - 'Temporary email aliases': 'u_e-mailcow_ui-spamalias.md' + - 'Tagging': 'u_e-mailcow_ui-tagging.md' + - 'Two-Factor Authentication': 'u_e-mailcow_ui-tfa.md' + - 'WebAuthn / FIDO2': 'u_e-fido2.md' + - 'Postfix': + - 'Custom transport maps': 'u_e-postfix-custom_transport.md' + - 'Whitelist IP in Postscreen': 'u_e-postfix-postscreen_whitelist.md' + - 'Customize/Expand main.cf': 'u_e-postfix-extra_cf.md' + - 'Disable Sender Addresses Verification': 'u_e-postfix-disable_sender_verification.md' + - 'Max. message size (attachment size)': 'u_e-postfix-attachment_size.md' + - 'Statistics with pflogsumm': 'u_e-postfix-pflogsumm.md' + - 'Unbound': + - 'Using an external DNS service': 'u_e-unbound-fwd.md' + - 'Dovecot': + - 'Enable "any" ACL settings': 'u_e-dovecot-any_acl.md' + - 'Expunge a Users mails': 'u_e-dovecot-expunge.md' + - 'Customize/Expand dovecot.conf': 'u_e-dovecot-extra_conf.md' + - 'FTS (Solr)': 'u_e-dovecot-fts.md' + - 'IMAP IDLE interval': 'u_e-dovecot-idle_interval.md' + - 'Mail crypt': 'u_e-dovecot-mail-crypt.md' + - 'More Examples with DOVEADM': 'u_e-dovecot-more.md' + - 'Move Maildir (vmail)': 'u_e-dovecot-vmail-volume.md' + - 'Public folders': 'u_e-dovecot-public_folder.md' + - 'Static master user': 'u_e-dovecot-static_master.md' + - 'Nginx': + - 'Custom sites': 'u_e-nginx.md' + - 'Create subdomain webmail.example.org': 'u_e-webmail-site.md' + - 'Redis': 'u_e-redis.md' + - 'Rspamd': 'u_e-rspamd.md' + - 'SOGo': 'u_e-sogo.md' + - 'Docker': + - 'Customize Dockerfiles': 'u_e-docker-cust_dockerfiles.md' + - 'Docker Compose Bash Completion': 'u_e-docker-dc_bash_compl.md' + - 'Why unbound?': 'u_e-why_unbound.md' + - 'Autodiscover / Autoconfig': 'u_e-autodiscover_config.md' + - 'Redirect HTTP to HTTPS': 'u_e-80_to_443.md' + - 'Re-enable TLS 1.0 and TLS 1.1': 'u_e-reeanble-weak-protocols.md' + - 'Client Configuration': + - 'Overview': 'client.md' + - 'Android': 'client/client-android.md' + - 'Apple macOS / iOS': 'client/client-apple.md' + - 'eM Client': 'client/client-emclient.md' + - 'KDE Kontact': 'client/client-kontact.md' + - 'Microsoft Outlook': 'client/client-outlook.md' + - 'Mozilla Thunderbird': 'client/client-thunderbird.md' + - 'Windows Mail': 'client/client-windows.md' + - 'Windows Phone': 'client/client-windowsphone.md' + - 'Manual configuration': 'client/client-manual.md' + - 'Third party apps': + - 'Borgmatic Backup': 'third_party-borgmatic.md' + - 'Exchange Hybrid Setup': 'third_party-exchange_onprem.md' + - 'Gitea': 'third_party-gitea.md' + - 'Gogs': 'third_party-gogs.md' + - 'Mailpiler Integration': 'third_party-mailpiler_integration.md' + - 'Nextcloud': 'third_party-nextcloud.md' + - 'Portainer': 'third_party-portainer.md' + - 'Roundcube': 'third_party-roundcube.md' + - 'SOGo Connector for Thunderbird': 'third_party-thunderbird.md' icon: logo: 'images/logo.svg' extra: @@ -144,4 +144,4 @@ plugins: - search - redirects: redirect_maps: - 'u_e-mailpiler-integration.md': 'third_party-mailpiler_integration.md' + 'u_e-mailpiler-integration.md': 'third_party-mailpiler_integration.md'