mkdocs.yml 281 B

123456789
  1. site_name: "mailcow: dockerized"
  2. repo_url: https://github.com/andryyy/mailcow-dockerized/
  3. remote_branch: gh-pages
  4. theme: readthedocs
  5. pages:
  6. - 'Overview': 'index.md'
  7. - 'Installation': 'install.md'
  8. - 'First Steps': 'first_steps.md'
  9. - 'Usage & Examples': 'u_and_e.md'