-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Cheers @johnnymatthews @p-shahi
I’ve been considering a few things on how we can organize all the libp2p material. What seems like an interesting format to consider is eventually having something along the lines of the following:
- book.libp2p.io - more theoretical and conceptual - a public goods networking resource
- guides.libp2p.io - how to guides, examples and tutorials (doesn’t need chapters)
- implementations.libp2p.io - implementations page
The concepts are generally timeless (or can be considered to be), so I see the benefit in presenting them in a structured way, like a book. Part of this is also because we end up doing a good amount of information curation as different implementations document certain components and implementation specific content lives in the repos of those implementations. Likewise, as an implementer, you'd eventually be interested in the actual libp2p specs that go into details.
The changes here also try to show a proof of concept on how we can organize the content right now and offer a better flow, as I think the libp2p content benefits from a structured flow like this.
Originally posted by @DannyS03 in #186 (comment)