mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Fix Mintlify documentation generation (#434)
This commit is contained in:
parent
31507f60bf
commit
6b62bea978
1 changed files with 109 additions and 129 deletions
40
docs.json
40
docs.json
|
|
@ -22,16 +22,6 @@
|
|||
"name": "Download",
|
||||
"url": "https://vibetunnel.com/download"
|
||||
},
|
||||
"tabs": [
|
||||
{
|
||||
"name": "Documentation",
|
||||
"url": "docs"
|
||||
},
|
||||
{
|
||||
"name": "GitHub",
|
||||
"url": "https://github.com/amantus-ai/vibetunnel"
|
||||
}
|
||||
],
|
||||
"anchors": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
|
|
@ -45,6 +35,9 @@
|
|||
}
|
||||
],
|
||||
"navigation": {
|
||||
"tabs": [
|
||||
{
|
||||
"tab": "Documentation",
|
||||
"groups": [
|
||||
{
|
||||
"group": "Getting Started",
|
||||
|
|
@ -60,14 +53,8 @@
|
|||
{
|
||||
"group": "Installation",
|
||||
"pages": [
|
||||
{
|
||||
"title": "macOS Installation",
|
||||
"href": "mac/README"
|
||||
},
|
||||
{
|
||||
"title": "iOS Installation",
|
||||
"href": "ios/README"
|
||||
},
|
||||
"mac/README",
|
||||
"ios/README",
|
||||
"web/docs/VT_INSTALLATION",
|
||||
"docs/custom-node"
|
||||
]
|
||||
|
|
@ -129,10 +116,7 @@
|
|||
{
|
||||
"group": "iOS Testing",
|
||||
"pages": [
|
||||
{
|
||||
"title": "Test Suite Overview",
|
||||
"href": "ios/VibeTunnelTests/README"
|
||||
},
|
||||
"ios/VibeTunnelTests/README",
|
||||
"ios/VibeTunnelTests/TestCoverage",
|
||||
"ios/VibeTunnelTests/TestingApproach"
|
||||
]
|
||||
|
|
@ -140,10 +124,7 @@
|
|||
{
|
||||
"group": "Web Development",
|
||||
"pages": [
|
||||
{
|
||||
"title": "Web Frontend Guide",
|
||||
"href": "web/README"
|
||||
},
|
||||
"web/README",
|
||||
"web/docs/performance",
|
||||
"web/docs/playwright-testing",
|
||||
"web/src/test/playwright/SEQUENTIAL_OPTIMIZATIONS",
|
||||
|
|
@ -165,10 +146,7 @@
|
|||
"CLAUDE",
|
||||
"docs/gemini",
|
||||
"GEMINI",
|
||||
{
|
||||
"title": "GitHub Actions Guide",
|
||||
"href": ".github/workflows/README"
|
||||
}
|
||||
".github/workflows/README.md"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -178,6 +156,8 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"footerSocials": {
|
||||
"twitter": "https://twitter.com/vibetunnel",
|
||||
|
|
|
|||
Loading…
Reference in a new issue