Add Qdrant SVG assets and update svgs.ts

- Added Qdrant icon and wordmark SVGs for both light and dark themes.
- Updated svgs.ts to include Qdrant with appropriate metadata and URLs.
This commit is contained in:
Nguyễn Thành Thuận
2025-09-30 23:59:38 +07:00
parent b2de7e96d0
commit a35b66d623
5 changed files with 91 additions and 0 deletions
+14
View File
@@ -4003,4 +4003,18 @@ export const svgs: iSVG[] = [
},
url: "https://mintlify.com/",
},
{
title: "Qdrant",
category: ["Database", "AI"],
route: {
light: "/library/qdrant-icon-light.svg",
dark: "/library/qdrant-icon-dark.svg",
},
wordmark: {
light: "/library/qdrant-wordmark-light.svg",
dark: "/library/qdrant-wordmark-dark.svg",
},
url: "https://qdrant.tech/",
brandUrl: "https://qdrant.tech/brand-resources/",
},
];