Skip to content

Commit 91c3def

Browse files
committed
Move network-matrix to the doc folder
Else it would not be included in the versioned files.
1 parent 46bb605 commit 91c3def

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

docs/root/manual/developer-docs/nodes/mithril-aggregator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 1
33
---
44

5-
import NetworksMatrix from '../../../../shared/networks-matrix.md';
5+
import NetworksMatrix from '../../../networks-matrix.md';
66

77
# Mithril Aggregator Node
88

docs/root/manual/developer-docs/nodes/mithril-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 3
33
---
44

5-
import NetworksMatrix from '../../../../shared/networks-matrix.md';
5+
import NetworksMatrix from '../../../networks-matrix.md';
66

77
# Mithril Client Node
88

docs/root/manual/developer-docs/nodes/mithril-signer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 2
33
---
44

5-
import NetworksMatrix from '../../../../shared/networks-matrix.md';
5+
import NetworksMatrix from '../../../networks-matrix.md';
66

77
# Mithril Signer Node
88

docs/root/manual/developer-docs/references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 2
33
---
44

5-
import NetworksMatrix from '../../../shared/networks-matrix.md';
5+
import NetworksMatrix from '../../networks-matrix.md';
66

77
# API Reference
88

docs/root/manual/getting-started/bootstrap-cardano-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 1
33
---
44

5-
import NetworksMatrix from '../../../shared/networks-matrix.md';
5+
import NetworksMatrix from '../../networks-matrix.md';
66

77
# Bootstrap a Cardano Node
88

docs/root/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 2
33
---
44

5-
import NetworksMatrix from '../../../shared/networks-matrix.md';
5+
import NetworksMatrix from '../../networks-matrix.md';
66

77
# Run a Mithril Signer node (SPO)
88

docs/shared/networks-matrix.md renamed to docs/root/networks-matrix.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
unlisted: true
3+
hide_title: true
4+
hide_table_of_contents: true
5+
---
6+
17
Here is an up to date list of all the **Mithril Networks**, their configurations and their status:
28

39
> Last update: 11/14/2022

0 commit comments

Comments
 (0)