From 52934ae9ed405bcf5ecc554945fa4387dc3826c3 Mon Sep 17 00:00:00 2001 From: clyang Date: Sat, 18 Apr 2026 22:09:44 +0800 Subject: [PATCH] Add skills gateway category back to sidebar --- docs/my-website/sidebars.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index a0ae34de348..dadb9abab2b 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -340,6 +340,13 @@ const sidebars = { }, ], }, + { + type: "category", + label: "Skills Gateway", + items: [ + "skills_gateway", + ], + }, ], }, {