forked from nats-io/nats-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
235 lines (192 loc) · 5.71 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
baseURL = "https://nats.io/"
languageCode = "en-us"
defaultLanguage = "en"
title = "NATS.io"
pygmentsCodeFences = "true"
pygmentsUseClasses = "true"
pygmentsStyle = "native"
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
category = "categories"
[params]
google_analytics_id = "UA-111730698-1"
tagline = "Cloud Native, Open Source, High-performance Messaging"
favicon = "favicon.ico"
font_awesome_version = "5.12.0"
leftNav = false
description = "NATS is a connective technology powering modern distributed systems, unifying Cloud, On-Premise, Edge, and IoT."
author = "The NATS Team"
title = "NATS.io"
url = "https://nats.io/"
SectionPagesMenu = "main"
noCategoryLink = true
githubBaseUrl = "https://github.com/nats-io/nats-site/edit/main/content"
images = ["/img/new_social_nats.png"]
description_long = """
NATS.io is a simple, secure, high-performance, open source messaging system for cloud native applications, IoT messaging, and microservice architectures.
Members of the [Synadia](https://synadia.com) team created and maintain the NATS and Streaming Servers, as well as clients written in Go, Java, JavaScript/TypeScript, Python, Ruby, C#, C, and NGINX. The community has also contributed a growing list of client libraries, including Arduino, Rust, Lua, PHP, Perl, and [more](https://nats.io/download).
Companies like MasterCard, Ericsson, HTC, Siemens, VMware, Pivotal, GE, and Baidu, among others, rely on the NATS.io messaging system for its highly performant, secure and resilient capabilities.
"""
[mediaTypes."text/netlify"]
delimiter = ""
[outputFormats.REDIRECTS]
mediaType = "text/netlify"
baseName = "_redirects"
[outputs]
home = [ "HTML", "REDIRECTS" ]
[[params.social]]
label = "Twitter"
icon = "twitter"
url = "https://twitter.com/nats_io"
color = "twitter-blue"
[[params.social]]
label = "GitHub"
icon = "github"
url = "https://github.com/nats-io"
[[params.social]]
label = "Slack"
icon = "slack"
url = "https://slack.nats.io"
color = "slack-purple"
[[params.social]]
label = "YouTube"
icon = "youtube"
url = "https://youtube.com/c/nats_messaging/videos"
color = "youtube-red"
[[params.social]]
label = "Stack Overflow"
icon = "stack-overflow"
url = "https://stackoverflow.com/questions/tagged/nats.io"
color = "stack-orange"
[params.logos]
navbar = "nats-horizontal-color.png"
navbar_home = "nats-icon-white.png"
hero = "nats-horizontal-color.png"
footer_dark = "nats-icon-color.png"
footer_light = "nats-icon-color.png"
[[params.fonts]]
name = "Source Sans Pro"
sizes = [300, 400, 600, 700]
type = "sans_serif"
[[params.fonts]]
name = "Roboto Mono"
sizes = [300, 400, 600, 700]
type = "monospace"
# Features
[[languages.en.params.features]]
title = "Agile"
description = "With flexible deployments models using clusters, superclusters, and leaf nodes, optimize communications for your unique deployment. The NATS Adaptive Edge Architecture allows for a perfect fit for unique needs to connect devices, edge, cloud or hybrid deployments."
icon = "arrows-alt"
[[languages.en.params.features]]
title = "Secure"
description = "With true multi-tenancy, securely isolate and share your data to fully meet your business needs, mitigating risk and achieving faster time to value. Security is bifurcated from topology, so you can connect anywhere in a deployment and NATS will do the right thing."
icon = "shield-alt"
[[languages.en.params.features]]
title = "Performant"
description = "With the ability to process millions of messages a second per server, you’ll find unparalleled efficiency with NATS. Save money by minimizing cloud costs with reduced compute and network usage for streams, services, and eventing."
icon = "tachometer-alt"
[[languages.en.params.features]]
title = "Resilient"
description = "NATS self-heals and can scale up, down, or handle topology changes anytime with zero downtime to your system. Clients require zero awareness of NATS topology allowing you future proof your system to meet your needs of today and tomorrow."
icon = "star-of-life"
[[menu.main]]
name = "About"
weight = 1
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Download"
weight = 2
identifier = "download"
url = "/download/"
[[menu.main]]
name = "NATS"
weight = 1
identifier = "nats"
parent = "download"
[[menu.main]]
name = "Server"
weight = 1
identifier = "nats-server"
parent = "nats"
[[menu.main]]
name = "Synadia Supported Clients"
weight = 2
identifier = "nats-clients"
parent = "nats"
[[menu.main]]
name = "Community Clients"
weight = 3
identifier = "nats-community"
parent = "nats"
[[menu.main]]
name = "NATS Streaming"
weight = 0
identifier = "nats-streaming"
parent = "download"
[[menu.main]]
name = "Server"
weight = 1
identifier = "streaming-server"
parent = "nats-streaming"
[[menu.main]]
name = "Synadia Supported Clients"
weight = 2
identifier = "streaming-clients"
parent = "nats-streaming"
[[menu.main]]
name = "Community Clients"
weight = 3
identifier = "streaming-community"
parent = "nats-streaming"
[[menu.main]]
name = "Documentation"
weight = 3
identifier = "doc"
url = "https://docs.nats.io"
[[menu.main]]
name = "Getting Started With NATS"
weight = 1
parent = "doc"
[[menu.main]]
name = "Writing Applications"
weight = 2
parent = "doc"
[[menu.main]]
name = "Managing the Server"
weight = 3
parent = "doc"
[[menu.main]]
name = "NATS Internals"
weight = 4
parent = "doc"
[[menu.main]]
name = "Event Streaming"
weight = 5
parent = "doc"
[[menu.main]]
name = "Additional Documentation"
weight = 6
parent = "doc"
[[menu.main]]
name = "Blog"
weight = 5
identifier = "blog"
url = "/blog"
[[menu.main]]
name = "Support"
weight = 7
identifier = "support"
url = "/support"
[[menu.main]]
name = "Community"
weight = 6
identifier = "community"
url = "/community"
[[menu.main]]
name = "Privacy"
weight = 8
identifier = "privacy"
url = "/privacy"