Fix Mintlify documentation generation (#434)

This commit is contained in:
Peter Steinberger 2025-07-20 17:52:33 +02:00 committed by GitHub
parent 31507f60bf
commit 6b62bea978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",