forked from mirrors/thatmattlove-hyperglass
11 lines
317 B
JavaScript
Executable file
11 lines
317 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: "/docs/platforms" }
|
|
]
|
|
};
|