From 863b9de2800374f8433fb29cded45db2f82086a1 Mon Sep 17 00:00:00 2001 From: URoZYMP43wPs Date: Wed, 5 Feb 2020 19:02:03 +0100 Subject: [PATCH 1/5] feat: add gitbook summary --- SUMMARY.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 SUMMARY.md diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 000000000..7c31df2d1 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,23 @@ +# Table of contents + +* [Hello Friend!](README.md) + +## Read + +* [BOLT \#0: Introduction](read/00-introduction.md) +* [BOLT \#1: Messaging](read/01-messaging.md) +* [BOLT \#2: Peer Protocol](read/02-peer-protocol.md) +* [BOLT \#3: Transactions](read/03-transactions.md) +* [BOLT \#4: Onion Routing](read/04-onion-routing.md) +* [BOLT \#5: On-chain](read/05-onchain.md) +* [BOLT \#6: DEPRECATED](https://github.com/lightningnetwork/lightning-rfc/issues/551) +* [BOLT \#7: Routing Gossip](read/07-routing-gossip.md) +* [BOLT \#8: Transport](read/08-transport.md) +* [BOLT \#9: Features](read/09-features.md) +* [BOLT \#10: DNS Bootstrap](read/10-dns-bootstrap.md) +* [BOLT \#11: Payment Encoding](read/11-payment-encoding.md) + +## Contribute + +* [Contribution Guide](CONTRIBUTING.md) + From cd3d9a4cf17604eae640da139705ee4015276bb6 Mon Sep 17 00:00:00 2001 From: URoZYMP43wPs Date: Thu, 6 Feb 2020 11:47:57 +0100 Subject: [PATCH 2/5] feat: add proposal states, change welcome message --- SUMMARY.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index 7c31df2d1..149206e94 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,6 +1,6 @@ # Table of contents -* [Hello Friend!](README.md) +* [Welcome to BOLT, Friend!](README.md) ## Read @@ -21,3 +21,6 @@ * [Contribution Guide](CONTRIBUTING.md) +## Proposals + +* [Proposal States](https://github.com/lightningnetwork/lightning-rfc/wiki/Lightning-Specification-1.1-Proposal-States) From 8198ceb645d736fd1b31038872130563e6bced00 Mon Sep 17 00:00:00 2001 From: URoZYMP43wPs Date: Thu, 6 Feb 2020 12:16:03 +0100 Subject: [PATCH 3/5] feat: add "More" Section, fixes --- SUMMARY.md | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 149206e94..fde736476 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -4,18 +4,18 @@ ## Read -* [BOLT \#0: Introduction](read/00-introduction.md) -* [BOLT \#1: Messaging](read/01-messaging.md) -* [BOLT \#2: Peer Protocol](read/02-peer-protocol.md) -* [BOLT \#3: Transactions](read/03-transactions.md) -* [BOLT \#4: Onion Routing](read/04-onion-routing.md) -* [BOLT \#5: On-chain](read/05-onchain.md) -* [BOLT \#6: DEPRECATED](https://github.com/lightningnetwork/lightning-rfc/issues/551) -* [BOLT \#7: Routing Gossip](read/07-routing-gossip.md) -* [BOLT \#8: Transport](read/08-transport.md) -* [BOLT \#9: Features](read/09-features.md) -* [BOLT \#10: DNS Bootstrap](read/10-dns-bootstrap.md) -* [BOLT \#11: Payment Encoding](read/11-payment-encoding.md) +* [BOLT #0: Introduction](00-introduction.md) +* [BOLT #1: Messaging](01-messaging.md) +* [BOLT #2: Peer Protocol](02-peer-protocol.md) +* [BOLT #3: Transactions](03-transactions.md) +* [BOLT #4: Onion Routing](04-onion-routing.md) +* [BOLT #5: Onchain](05-onchain.md) +* [BOLT #6: DEPRECATED](https://github.com/lightningnetwork/lightning-rfc/issues/551) +* [BOLT #7: Routing Gossip](07-routing-gossip.md) +* [BOLT #8: Transport](08-transport.md) +* [BOLT #9: Features](09-features.md) +* [BOLT #10: DNS Bootstrap](10-dns-bootstrap.md) +* [BOLT #11: Payment Encoding](11-payment-encoding.md) ## Contribute @@ -24,3 +24,10 @@ ## Proposals * [Proposal States](https://github.com/lightningnetwork/lightning-rfc/wiki/Lightning-Specification-1.1-Proposal-States) + +## More + +* [Tools](https://github.com/lightningnetwork/lightning-rfc/tree/master/tools) +* [BOLT Explainer (Rusty)](https://medium.com/@rusty_lightning/the-bitcoin-lightning-spec-part-1-8-a7720fb1b4da) +* [BOLT Explainer (Rene)](https://upload.wikimedia.org/wikipedia/commons/b/b7/Introduction_to_the_Lightning_Network_Protocol_and_the_Basics_of_Lightning_Technology_%28BOLT_aka_Lightning-rfc%29.pdf) +* [History - v1.0](https://medium.com/@lightning_network/lightning-protocol-1-0-compatibility-achieved-f9d22b7b19c4) From 9f82cbe6e0d3ab255d0f5e65b963f53df581cd0e Mon Sep 17 00:00:00 2001 From: URoZYMP43wPs Date: Fri, 7 Feb 2020 10:04:38 +0100 Subject: [PATCH 4/5] fix: spellchecker fix Explainer -> Explanation, renamed Bolt 1.0 link --- SUMMARY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index fde736476..4c57c8f80 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -28,6 +28,6 @@ ## More * [Tools](https://github.com/lightningnetwork/lightning-rfc/tree/master/tools) -* [BOLT Explainer (Rusty)](https://medium.com/@rusty_lightning/the-bitcoin-lightning-spec-part-1-8-a7720fb1b4da) -* [BOLT Explainer (Rene)](https://upload.wikimedia.org/wikipedia/commons/b/b7/Introduction_to_the_Lightning_Network_Protocol_and_the_Basics_of_Lightning_Technology_%28BOLT_aka_Lightning-rfc%29.pdf) -* [History - v1.0](https://medium.com/@lightning_network/lightning-protocol-1-0-compatibility-achieved-f9d22b7b19c4) +* [BOLT Explanation (Rusty)](https://medium.com/@rusty_lightning/the-bitcoin-lightning-spec-part-1-8-a7720fb1b4da) +* [BOLT Explanation (Rene)](https://upload.wikimedia.org/wikipedia/commons/b/b7/Introduction_to_the_Lightning_Network_Protocol_and_the_Basics_of_Lightning_Technology_%28BOLT_aka_Lightning-rfc%29.pdf) +* [BOLT 1.0](https://medium.com/@lightning_network/lightning-protocol-1-0-compatibility-achieved-f9d22b7b19c4) From d610f90e8ee117aea929545b41350263e28fc2cd Mon Sep 17 00:00:00 2001 From: URoZYMP43wPs Date: Tue, 25 Feb 2020 17:40:12 +0100 Subject: [PATCH 5/5] fix: remove proposal states wiki link --- SUMMARY.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 4c57c8f80..cedd39ea8 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -21,10 +21,6 @@ * [Contribution Guide](CONTRIBUTING.md) -## Proposals - -* [Proposal States](https://github.com/lightningnetwork/lightning-rfc/wiki/Lightning-Specification-1.1-Proposal-States) - ## More * [Tools](https://github.com/lightningnetwork/lightning-rfc/tree/master/tools)