-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
57 lines (47 loc) · 1.42 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
55
56
57
baseURL = "https://docs.insigh.io"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "insigh.io documentation"
theme = ["hugo-video", "hugo-theme-learn"]
themesdir = "themes"
metaDataFormat = "yaml"
googleAnalytics = "G-6C5XMEGR8C"
# defaultContentLanguageInSubdir= true
[params]
editURL = "https://github.com/insighio/docs/edit/master/content/"
description = "insigh.io documentation"
author = "insigh.io robot"
disableBreadcrumb = false
disableLanguageSwitchingButton = true
disableNextPrev = false
showVisitedLinks = false
themeVariant = "mine"
disableLandingPageButton = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
title = "insigh.io documentation"
weight = 1
languageName = "English"
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/insighio"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-chart-line'></i> Platform"
url = "https://console.insigh.io"
weight = 11
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-microchip'></i> Hardware info"
url = "https://insigh.io/iot-nodes/"
weight = 12
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-blog'></i> insigh.io blog"
identifier = "insighio-blog"
url = "https://insigh.io/blog/"
weight = 20
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-users'></i> About us"
url = "https://insigh.io/about-us/"
weight = 30