mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-28 17:55:06 +00:00
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:
parent
1a0f176019
commit
d8bbcb1409
@ -370,7 +370,7 @@ val microsite = project.in(file("modules/microsite")).
|
||||
),
|
||||
micrositeName := "Docspell",
|
||||
micrositeDescription := "Auto-tagging Document Organizer",
|
||||
micrositeDocumentationUrl := "/docspell/getit.html",
|
||||
micrositeDocumentationUrl := "/docspell/getit",
|
||||
micrositeDocumentationLabelDescription := "Quickstart",
|
||||
micrositeFavicons := Seq(microsites.MicrositeFavicon("favicon.png", "96x96")),
|
||||
micrositeBaseUrl := "/docspell",
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Quickstart
|
||||
permalink: getit/
|
||||
---
|
||||
|
||||
## Download
|
||||
|
Loading…
x
Reference in New Issue
Block a user