docs/sidebars.js
PRavaga b0fb0189c1
removed temp data
Signed-off-by: PRavaga <trueravaga@gmail.com>
2023-08-31 18:46:26 +02:00

44 lines
837 B
JavaScript

const sidebars = {
learnSidebar: [
"learn/intro",
{
type: "category",
label: "Introduction",
items: ["learn/introduction/what-is-zano"],
},
],
useSidebar: [
"learn/intro",
{
type: "category",
label: "Introduction",
items: ["learn/introduction/what-is-zano"],
},
],
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;