forked from mirrors/thatmattlove-hyperglass
21 lines
485 B
JavaScript
Executable file
21 lines
485 B
JavaScript
Executable file
module.exports = {
|
|
someSidebar: [
|
|
{
|
|
type: "category",
|
|
label: "Installation",
|
|
items: [
|
|
"introduction",
|
|
"getting-started",
|
|
"setup",
|
|
"configuration",
|
|
"devices",
|
|
"ui",
|
|
"cache",
|
|
"api",
|
|
"messages",
|
|
"queries"
|
|
]
|
|
},
|
|
{ type: "doc", id: "platforms" }
|
|
]
|
|
};
|