lookingglass/docs/sidebars.js
2020-02-08 10:09:47 -07:00

11 lines
317 B
JavaScript
Executable file

module.exports = {
someSidebar: [
{
type: "category",
label: "Installation",
items: ["introduction", "getting-started", "configuration"]
},
{ type: "category", label: "Features", items: ["mdx"] },
{ type: "doc", id: "/docs/platforms" }
]
};