mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-04 06:05:59 +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",
|
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",
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Quickstart
|
title: Quickstart
|
||||||
|
permalink: getit/
|
||||||
---
|
---
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
Loading…
x
Reference in New Issue
Block a user