Skip to content

Commit

Permalink
docs: add disclaimers for each example
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jul 7, 2017
1 parent b14a2ff commit 7df0074
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ Let us know if you find any issue or if you want to contribute and add a new tut

## Understanding how libp2p works

- [Transports]()
- [Stream and Protocol Muxing]()
- [Encrypted Communications]()
- [Discovery Mechanisms]()
- [Peer Routing]()
- [Content Routing]()
- [PubSub]()
- [NAT Traversal]()
- [Transports](./transports)
- [Stream and Protocol Muxing](./protocol-and-stream-muxing)
- [Encrypted Communications](./encrypted-communications)
- [Discovery Mechanisms](./discovery-mechanisms)
- [Peer Routing](./peer-routing)
- [Content Routing](./content-routing)
- [PubSub](./pubsub)
- [NAT Traversal](./nat-traversal)
- Circuit Relay (future)
- Naming (future)

## Other examples

- [Running libp2p in the Browser]()
- [Running libp2p in the Browser](./libp2p-in-the-browser)
- Running libp2p in the Electron (future)
- [The standard echo net example with libp2p](./echo)
- [A simple chat app with](./chat)
Expand Down
2 changes: 2 additions & 0 deletions examples/discovery-mechanisms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# WIP - This example is still in the works
![](http://1.bp.blogspot.com/-tNvSnCW0KlQ/U-KOKGVoJkI/AAAAAAAAA3Q/aiSLMeSJFtw/s1600/WIP-sign.jpg)
2 changes: 2 additions & 0 deletions examples/encrypted-communications/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# WIP - This example is still in the works
![](http://1.bp.blogspot.com/-tNvSnCW0KlQ/U-KOKGVoJkI/AAAAAAAAA3Q/aiSLMeSJFtw/s1600/WIP-sign.jpg)
2 changes: 2 additions & 0 deletions examples/libp2p-in-the-browser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# WIP - This example is still in the works
![](http://1.bp.blogspot.com/-tNvSnCW0KlQ/U-KOKGVoJkI/AAAAAAAAA3Q/aiSLMeSJFtw/s1600/WIP-sign.jpg)
2 changes: 2 additions & 0 deletions examples/nat-traversal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# WIP - This example is still in the works
![](http://1.bp.blogspot.com/-tNvSnCW0KlQ/U-KOKGVoJkI/AAAAAAAAA3Q/aiSLMeSJFtw/s1600/WIP-sign.jpg)
2 changes: 2 additions & 0 deletions examples/peer-routing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# WIP - This example is still in the works
![](http://1.bp.blogspot.com/-tNvSnCW0KlQ/U-KOKGVoJkI/AAAAAAAAA3Q/aiSLMeSJFtw/s1600/WIP-sign.jpg)
2 changes: 2 additions & 0 deletions examples/protocol-and-stream-muxing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# WIP - This example is still in the works
![](http://1.bp.blogspot.com/-tNvSnCW0KlQ/U-KOKGVoJkI/AAAAAAAAA3Q/aiSLMeSJFtw/s1600/WIP-sign.jpg)
2 changes: 2 additions & 0 deletions examples/pubsub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# WIP - This example is still in the works
![](http://1.bp.blogspot.com/-tNvSnCW0KlQ/U-KOKGVoJkI/AAAAAAAAA3Q/aiSLMeSJFtw/s1600/WIP-sign.jpg)

0 comments on commit 7df0074

Please sign in to comment.