Skip to content

Commit 422b2f7

Browse files
committed
basics to intro, get involved to community, more EDITS
1 parent e01a645 commit 422b2f7

File tree

8 files changed

+32
-33
lines changed

8 files changed

+32
-33
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: libp2p Documentation Portal
33
menuTitle: libp2p
44
weight: 1
55
pre: "<b>1. </b>"
6-
chapter: false
6+
chapter: true
77
---
88

99
# Welcome to the Documentation Portal
@@ -12,4 +12,4 @@ Welcome to the libp2p Documentation Portal! Whether you’re just learning how t
1212
libp2p, want to dive into peer-to-peer concepts and solutions, or are looking for detailed reference
1313
information, this is the place to start.
1414

15-
{{% children depth="8" showhidden="true" %}}
15+
{{% children description="true" %}}

content/community/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Community"
3+
weight: 4
4+
pre: "<b>4. </b>"
5+
chapter: true
6+
summary: Get in touch with other members of the libp2p community who are building tools and applications with libp2p! You can ask questions, discuss new ideas, or get support for problems at libp2p discussion forums, but you can also hop on IRC for a quick chat. This chapter shows you how you can get involved with libp2p.
7+
---
8+
9+
### Chapter 4
10+
11+
# Become a Community Member
12+
13+
Find out how to get involved with libp2p and join the community.
14+
15+
{{% children description=true %}}

content/get-involved/community.md renamed to content/community/community.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: "Community"
3-
weight: 2
4-
pre: '<i class="fas fa-fw fa-book"></i> <b>4.2 </b>'
2+
title: "Get Involved"
3+
weight: 1
4+
pre: '<i class="fas fa-fw fa-book"></i> <b>4.1. </b>'
55
chapter: true
6+
summary: We love talking about libp2p, and we'd be happy to have you in the mix.
67
---
78

8-
### Chapter 4.2
9+
### Chapter 4.1
910

10-
# Community
11+
# Get Involved with libp2p
1112

1213
We love talking about libp2p, and we'd be happy to have you in the mix.
1314

content/get-involved/contribute.md renamed to content/community/contribute.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: "How to Contribute"
3-
weight: 1
4-
pre: '<i class="fas fa-fw fa-book"></i> <b>4.1 </b>'
3+
weight: 2
4+
pre: '<i class="fas fa-fw fa-book"></i> <b>4.2. </b>'
55
chapter: true
6+
summary: Here is a quick listing of things we need help with and how you can get started.
67
---
78

8-
### Chapter 4.1
9+
### Chapter 4.2
910

1011
# How to Contribute
1112

content/concepts/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ weight: 2
44
pre: "<b>2. </b>"
55
chapter: true
66
aliases: /reference/specs/
7+
summary: libp2p covers a lot of ground, and may involve unfamiliar terminology and concepts. This chapter goes over the foundational concepts involved in libp2p.
78
---
89

910
### Chapter 2

content/get-involved/_index.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

content/guides/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Guides"
33
weight: 3
44
pre: "<b>3. </b>"
55
chapter: true
6+
summary: libp2p can be used for a variety of use cases. This chapter includes tutorials and examples of how you can use libp2p for application development.
67
---
78

89
### Chapter 3

content/introduction/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Get Started with libp2p"
3-
menuTitle: "Basics"
2+
Title: "Introduction"
43
weight: 1
54
pre: "<b>1. </b>"
65
chapter: true
6+
summary: libp2p is a modular system of *protocols*, *specifications* and *libraries* that enable the development of peer-to-peer network applications. This chapter goes over the basics of peer-to-peer networking and libp2p.
77
---
88

99
### Chapter 1
1010

11-
# Get Started with libp2p
11+
# An Introduction to libp2p
1212

1313
## What is libp2p?
1414

0 commit comments

Comments
 (0)