Merge branch 'main' into dingocoinlogo

This commit is contained in:
RavianXReaver
2025-08-27 10:39:54 +09:00
committed by GitHub
7 changed files with 29 additions and 3 deletions
+21 -2
View File
@@ -3815,10 +3815,29 @@ export const svgs: iSVG[] = [
route: '/library/unjs.svg',
url: 'https://unjs.io/'
},
{
{
title: 'Dingocoin',
category: 'Crypto',
route: '/library/dingocoin.svg',
url: 'https://dingocoin.com/'
},
{
title: 'n8n',
category: ['Platform', 'Automation', 'AI'],
route: '/library/n8n.svg',
wordmark: {
dark: '/library/n8n-wordmark-dark.svg',
light: '/library/n8n-wordmark-light.svg'
},
url: 'https://n8n.io/'
},
{
title: 'Kibo UI',
category: 'Library',
route: {
light: '/library/kibo-ui-light.svg',
dark: '/library/kibo-ui-dark.svg'
},
url: 'https://kibo-ui.com/'
}
];
];
+3 -1
View File
@@ -31,4 +31,6 @@ export type tCategory =
| 'Config'
| 'Secrets'
| 'IaC'
| 'Analytics';
| 'Analytics'
| 'Platform'
| 'Automation';