From f33374023f94be9a6daf2093f3cf0bdbf8d1d7aa Mon Sep 17 00:00:00 2001 From: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Date: Fri, 30 Jul 2021 13:38:46 +0200 Subject: [PATCH] docs: add blog posts section (#2107) * docs: add blog posts section * docs: add blog posts site --- docs/content/examples/tutorials/blog-posts.md | 8 ++++++++ docs/mkdocs.yml | 1 + 2 files changed, 9 insertions(+) create mode 100644 docs/content/examples/tutorials/blog-posts.md 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