forked from TheThingsNetwork/lorawan-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
61 lines (47 loc) · 1.36 KB
/
config.toml
File metadata and controls
61 lines (47 loc) · 1.36 KB
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
58
59
60
61
# File generated by mage. DO NOT EDIT.
# You can edit the template in config.toml.tmpl
title = "The Things Stack for LoRaWAN"
baseURL = "http://localhost/"
disableKinds = [
"taxonomy",
"taxonomyTerm",
"RSS",
"sitemap",
]
enableGitInfo = true
languageCode = "en-us"
languageName = "English"
theme = "the-things-stack"
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
description = "The Things Stack for LoRaWAN"
keywords = []
github_repository = "https://github.com/TheThingsNetwork/lorawan-stack"
github_repository_edit = "https://github.com/TheThingsNetwork/lorawan-stack/edit/master/doc/content"
version = "v3.2.3"
[menu]
[[menu.right]]
name = "GitHub"
url = "https://github.com/TheThingsNetwork/lorawan-stack"
weight = 1
[[menu.right]]
name = "Forum"
url = "https://www.thethingsnetwork.org/forum/c/network-and-routing/v3"
weight = 2
[[menu.contributing]]
name = "GitHub"
url = "https://github.com/TheThingsNetwork/lorawan-stack"
weight = 1
[[menu.contributing]]
name = "Forum"
url = "https://www.thethingsnetwork.org/forum/c/network-and-routing/v3"
weight = 2
[[menu.about_us]]
name = "The Things Network"
url = "https://www.thethingsnetwork.org"
weight = 1
[[menu.about_us]]
name = "The Things Industries"
url = "https://www.thethingsindustries.com"
weight = 2