mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
21 lines
460 B
JavaScript
Executable File
21 lines
460 B
JavaScript
Executable File
module.exports = {
|
|
someSidebar: [
|
|
{
|
|
type: "category",
|
|
label: "Installation",
|
|
items: [
|
|
"introduction",
|
|
"getting-started",
|
|
"configuration",
|
|
"devices",
|
|
"ui",
|
|
"cache",
|
|
"api",
|
|
"messages",
|
|
"queries"
|
|
]
|
|
},
|
|
{ type: "doc", id: "platforms" }
|
|
]
|
|
};
|