diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 090c8bc5b..a0178d752 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -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) diff --git a/book/src/api-reference.md b/book/src/api-reference.md new file mode 100644 index 000000000..7fb1a1d29 --- /dev/null +++ b/book/src/api-reference.md @@ -0,0 +1,4 @@ +# API Reference + +The following sections contain API references material you may find useful +when developing applications utilizing a Solana cluster. diff --git a/book/src/appendix.md b/book/src/appendix.md deleted file mode 100644 index 62910e648..000000000 --- a/book/src/appendix.md +++ /dev/null @@ -1,4 +0,0 @@ -# Appendix - -The following sections contain reference material you may find useful in your -Solana journey.