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/", }, {