From cbbddebb55d1e69497d75fb2c084171d1081175f Mon Sep 17 00:00:00 2001 From: David Antoon Date: Wed, 28 Jan 2026 01:40:49 +0200 Subject: [PATCH] feat: enhance documentation structure with new icons for dropdowns --- docs/docs.json | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 79b3532..a700ea9 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -51,6 +51,7 @@ "dropdowns": [ { "dropdown": "Documentation", + "icon": "book-open", "groups": [ { "group": "Get Started", @@ -108,15 +109,11 @@ }, { "group": "Alternatives", - "pages": [ - "docs/vectoriadb/guides/alternatives/tfidf" - ] + "pages": ["docs/vectoriadb/guides/alternatives/tfidf"] }, { "group": "Use Cases", - "pages": [ - "docs/vectoriadb/guides/use-cases/tool-discovery" - ] + "pages": ["docs/vectoriadb/guides/use-cases/tool-discovery"] }, { "group": "Deployment", @@ -142,21 +139,17 @@ { "group": "Troubleshooting", "icon": "wrench", - "pages": [ - "docs/vectoriadb/troubleshooting/faq", - "docs/vectoriadb/troubleshooting/common-errors" - ] + "pages": ["docs/vectoriadb/troubleshooting/faq", "docs/vectoriadb/troubleshooting/common-errors"] } ] }, { "dropdown": "API Reference", + "icon": "flask-vial", "groups": [ { "group": "Overview", - "pages": [ - "docs/vectoriadb/api-reference/overview" - ] + "pages": ["docs/vectoriadb/api-reference/overview"] }, { "group": "VectoriaDB", @@ -202,9 +195,7 @@ { "group": "Errors", "icon": "triangle-exclamation", - "pages": [ - "docs/vectoriadb/api-reference/errors" - ] + "pages": ["docs/vectoriadb/api-reference/errors"] } ] }