Fix website (#812)
This commit is contained in:
parent
b3d9360dfc
commit
31ad4ae205
|
@ -1,6 +1,5 @@
|
||||||
# nim-libp2p documentation
|
# nim-libp2p examples
|
||||||
|
|
||||||
Welcome to the nim-libp2p documentation!
|
In this folder, you'll find the sources of the [nim-libp2p website](https://status-im.github.io/nim-libp2p/docs/)
|
||||||
|
|
||||||
Here, you'll find [tutorials](tutorial_1_connect.md) to help you get started, as well as
|
We recommand to follow the tutorials on the website, but feel free to grok the sources here!
|
||||||
the [full reference](https://status-im.github.io/nim-libp2p/master/libp2p.html).
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# nim-libp2p documentation
|
||||||
|
|
||||||
|
Welcome to the nim-libp2p documentation!
|
||||||
|
|
||||||
|
Here, you'll find [tutorials](tutorial_1_connect.md) to help you get started, as well as
|
||||||
|
the [full reference](https://status-im.github.io/nim-libp2p/master/libp2p.html).
|
|
@ -20,8 +20,8 @@ markdown_extensions:
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
logo: https://docs.libp2p.io/images/logo_small.png
|
logo: https://libp2p.io/img/logo_small.png
|
||||||
favicon: https://docs.libp2p.io/images/logo_small.png
|
favicon: https://libp2p.io/img/logo_small.png
|
||||||
name: material
|
name: material
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
|
@ -41,7 +41,7 @@ theme:
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Tutorials:
|
- Tutorials:
|
||||||
- 'Introduction': README.md
|
- 'Introduction': index.md
|
||||||
- 'Simple connection': tutorial_1_connect.md
|
- 'Simple connection': tutorial_1_connect.md
|
||||||
- 'Create a custom protocol': tutorial_2_customproto.md
|
- 'Create a custom protocol': tutorial_2_customproto.md
|
||||||
- 'Protobuf': tutorial_3_protobuf.md
|
- 'Protobuf': tutorial_3_protobuf.md
|
||||||
|
|
Loading…
Reference in New Issue