docs/sidebars.js
PRavaga f073d10264
base setup
Signed-off-by: PRavaga <trueravaga@gmail.com>
2023-08-31 20:20:12 +02:00

44 lines
839 B
JavaScript

const sidebars = {
learnSidebar: [
"learn/intro",
{
type: "category",
label: "Introduction",
items: ["learn/introduction/what-is-zano"],
},
],
useSidebar: [
"use/intro",
{
type: "category",
label: "Getting Started",
items: ["use/getting-started/wallet-setup"],
},
],
buildSidebar: [
"learn/intro",
{
type: "category",
label: "Introduction",
items: ["learn/introduction/what-is-zano"],
},
],
mineSidebar: [
"learn/intro",
{
type: "category",
label: "Introduction",
items: ["learn/introduction/what-is-zano"],
},
],
stakeSidebar: [
"learn/intro",
{
type: "category",
label: "Introduction",
items: ["learn/introduction/what-is-zano"],
},
],
};
module.exports = sidebars;