diff --git a/docs/content/examples/tutorials/blog-posts.md b/docs/content/examples/tutorials/blog-posts.md new file mode 100644 index 00000000..bd578dab --- /dev/null +++ b/docs/content/examples/tutorials/blog-posts.md @@ -0,0 +1,8 @@ +--- +title: 'Tutorials | Blog Posts' +--- + +This site lists blog entries that write about the project. If you blogged about `docker-mailserver` as well feel free to add your site! + +- [Installing docker-mailserver](https://lowtek.ca/roo/2021/installing-docker-mailserver/) by [@andrewlow](https://github.com/andrewlow) +- [Simple Mailserver with docker](https://tvi.al/simple-mail-server-with-docker/) by [@tomav](https://github.com/tomav) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0f3c7556..9eb3e60e 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -145,6 +145,7 @@ nav: - 'Tutorials': - 'Basic Installation': examples/tutorials/basic-installation.md - 'Mailserver behind Proxy': examples/tutorials/mailserver-behind-proxy.md + - 'Blog Posts': examples/tutorials/blog-posts.md - 'Use Cases': - 'Forward-Only Mailserver with LDAP': examples/uses-cases/forward-only-mailserver-with-ldap-authentication.md - 'Customize IMAP Folders': examples/uses-cases/imap-folders.md