From f4e46624211199d8c03e4ffcafea0c6f8b311674 Mon Sep 17 00:00:00 2001 From: Gui Vieira Date: Tue, 23 Jun 2026 14:06:26 -0300 Subject: [PATCH] docs: separate platform api reference --- docs/docs.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 0bb7cc12a..4b95ed8a2 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -556,11 +556,14 @@ "icon": "code", "groups": [ { - "group": "Reference", - "openapi": "/edge/openapi/platform-v1.yaml", + "group": "Overview", "pages": [ "edge/api/v1/platform-api/introduction" ] + }, + { + "group": "Reference", + "openapi": "/edge/openapi/platform-v1.yaml" } ] },