-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (45 loc) · 1.3 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
49
50
51
52
53
54
title = "Snowplow Data Product Accelerators"
baseURL = "https://docs.snowplow.io/accelerators"
theme = "hugo-theme-learn"
themesdir = "themes"
[params]
disableNextPrev = false
disableLandingPageButton = false
disableMermaid = true
titleSeparator = "|"
themeVariant = "custom"
description = "Realize value from your behavioral data faster with step-by-step implementation guides that simplify and accelerate the deployment of best practice data apps."
author = "Snowplow"
showVisitedLinks = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
titleSeparator = "|"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
name = "Snowplow Accelerators"
identifier = "sa"
url = "https://snowplow.io/data-product-accelerators/"
weight = 9
[[Languages.en.menu.shortcuts]]
name = "Book a demo"
identifier = "b"
url = "https://snowplow.io/get-started/book-a-demo-of-snowplow-bdp/"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "Documentation"
identifier = "d"
url = "https://docs.snowplow.io/docs/"
weight = 30
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-github'></i> Github"
identifier = "g"
url = "https://github.com/snowplow"
weight = 40
[[Languages.en.menu.shortcuts]]
name = "Discourse"
identifier = "di"
url = "https://discourse.snowplow.io/"
weight = 50