Skip to content

Commit 2471c74

Browse files
committed
docs: re organize user manual section in docs website
1 parent b725d10 commit 2471c74

29 files changed

+121
-107
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Develop
3+
---
4+
5+
import DocCardList from "@theme/DocCardList";
6+
7+
The Mithril network consists of three main components:
8+
9+
- **Mithril aggregator**:
10+
11+
This node coordinates the production of the Cardano snapshot archives, working alongside the Mithril signer and Cardano nodes to generate associated certificates using Mithril multi-signatures.
12+
13+
- **Mithril signer**:
14+
15+
This node produces individual signatures, which the Mithril aggregator combines into a multi-signature. It operates in conjunction with a Cardano node (run by an SPO) holding stake in the network.
16+
17+
- **Mithril client**:
18+
19+
This node verifies and restores a snapshot along with other types of data, facilitating lightning-fast bootstrapping of a Cardano full node.
20+
21+
<DocCardList />
22+
23+
:::tip
24+
25+
For more information about the Mithril protocol, refer to the [about Mithril](../mithril-protocol/protocol.md) section.
26+
27+
:::
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"label": "Develop",
3+
"collapsible": true,
4+
"collapsed": false,
5+
"position": 4
6+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/website/root/mithril/mithril-protocol/simulation.md renamed to docs/website/root/manual/develop/protocol-simulation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
sidebar_position: 3
3-
sidebar_label: Simulation
43
---
54

6-
# Mithril protocol simulation
5+
# Protocol simulation
76

87
:::info
98

0 commit comments

Comments
 (0)