Skip to content

Commit 7e7ba78

Browse files
authored
Add links to service status page on header and footer (#658)
## πŸ“ Description Add links to the Semaphore Status page on header and footer See #657 ## βœ… Checklist - [X] I have tested this change - [ ] This change requires documentation update
1 parent ab8cf98 commit 7e7ba78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

β€Ždocs/docusaurus.config.jsβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ const config = {
198198
position: 'right',
199199

200200
},
201+
{
202+
href: 'https://status.semaphore.io/',
203+
position: 'right',
204+
label: 'Service Status'
205+
},
201206
{
202207
type: 'search',
203208
position: 'right',
@@ -243,6 +248,10 @@ const config = {
243248
{
244249
title: 'More',
245250
items: [
251+
{
252+
label: 'Cloud Service Status',
253+
href: 'https://status.semaphore.io/',
254+
},
246255
{
247256
label: 'Semaphore Blog',
248257
href: 'https://semaphore.io/blog',

0 commit comments

Comments
Β (0)