1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
2020-02-08 10:13:49 -07:00

12 lines
311 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: "platforms" }
]
};