bug: pages don't link to the next page in sections
p-shahi opened this issue · 1 comments
p-shahi commented
johnnymatthews commented
The next and previous buttons are managed by the weight
variable within each .md
file. So in this example, these should be the weights of each page:
Page title | Weight |
---|---|
What is libp2p | 10 |
Overview | 20 |
Addressing | 30 |
The DHT | 40 |
Protocols | 50 |
Peers | 60 |
etc.