Merge pull request #784 from genius-wizard-dev/qdrant

Add Qdrant Icon
This commit is contained in:
Pablo Hdez
2025-09-30 23:58:13 +01:00
committed by GitHub
5 changed files with 78 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/",
},
];