Skip to content

Commit 4ba02f9

Browse files
authored
Merge pull request #1278 from input-output-hk/jpraynaud/1277-add-status-page-doc
Add Mithril networks status page in website footer
2 parents 9d95d2d + b86eaee commit 4ba02f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/website/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ const config = {
187187
{
188188
title: 'More',
189189
items: [
190+
{
191+
label: 'Mithril Networks Status',
192+
href: 'https://mithril.cronitorstatus.com/'
193+
},
190194
{
191195
label: 'Logbook',
192196
href: 'https://github.com/input-output-hk/mithril/wiki/Logbook'

docs/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-doc",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)