mkdocs.yml 579 B

12345678910111213141516171819202122232425
  1. site_name: "mailcow: dockerized"
  2. repo_url: https://github.com/andryyy/mailcow-dockerized
  3. remote_branch: gh-pages
  4. theme: material
  5. extra:
  6. social:
  7. - type: 'github'
  8. link: 'https://github.com/andryyy/mailcow-dockerized'
  9. palette:
  10. primary: 'indigo'
  11. accent: 'yellow'
  12. logo: 'images/logo.svg'
  13. markdown_extensions:
  14. - admonition
  15. - codehilite(guess_lang=true)
  16. - footnotes
  17. - meta
  18. - toc(permalink=true)
  19. pages:
  20. - 'This is mailcow': 'index.md'
  21. - 'Installation': 'install.md'
  22. - 'First Steps': 'first_steps.md'
  23. - 'Usage & Examples': 'u_and_e.md'