Add inflation to book, cleanup dead links, include orphaned documents (#7638)

* Add inflation as implemented proposal

* grab another orphan and add orphan-proofing
This commit is contained in:
Rob Walker
2019-12-29 18:15:32 -08:00
committed by GitHub
parent e1ebaa902b
commit 5d2158792c
19 changed files with 37 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ usage=$(cargo -q run -p solana-cli -- -C ~/.foo --help | sed 's|'"$HOME"'|~|g')
out=${1:-src/api-reference/cli.md}
cat src/api-reference/.cli.md > "$out"
cat src/api-reference/.cli.md.header > "$out"
section() {
declare mark=${2:-"###"}