From 3f53779ae4e6fb5a50c948be610b3dd143ccc76b Mon Sep 17 00:00:00 2001
From: Eike Kettner <eike.kettner@posteo.de>
Date: Fri, 28 Feb 2020 20:50:46 +0100
Subject: [PATCH] Change documentation side menu and front

---
 Changelog.md                                             | 2 ++
 modules/microsite/docs/doc.md                            | 3 +--
 .../src/main/resources/microsite/css/docspell.css        | 5 +++++
 .../microsite/src/main/resources/microsite/data/menu.yml | 9 ++++++---
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/Changelog.md b/Changelog.md
index 6e4f957a..a05a9c67 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,8 @@
 
 ## v0.3.0
 
+*Mar. 1, 2020*
+
 - Support for many more document types has been added (including
   images and office documents). All input files are converted into PDF
   files (the original file is preserved).
diff --git a/modules/microsite/docs/doc.md b/modules/microsite/docs/doc.md
index 30546bf0..2bc5309b 100644
--- a/modules/microsite/docs/doc.md
+++ b/modules/microsite/docs/doc.md
@@ -5,8 +5,7 @@ title: Documentation
 
 # {{page.title}}
 
-This is the documentation for Docspell @VERSION@. There is a
-[changelog](changelog).
+This is the documentation for Docspell @VERSION@.
 
 Docspell assists in organizing large amounts of PDF files that are
 typically scanned paper documents. You can associate tags, set
diff --git a/modules/microsite/src/main/resources/microsite/css/docspell.css b/modules/microsite/src/main/resources/microsite/css/docspell.css
index 4f477d8f..f1ccfcea 100644
--- a/modules/microsite/src/main/resources/microsite/css/docspell.css
+++ b/modules/microsite/src/main/resources/microsite/css/docspell.css
@@ -1,3 +1,8 @@
+#site-main {
+    background: floralwhite;
+    padding: 40px 0;
+}
+
 #masthead {
     background: url(../img/back-master-small.jpg);
     background-repeat: no-repeat;
diff --git a/modules/microsite/src/main/resources/microsite/data/menu.yml b/modules/microsite/src/main/resources/microsite/data/menu.yml
index 4446063d..ed5658ea 100644
--- a/modules/microsite/src/main/resources/microsite/data/menu.yml
+++ b/modules/microsite/src/main/resources/microsite/data/menu.yml
@@ -18,15 +18,15 @@ options:
      - title: Installation
        url: doc/install.html
 
+     - title: Configuring
+       url: doc/configure.html
+
      - title: Nix/NixOS
        url: doc/nix
 
      - title: Reverse Proxy
        url: doc/reverseproxy
 
-     - title: Configuring
-       url: doc/configure.html
-
      - title: Adding Meta Data
        url: doc/metadata.html
 
@@ -48,6 +48,9 @@ options:
      - title: Tools
        url: doc/tools.html
 
+  - title: Changelog
+    url : changelog
+
   - title: Development
     url: dev.html