forked from nats-io/nats-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
122 lines (114 loc) · 2.75 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
baseurl = "http://nats.io/"
languageCode = "en-us"
title = "NATS - Cloud Native, Open Source, High Performance Messaging"
pygmentsCodeFences = "true"
pygmentsuseclasses = "true"
pygmentsstyle = "native"
[params]
leftNav = false
description = "NATS is a high performance messaging system that acts as a distributed messaging queue for cloud native applications, IoT device messaging, and microservices architecture."
author = "The NATS team"
baseurl = "http://nats.io/"
languageCode = "en-us"
title = "NATS by Apcera - Documentation"
SectionPagesMenu = "main"
noCategoryLink = true
githubBaseUrl = "https://github.com/nats-io/nats-site/edit/master/content"
[[menu.main]]
name = "About"
weight = 0
identifier = "about"
url = "/about"
[[menu.main]]
name = "Download"
weight = 1
identifier = "download"
url = "/download"
[[menu.main]]
name = "NATS"
weight = 1
identifier = "nats"
parent = "download"
[[menu.main]]
name = "Server"
weight = 0
identifier = "nats-server"
parent = "nats"
[[menu.main]]
name = "Apcera Supported Clients"
weight = 1
identifier = "nats-clients"
parent = "nats"
[[menu.main]]
name = "Community Clients"
weight = 2
identifier = "nats-community"
parent = "nats"
[[menu.main]]
name = "NATS Streaming"
weight = 0
identifier = "nats-streaming"
parent = "download"
[[menu.main]]
name = "Server"
weight = 0
identifier = "streaming-server"
parent = "nats-streaming"
[[menu.main]]
name = "Apcera Supported Clients"
weight = 1
identifier = "streaming-clients"
parent = "nats-streaming"
[[menu.main]]
name = "Community Clients"
weight = 2
identifier = "streaming-community"
parent = "nats-streaming"
[[menu.main]]
name = "Documentation"
weight = 2
identifier = "documentation"
url = "/documentation"
[[menu.main]]
name = "Getting Started"
weight = 0
parent = "documentation"
[[menu.main]]
name = "Clients"
weight = 1
parent = "documentation"
[[menu.main]]
name = "Concepts"
weight = 2
parent = "documentation"
[[menu.main]]
name = "Internals"
weight = 3
parent = "documentation"
[[menu.main]]
name = "Server"
weight = 4
parent = "documentation"
[[menu.main]]
name = "Streaming"
weight = 5
parent = "documentation"
[[menu.main]]
name = "Tutorials"
weight = 6
parent = "documentation"
[[menu.main]]
name = "Support"
weight = 3
identifier = "support"
url = "/support"
[[menu.main]]
name = "Community"
weight = 4
identifier = "community"
url = "/community"
[[menu.main]]
name = "Blog"
weight = 5
identifier = "blog"
url = "/blog"