mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-12 19:30:38 -07:00
expand sidebar groups by default, remove stale plans reference
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"title": "API Reference",
|
||||
"defaultOpen": true,
|
||||
"pages": ["unknown"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"title": "Developer",
|
||||
"defaultOpen": true,
|
||||
"pages": [
|
||||
"setup",
|
||||
"architecture",
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
{
|
||||
"title": "Voicebox Documentation",
|
||||
"pages": [
|
||||
"overview",
|
||||
"api-reference",
|
||||
"developer",
|
||||
"plans"
|
||||
]
|
||||
"pages": ["overview", "api-reference", "developer"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"title": "Overview",
|
||||
"defaultOpen": true,
|
||||
"pages": [
|
||||
"introduction",
|
||||
"installation",
|
||||
|
||||
Reference in New Issue
Block a user