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

11 lines
349 B
JavaScript
Executable file

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