mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
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:
@@ -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/",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user