From 80e1bb66c0619eb7123c14fc3a845e52f5c7adc4 Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 2 Mar 2017 11:27:03 +0100 Subject: [PATCH] Add docs --- mkdocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 00000000..c0b3d9a0 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,9 @@ +site_name: "mailcow: dockerized" +repo_url: https://github.com/andryyy/mailcow-dockerized/ +remote_branch: gh-pages +theme: readthedocs +pages: + - 'Overview': 'index.md' + - 'Installation': 'install.md' + - 'First Steps': 'first_steps.md' + - 'Usage & Examples': 'u_and_e.md'