-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
48 lines (40 loc) · 1.25 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
baseURL = "https://docs.mysurvey.solutions/"
languageCode = "en-us"
title = "Survey Solutions | Documentation"
theme = "surveysolutions"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
enableGitInfo = true
googleAnalytics = "UA-129284684-1"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "vs"
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
[params]
description = "Knowledge Base for Survey Solutions CAPI and CAWI platform"
lastreleasenote = "version-24-06"
contactformurl = "https://pds.mysurvey.solutions/ContactUs"
images = ['img/logo.png']
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
[params.forum]
url = "https://forum.mysurvey.solutions"
title = "User Forum"
suggestions = "/c/feature-suggestions"
[outputs]
home = ["HTML", "Algolia"]
[outputFormats]
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[related]
threshold = 90
includeNewer = true
toLower = false