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