Skip to content

Commit

Permalink
feat: add sidebar.json to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Nov 3, 2020
1 parent e823d25 commit 6f45cb3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
"type": "category",
"label": "Denon",
"items": [
"denon/home",
"denon/installation",
"denon/usage"
]
},
{
"type": "category",
"label": "Advanced",
"items": [
{
"type": "category",
"label": "Configuration",
"items": [
"denon/configuration/templates",
"denon/configuration/script",
"denon/configuration/watcher",
"denon/configuration/logger"
]
},
"denon/module",
"denon/contributing"
]
}
]

0 comments on commit 6f45cb3

Please sign in to comment.