mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
11 lines
311 B
JavaScript
Executable file
11 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" }
|
|
]
|
|
};
|