Merge branch 'main' into perspective

This commit is contained in:
Christian Korndörfer
2025-05-12 19:50:41 +02:00
committed by GitHub
5 changed files with 31 additions and 1 deletions
+16
View File
@@ -20,6 +20,15 @@ export const svgs: iSVG[] = [
route: '/library/windsurf-logo.svg',
url: 'https://codeium.com/windsurf'
},
{
title: 'Mattermost',
category: 'Software',
"route": {
"light": "/library/mattermost-light.svg",
"dark": "/library/mattermost-dark.svg"
},
url: 'http://mattermost.com/'
},
{
title: 'Inngest',
category: 'Software',
@@ -3612,5 +3621,12 @@ export const svgs: iSVG[] = [
},
url: 'https://clerk.com/',
brandUrl: 'https://clerk.com/design'
},
{
title: 'Terraform',
category: ['Software', 'Language', 'IaC'],
route: '/library/terraform.svg',
url: 'https://terraform.io',
brandUrl: 'https://brand.hashicorp.com'
}
];
+2 -1
View File
@@ -29,4 +29,5 @@ export type tCategory =
| 'Authentication'
| 'IoT'
| 'Config'
| 'Secrets';
| 'Secrets'
| 'IaC';