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