44 lines
837 B
JavaScript
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;
|