From 5ef68b7dd09d9709336d394ff8def92251a885b4 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Tue, 29 Oct 2024 10:21:42 +0700 Subject: [PATCH] fix: broken api-reference page --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index be71d61e4..32b32ab99 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -275,7 +275,7 @@ const config: Config = { route: "/api-reference", configuration: { spec: { - url: "/openapi/jan.json", + url: "/openapi/cortex.json", }, hideModels: true, },