From 3e912ee1e260c14a9f6126cd2628a35ae6cd1138 Mon Sep 17 00:00:00 2001 From: "kundan.kumar@saviynt.com" Date: Mon, 8 Apr 2024 15:34:03 -0400 Subject: [PATCH] UPDATES --- docusaurus.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 25bddf2e..cbc3d828 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -54,7 +54,7 @@ const config: Config = { items: [ { type: "dropdown", - label: "API", + label: "APIS", position: "left", items: [ { @@ -64,15 +64,15 @@ const config: Config = { ], }, { - label: "Connectors", + label: "CONNECTORS", to: "/connectors/", }, { - label: "Extensions", + label: "EXTENSIONS", to: "/extensions/", }, { - label: "Security", + label: "SECURITY", to: "/security/", }, {