-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
57 lines (51 loc) · 1.29 KB
/
Copy pathmkdocs.yaml
File metadata and controls
57 lines (51 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: SymbChainSim
repo_url: https://github.com/GiorgDiama/SymBChainSim
repo_name: SymbChainSim
theme:
name: material
features:
- announce.dismiss
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
font:
text: Roboto
code: Roboto Mono
palette:
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
nav:
- Home: index.md
- Quick Start: quick_start.md
- Simulation Engine: simulation_engine.md
- Blockchain Models:
- Node: node.md
- Block: block.md
- Transaction Factory: transaction_factory.md
- Network: network.md
- Consensus:
- Consensus Protocols: consensus.md
- High-Level Sync: high_level_sync.md
- Rounds: rounds.md
- Manager:
- Manager: manager.md
- Dynamic Simulation: dynamic_simulation.md
- Reconfiguration: reconfiguration.md
- Metrics: metrics.md
- Scenarios: scenarios.md
- Parameters: simulation_parameters.md