From 7b7a2fc52b8cdc086d09bd172b5727195d6c375f Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 8 Feb 2019 17:24:33 -0700 Subject: [PATCH] Rename Appendix to API Reference And move before the proposals, since all this stuff is already implemented. --- book/src/SUMMARY.md | 12 +++++------- book/src/api-reference.md | 4 ++++ book/src/appendix.md | 4 ---- 3 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 book/src/api-reference.md delete mode 100644 book/src/appendix.md diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 090c8bc5be..a0178d752d 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 0000000000..7fb1a1d29f --- /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 62910e6484..0000000000 --- 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.