1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
Files
checktheroads-hyperglass/docs/sidebars.js
checktheroads db2c72d7e4 add docs
2020-02-25 11:01:05 -07:00

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