We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876afb9 commit 260b6e1Copy full SHA for 260b6e1
docusaurus.config.js
@@ -230,20 +230,24 @@ const config = {
230
],
231
},
232
{
233
- title: "Community",
+ title: "Links",
234
items: [
235
236
- label: "Slack",
+ label: "Join Slack",
237
to: "https://slack.swiftwave.org/",
238
239
240
- label: "GitHub",
+ label: "Visit GitHub",
241
to: "https://github.com/swiftwave-org",
242
243
244
label: "Mail Us",
245
to: "mailto:[email protected]",
246
247
+ {
248
+ label: "Uptime Monitor",
249
+ to: "https://status.swiftwave.org/",
250
+ }
251
252
253
0 commit comments