aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sidebars.ts
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-02-01 10:44:36 +0000
committerMohamed Bassem <me@mbassem.com>2026-02-01 10:44:54 +0000
commit453331c629cfb22aed42876a88eb0d2ce16c8f44 (patch)
tree9af83b4f036e9170f64b95a836d7420b5cc6b933 /docs/sidebars.ts
parent4bc1b90f9f0de41851cb4288d4614edc35b63144 (diff)
downloadkarakeep-453331c629cfb22aed42876a88eb0d2ce16c8f44.tar.zst
docs: replace emojis with icon in category names
Diffstat (limited to 'docs/sidebars.ts')
-rw-r--r--docs/sidebars.ts4
1 files changed, 3 insertions, 1 deletions
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,
},
],
};