-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
49 lines (42 loc) · 936 Bytes
/
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
baseurl = "https://worldping.raintank.io/"
languageCode = "en-us"
title = "raintank"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
section = "section"
[[menu.main]]
name = "about worldPing"
weight = -110
identifier = "worldPing"
url = "#"
[[menu.main]]
name = "what is worldPing?"
weight = -110
identifier = "what"
url = "/worldping/"
parent = "worldPing"
[[menu.main]]
name = "use cases"
weight = -100
identifier = "usecases"
url = "/worldping/use-cases"
parent = "worldPing"
[[menu.main]]
name = "road map"
weight = -80
identifier = "roadmap"
url = "/worldping/road-map/"
parent = "worldPing"
[[menu.main]]
name = "faq"
weight = -60
indentifier = "faq"
url = "/worldping/faq"
parent = "worldPing"
[[menu.main]]
name = "docs"
weight = -40
identifier = "docs"
url = "/docs/"