-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (42 loc) · 1.28 KB
/
mkdocs.yml
File metadata and controls
47 lines (42 loc) · 1.28 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
site_name: ledger_v2
site_url: https://docs.fetch.ai/ledger_v2/
site_description: Documentation for the Fetch.ai ledger project
repo_url: https://github.com/fetchai/fetchd/
site_author: developer@fetch.ai
theme:
name: 'material'
feature:
tabs: true
strict: true
nav:
- Introduction: 'index.md'
- Installation: 'building.md'
- Versions: 'versions.md'
- Networks:
- Active Networks: 'live-networks.md'
- Mainnet Archive: 'archived-networks.md'
- Snapshots: 'snapshots.md'
- State Sync: 'state-sync.md'
- Commandline Client:
- Introduction: 'cli-introduction.md'
- Keys: 'cli-keys.md'
# - BLS Signatures: 'cli-bls.md'
- Tokens: 'cli-tokens.md'
- Multisig Keys: 'cli-multisig.md'
- Delegator Guide: 'delegator-guide-cli.md'
- Governance Proposals: 'cli-governance.md'
- Validators:
- Overview: 'validators/overview.md'
- Security: 'validators/security.md'
# - FAQ: 'validators/validator-faq.md'
- Setup: 'validators/setup.md'
- Joining a Testnet: 'joining-a-testnet.md'
- Single Node Testnet: 'single-node-network.md'
- Deploying a Fetch.ai node: 'deploying-a-fetch-node.md'
- Block Explorer: 'block-explorer.md'
- Governance: 'governance.md'
- Faucet: 'faucet.md'
extra_css:
- css/my-styles.css
plugins:
- search