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/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docusaurus.config.ts') diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 4bbc208d..db857986 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -42,7 +42,7 @@ const config: Config = { }) => { const sidebarItems = await defaultSidebarItemsGenerator(args); return sidebarItems.filter( - (item) => !(item.type == "category" && item.label === "🔗 API"), + (item) => !(item.type == "category" && item.label === "API"), ); }, editUrl: "https://github.com/karakeep-app/karakeep/tree/main/docs/", -- cgit v1.2.3-70-g09d2