-
Notifications
You must be signed in to change notification settings - Fork 147
/
config.toml
186 lines (152 loc) · 4.13 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
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]
tagline = "Cloud Native, Open Source, High-performance Messaging"
favicon = "favicon.ico"
font_awesome_version = "6.4.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 = "Single Platform"
description = "Streaming, Key-Value, Object store, PubSub"
icon = "compress-arrows-alt"
[[languages.en.params.features]]
title = "Microservices"
description = "Services can live anywhere and are easily discoverable - decentralized, zerotrust security"
icon = "cubes"
[[languages.en.params.features]]
title = "Multi-cloud to Edge"
description = "Connect all your applications and data - in the cloud, on premise, and at the edge"
icon = "users-cog"
[[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 = "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"