mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 12:53:12 +00:00
home button on each sidebar
This commit is contained in:
parent
75ae48d82b
commit
2fd4bb124b
25
sidebars.js
25
sidebars.js
@ -3,6 +3,11 @@
|
||||
/** @type {import("@docusaurus/plugin-content-docs").SidebarsConfig} */
|
||||
const sidebars = {
|
||||
build: [
|
||||
{
|
||||
type: "link",
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "JavaScript SDK",
|
||||
@ -37,6 +42,11 @@ const sidebars = {
|
||||
},
|
||||
],
|
||||
runNode: [
|
||||
{
|
||||
type: "link",
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Run a Nwaku Node",
|
||||
@ -65,6 +75,11 @@ const sidebars = {
|
||||
},
|
||||
],
|
||||
learn: [
|
||||
{
|
||||
type: "link",
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
"learn/waku-network",
|
||||
{
|
||||
type: "category",
|
||||
@ -98,12 +113,22 @@ const sidebars = {
|
||||
"learn/faq",
|
||||
],
|
||||
research: [
|
||||
{
|
||||
type: "link",
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
type: "autogenerated",
|
||||
dirName: "research",
|
||||
},
|
||||
],
|
||||
guides: [
|
||||
{
|
||||
type: "link",
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
"guides/getting-started",
|
||||
],
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user