From 46f8fa59c18e423c2100eeae04d57644ca2e6270 Mon Sep 17 00:00:00 2001 From: tonykipkemboi Date: Wed, 20 Aug 2025 11:07:09 -0400 Subject: [PATCH] docs(mintlify): use explicit openapi {source, directory} with absolute paths to fix branch deployment routing --- docs/docs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index f68eba3f1..2d549948d 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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" } } ] },