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",
|
"name": "Download",
|
||||||
"url": "https://vibetunnel.com/download"
|
"url": "https://vibetunnel.com/download"
|
||||||
},
|
},
|
||||||
"tabs": [
|
|
||||||
{
|
|
||||||
"name": "Documentation",
|
|
||||||
"url": "docs"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "GitHub",
|
|
||||||
"url": "https://github.com/amantus-ai/vibetunnel"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"anchors": [
|
"anchors": [
|
||||||
{
|
{
|
||||||
"name": "GitHub",
|
"name": "GitHub",
|
||||||
|
|
@ -45,6 +35,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
"tabs": [
|
||||||
|
{
|
||||||
|
"tab": "Documentation",
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"group": "Getting Started",
|
"group": "Getting Started",
|
||||||
|
|
@ -60,14 +53,8 @@
|
||||||
{
|
{
|
||||||
"group": "Installation",
|
"group": "Installation",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
"mac/README",
|
||||||
"title": "macOS Installation",
|
"ios/README",
|
||||||
"href": "mac/README"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "iOS Installation",
|
|
||||||
"href": "ios/README"
|
|
||||||
},
|
|
||||||
"web/docs/VT_INSTALLATION",
|
"web/docs/VT_INSTALLATION",
|
||||||
"docs/custom-node"
|
"docs/custom-node"
|
||||||
]
|
]
|
||||||
|
|
@ -129,10 +116,7 @@
|
||||||
{
|
{
|
||||||
"group": "iOS Testing",
|
"group": "iOS Testing",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
"ios/VibeTunnelTests/README",
|
||||||
"title": "Test Suite Overview",
|
|
||||||
"href": "ios/VibeTunnelTests/README"
|
|
||||||
},
|
|
||||||
"ios/VibeTunnelTests/TestCoverage",
|
"ios/VibeTunnelTests/TestCoverage",
|
||||||
"ios/VibeTunnelTests/TestingApproach"
|
"ios/VibeTunnelTests/TestingApproach"
|
||||||
]
|
]
|
||||||
|
|
@ -140,10 +124,7 @@
|
||||||
{
|
{
|
||||||
"group": "Web Development",
|
"group": "Web Development",
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
"web/README",
|
||||||
"title": "Web Frontend Guide",
|
|
||||||
"href": "web/README"
|
|
||||||
},
|
|
||||||
"web/docs/performance",
|
"web/docs/performance",
|
||||||
"web/docs/playwright-testing",
|
"web/docs/playwright-testing",
|
||||||
"web/src/test/playwright/SEQUENTIAL_OPTIMIZATIONS",
|
"web/src/test/playwright/SEQUENTIAL_OPTIMIZATIONS",
|
||||||
|
|
@ -165,10 +146,7 @@
|
||||||
"CLAUDE",
|
"CLAUDE",
|
||||||
"docs/gemini",
|
"docs/gemini",
|
||||||
"GEMINI",
|
"GEMINI",
|
||||||
{
|
".github/workflows/README.md"
|
||||||
"title": "GitHub Actions Guide",
|
|
||||||
"href": ".github/workflows/README"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -178,6 +156,8 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"footerSocials": {
|
"footerSocials": {
|
||||||
"twitter": "https://twitter.com/vibetunnel",
|
"twitter": "https://twitter.com/vibetunnel",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue