From 6d01d70c247aed6b9c6e782a0c7bb91c4ad3f7fd Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 10 Jan 2026 21:39:17 +0100 Subject: [PATCH] docs(gateway): add OpenAI HTTP API to docs nav --- docs/docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs.json b/docs/docs.json index d5ef8248b..75daee0de 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -639,6 +639,7 @@ "gateway/configuration", "gateway/configuration-examples", "gateway/authentication", + "gateway/openai-http-api", "gateway/background-process", "gateway/health", "gateway/heartbeat",