Rename Appendix to API Reference

And move before the proposals, since all this stuff is already
implemented.
This commit is contained in:
Greg Fitzgerald 2019-02-08 17:24:33 -07:00
parent 95b28d4d8c
commit 7b7a2fc52b
3 changed files with 9 additions and 11 deletions

View File

@ -22,6 +22,11 @@
- [Gossip Service](gossip.md)
- [The Runtime](runtime.md)
- [API Reference](api-reference.md)
- [JSON RPC API](jsonrpc-api.md)
- [JavaScript API](javascript-api.md)
- [solana-wallet CLI](wallet.md)
- [Proposed Architectural Changes](proposals.md)
- [Ledger Replication](ledger-replication.md)
- [Secure Vote Signing](vote-signer.md)
@ -43,10 +48,3 @@
- [Economic Sustainability](ed_economic_sustainability.md)
- [Attack Vectors](ed_attack_vectors.md)
- [References](ed_references.md)
## Appendix
- [Appendix](appendix.md)
- [JSON RPC API](jsonrpc-api.md)
- [JavaScript API](javascript-api.md)
- [solana-wallet CLI](wallet.md)

View File

@ -0,0 +1,4 @@
# API Reference
The following sections contain API references material you may find useful
when developing applications utilizing a Solana cluster.

View File

@ -1,4 +0,0 @@
# Appendix
The following sections contain reference material you may find useful in your
Solana journey.