Merge pull request #42 from waku-org/overview-folder
This commit is contained in:
commit
67061361dc
32
sidebars.js
32
sidebars.js
|
@ -4,28 +4,28 @@
|
||||||
|
|
||||||
const sidebars = {
|
const sidebars = {
|
||||||
main: [
|
main: [
|
||||||
"main/introduction",
|
"overview/introduction",
|
||||||
"main/history",
|
"overview/history",
|
||||||
"main/motivation-and-goals",
|
"overview/motivation-and-goals",
|
||||||
"main/why-waku",
|
"overview/why-waku",
|
||||||
"main/who-is-using-waku",
|
"overview/who-is-using-waku",
|
||||||
"main/implementations",
|
"overview/implementations",
|
||||||
"main/how-does-it-work",
|
"overview/how-does-it-work",
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Concepts",
|
label: "Concepts",
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
items: [
|
items: [
|
||||||
"main/concepts/different-protocols",
|
"overview/concepts/different-protocols",
|
||||||
"main/concepts/protocols-explained",
|
"overview/concepts/protocols-explained",
|
||||||
"main/concepts/protocols-overview-by-example",
|
"overview/concepts/protocols-overview-by-example",
|
||||||
"main/concepts/discovery-and-bootstrap",
|
"overview/concepts/discovery-and-bootstrap",
|
||||||
"main/concepts/transports-in-waku",
|
"overview/concepts/transports-in-waku",
|
||||||
"main/concepts/content-topics",
|
"overview/concepts/content-topics",
|
||||||
"main/concepts/security-features",
|
"overview/concepts/security-features",
|
||||||
"main/concepts/research-in-progress",
|
"overview/concepts/research-in-progress",
|
||||||
"main/concepts/waku-vs-libp2p",
|
"overview/concepts/waku-vs-libp2p",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue