Publish design proposals

This commit is contained in:
Michael Vines 2019-03-20 21:29:44 -07:00 committed by Greg Fitzgerald
parent 9b0bf5ad66
commit fb44e2bf48
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,9 @@ Before you jump into the code, review the online book [Solana: Blockchain Rebuil
(The _latest_ development version of the online book is also [available here](https://solana-labs.github.io/book-edge/).)
Design proposals that have not yet been integrated into the online book can be
viewed [here](https://solana-labs.github.io/book-edge/proposals/index.html).
Developing
===

View File

@ -4,10 +4,15 @@ set -e
cd "$(dirname "$0")/.."
book/build.sh
proposals/build.sh
echo --- create book repo
(
set -x
test ! -d book/html/proposals
mv proposals/html book/html/proposals/
cd book/html/
git init .
git config user.email "maintainers@solana.com"