Fix front-page links for microsite

The links work while testing locally with jekyll. Must be checked at
the published site.
This commit is contained in:
Eike Kettner 2020-03-01 09:45:38 +01:00
parent 1a0f176019
commit d8bbcb1409
2 changed files with 2 additions and 1 deletions

View File

@ -370,7 +370,7 @@ val microsite = project.in(file("modules/microsite")).
), ),
micrositeName := "Docspell", micrositeName := "Docspell",
micrositeDescription := "Auto-tagging Document Organizer", micrositeDescription := "Auto-tagging Document Organizer",
micrositeDocumentationUrl := "/docspell/getit.html", micrositeDocumentationUrl := "/docspell/getit",
micrositeDocumentationLabelDescription := "Quickstart", micrositeDocumentationLabelDescription := "Quickstart",
micrositeFavicons := Seq(microsites.MicrositeFavicon("favicon.png", "96x96")), micrositeFavicons := Seq(microsites.MicrositeFavicon("favicon.png", "96x96")),
micrositeBaseUrl := "/docspell", micrositeBaseUrl := "/docspell",

View File

@ -1,6 +1,7 @@
--- ---
layout: docs layout: docs
title: Quickstart title: Quickstart
permalink: getit/
--- ---
## Download ## Download