-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
27 lines (26 loc) · 921 Bytes
/
mkdocs.yml
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
site_name: specification
docs_dir: "specification"
nav:
- Introduction: "README.md"
- PIPs:
- What are PIPs?: "PIPs/00-PIPs.md"
- All PIPs: "PIPs"
- Protocol:
- Accounts: "protocol/accounts.md"
- Ledger: "protocol/ledger.md"
- Smart Contracts: "protocol/smart-contracts.md"
- Supply: "protocol/supply.md"
- Time: "protocol/time.md"
- Wallets: "protocol/wallets.md"
- Forks: "protocol/forks.md"
- Coin Distribution: "protocol/distribution.md"
- Consensus:
- Delegates: "protocol/consensus/delegates.md"
- "Delegated Proof of Importance": "protocol/consensus/dpoi.md"
- Blocks: "protocol/blocks.md"
- Networking:
- Peering: "protocol/networking/peering.md"
- Voting: "protocol/networking/voting.md"
- Glossary: "glossary.md"
- Styleguide: "styleguide.md"
- Whitepaper: "whitepaper/README.md"