Make markdown docs more modular

No need to assume the book context.
This commit is contained in:
Greg Fitzgerald 2018-11-07 08:58:20 -07:00
parent 1075a73902
commit 3852ad3048
18 changed files with 17 additions and 17 deletions

View File

@ -1,27 +1,27 @@
# Solana Architecture # Solana Architecture
- [Introduction](ch00-00-introduction.md) - [Introduction](introduction.md)
- [Synchronization](ch01-00-synchronization.md) - [Synchronization](synchronization.md)
- [Introduction to VDFs](ch01-01-vdf.md) - [Introduction to VDFs](vdf.md)
- [Proof of History](ch01-02-poh.md) - [Proof of History](poh.md)
- [Fullnode](ch02-00-fullnode.md) - [Fullnode](fullnode.md)
- [Tpu](ch02-02-tpu.md) - [Tpu](tpu.md)
- [Tvu](ch02-03-tvu.md) - [Tvu](tvu.md)
- [Ncp](ch02-04-ncp.md) - [Ncp](ncp.md)
- [JsonRpcService](ch02-05-jsonrpc-service.md) - [JsonRpcService](jsonrpc-service.md)
- [Avalanche replication](ch03-00-avalanche.md) - [Avalanche replication](avalanche.md)
- [Proof of replication](ch03-01-porep.md) - [Proof of replication](porep.md)
- [On-chain programs](ch04-00-scaling-programs.md) - [On-chain programs](programs.md)
- [The Runtime](ch04-01-runtime.md) - [The Runtime](runtime.md)
- [Ledger format](ch04-02-ledger.md) - [Ledger format](ledger.md)
## Appendix ## Appendix
- [Appendix](appendix-00.md) - [Appendix](appendix.md)
- [Terminology](appendix-01-terminology.md) - [Terminology](terminology.md)
- [JSON RPC API](appendix-02-jsonrpc-api.md) - [JSON RPC API](jsonrpc-api.md)