Skip to content

Create Guides section #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/guides/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Guides
weight: 4
pre: '<i class="fas fa-fw fa-code"></i> '
---

The guides section of the libp2p documentation hub is a developer portal
containing how-to guides, technical tutorials, and examples for each libp2p implementation.

**This section is being updated, stay tuned!**
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Examples
weight: 3
pre: '<i class="fas fa-fw fa-code"></i> '
weight: 2
pre: '<i class="fas fa-drafting-compass fa-fw"></i></i> '
---

Here's where to find working examples illustrating some of libp2p's key features for each of its main implementations:
Here’s where to find working examples illustrating some of libp2p’s key features
for each of its main implementations:

* For go, see the [go-libp2p-examples repo](https://github.com/libp2p/go-libp2p/tree/master/examples).
* For javascript, see the [/examples directory of the js-libp2p repo](https://github.com/libp2p/js-libp2p/tree/master/examples).
Expand Down
7 changes: 7 additions & 0 deletions content/guides/examples/network.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Getting Started with libp2p"
menuTitle: Start Networking
weight: 1
---

Stay tuned for libp2p examples!
11 changes: 11 additions & 0 deletions content/guides/tutorials/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Tutorials
weight: 2
pre: '<i class="fas fa-drafting-compass fa-fw"></i></i> '
---

Here, you'll find step-by-step tutorials about setting up your development environment,
getting familiar with some libp2p basics, and implementing a super simple node that can
send and receive "ping" messages.

{{% children description="true" %}}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Getting Started with go-libp2p"
menuTitle: Go
weight: 1
weight: 2
---

This is the first in a series of tutorials on working with libp2p’s Go implementation,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Getting Started with rust-libp2p"
menuTitle: Rust
weight: 1
weight: 2
---

Check out [tutorials of the Rust libp2p
Expand Down
10 changes: 0 additions & 10 deletions content/tutorials/_index.md

This file was deleted.

11 changes: 0 additions & 11 deletions content/tutorials/getting-started/_index.md

This file was deleted.