Skip to content

Commit

Permalink
modify slidebar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed May 2, 2024
1 parent 86ada8e commit 1257d0d
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,43 @@
const sidebars = {
tutorialSidebar: [
{
{
type: "category",
label: "Research",
items: ["research/intro", "research/stateoftheart","research/references","research/glossary"],
label: "Welcome",
items: ["welcome-to-sakundi.md"],
},

type: "category",
label: "Sakundi for Validator nodes",
items: ["accessing-sakundi-dashboard.md",
"registration-and-account-setup.md",
"managing-validator-nodes.md",
"understanding-metrics-and-analytics.md",
"customization-and-configuration.md",
"real-time-alerts-and-notifications.md",
"support-and-resources.md"],
},
{
type: "category",
label: "About",
items: ["about/team", "about/sakundi"],
label: "Tikuna - our Open Source base",
items: ["user-section/how-to-use-tikuna",
"user-section/understanding-dashboards",
"monitoring/network-eth2",
"monitoring/beacon-node",
"monitoring/eclipse-attacks"],
},
{
type: "category",
label: "Monitoring",
items: ["monitoring/network-eth2", "monitoring/beacon-node", "monitoring/eclipse-attacks"],
label: "Research",
items: ["research/intro",
"research/stateoftheart",
"research/references",
"research/glossary"],
},
{
type: "category",
label: "User Section",
items: ["user-section/how-to-use-tikuna", "user-section/understanding-dashboards"],
label: "About",
items: ["about/team", "about/sakundi"],
},
],
};
Expand Down

0 comments on commit 1257d0d

Please sign in to comment.