mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
docs(mintlify): use explicit openapi {source, directory} with absolute paths to fix branch deployment routing
This commit is contained in:
@@ -345,7 +345,7 @@
|
||||
},
|
||||
{
|
||||
"group": "Endpoints",
|
||||
"openapi": "enterprise-api.en.yaml"
|
||||
"openapi": { "source": "/enterprise-api.en.yaml", "directory": "api-reference" }
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -684,7 +684,7 @@
|
||||
},
|
||||
{
|
||||
"group": "Endpoints",
|
||||
"openapi": "enterprise-api.pt-BR.yaml"
|
||||
"openapi": { "source": "/enterprise-api.pt-BR.yaml", "directory": "api-reference" }
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1030,7 +1030,7 @@
|
||||
},
|
||||
{
|
||||
"group": "Endpoints",
|
||||
"openapi": "enterprise-api.ko.yaml"
|
||||
"openapi": { "source": "/enterprise-api.ko.yaml", "directory": "api-reference" }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user