1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

12 lines
317 B
JavaScript
Raw Normal View History

2020-02-08 00:58:32 -07:00
module.exports = {
2020-02-08 10:02:35 -07:00
someSidebar: [
{
type: "category",
label: "Installation",
items: ["introduction", "getting-started", "configuration"]
},
{ type: "category", label: "Features", items: ["mdx"] },
2020-02-08 10:09:47 -07:00
{ type: "doc", id: "/docs/platforms" }
2020-02-08 10:02:35 -07:00
]
2020-02-08 00:58:32 -07:00
};