rename main folder to overview

To be consistent with the naming.
This commit is contained in:
fryorcraken.eth 2023-03-22 14:06:52 +11:00
parent 7b4f48f6d4
commit 8d8ca73a2e
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
17 changed files with 16 additions and 16 deletions

View File

@ -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",
], ],
}, },
], ],