From 65ce826721f8b2d9cb9b5950ea0d02a8f86d5196 Mon Sep 17 00:00:00 2001 From: itachi sasuke <8012032+Keithwachira@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:13:45 +0300 Subject: [PATCH 1/2] add maple-theme --- docs.json | 13 ++++++------- index.mdx | 2 ++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs.json b/docs.json index 79b344d16..605dab012 100644 --- a/docs.json +++ b/docs.json @@ -1,6 +1,6 @@ { "name": "Tyk Documentation", - "theme": "mint", + "theme": "maple", "logo": { "light": "/logo/light.svg", "dark": "/logo/dark.svg" @@ -39,15 +39,14 @@ }, "navigation": { "tabs": [ - { - "tab": "Home", - "pages": [ - "index" - ] - }, { "tab": "API Management", + "groups": [ + { + "group": "Welcome", + "pages": ["index"] + }, { "group": "Overview", "pages": [ diff --git a/index.mdx b/index.mdx index b23e6121d..e3ab18eba 100644 --- a/index.mdx +++ b/index.mdx @@ -1,6 +1,8 @@ --- +title: "Welcome" mode: "custom" --- + export const mostViewed = [ { title: "Tyk Platforms", From dae3205a84aa2228c57d9c6626c235c3f0ee79c9 Mon Sep 17 00:00:00 2001 From: itachi sasuke <8012032+Keithwachira@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:23:58 +0300 Subject: [PATCH 2/2] add rebuild meta --- docs.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs.json b/docs.json index 605dab012..65b9ea024 100644 --- a/docs.json +++ b/docs.json @@ -29,9 +29,6 @@ "appearance": { "default": "light" }, - "styling": { - "codeblocks": "system" - }, "integrations": { "gtm": { "tagId": "GTM-K5PPWPH7"