Skip to content

Commit 260b6e1

Browse files
committed
feat: uptime monitor page added
1 parent 876afb9 commit 260b6e1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docusaurus.config.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -230,20 +230,24 @@ const config = {
230230
],
231231
},
232232
{
233-
title: "Community",
233+
title: "Links",
234234
items: [
235235
{
236-
label: "Slack",
236+
label: "Join Slack",
237237
to: "https://slack.swiftwave.org/",
238238
},
239239
{
240-
label: "GitHub",
240+
label: "Visit GitHub",
241241
to: "https://github.com/swiftwave-org",
242242
},
243243
{
244244
label: "Mail Us",
245245
to: "mailto:[email protected]",
246246
},
247+
{
248+
label: "Uptime Monitor",
249+
to: "https://status.swiftwave.org/",
250+
}
247251
],
248252
},
249253
],

0 commit comments

Comments
 (0)