From 453331c629cfb22aed42876a88eb0d2ce16c8f44 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 1 Feb 2026 10:44:36 +0000 Subject: docs: replace emojis with icon in category names --- docs/sidebars.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/sidebars.ts') diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 67337c10..9943e513 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -6,7 +6,9 @@ const sidebars: SidebarsConfig = { sidebar: [ { type: "autogenerated", dirName: "." }, { - "🔗 API": openapiSidebar, + type: "category", + label: "API", + items: openapiSidebar, }, ], }; -- cgit v1.2.3-70-g09d2