mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
12 lines
311 B
JavaScript
Executable File
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" }
|
|
]
|
|
};
|