From 1fa3b75425095bc48e98cc3bd48015600a4c1d5d Mon Sep 17 00:00:00 2001 From: Gui Vieira Date: Tue, 23 Jun 2026 14:09:43 -0300 Subject: [PATCH] docs: route platform api reference --- docs/docs.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index 4b95ed8a2..887c6772b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -563,7 +563,10 @@ }, { "group": "Reference", - "openapi": "/edge/openapi/platform-v1.yaml" + "openapi": { + "source": "/edge/openapi/platform-v1.yaml", + "directory": "edge/api/v1/platform-api/reference" + } } ] },