1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 16:48:05 +00:00
thatmattlove-hyperglass/docs/sidebars.js
2020-02-11 00:36:43 -07:00

20 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" }
]
};