From 9d1cdccf28a96c5f6b7462a8967488fab2661409 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 13 Jan 2025 09:56:40 -0800 Subject: [PATCH 1/2] =?UTF-8?q?add=20`dotenvx`=20=E2=AC=9B=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ src/types/categories.ts | 3 ++- static/library/dotenvx.svg | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 static/library/dotenvx.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a19ec67..c513b88 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3199,5 +3199,11 @@ export const svgs: iSVG[] = [ category: ['Config', 'Library', 'Devtool'], route: '/library/dotenv.svg', url: 'https://github.com/motdotla/dotenv' + }, + { + title: 'dotenvx', + category: ['Secrets', 'Config', 'Devtool'], + route: '/library/dotenvx.svg', + url: 'https://dotenvx.com' } ]; diff --git a/src/types/categories.ts b/src/types/categories.ts index 257cc57..3a92a49 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -29,4 +29,5 @@ export type tCategory = | 'Authentication' | 'IoT' | 'Home Automation' - | 'Config'; + | 'Config' + | 'Secrets'; diff --git a/static/library/dotenvx.svg b/static/library/dotenvx.svg new file mode 100644 index 0000000..390d470 --- /dev/null +++ b/static/library/dotenvx.svg @@ -0,0 +1 @@ +dotenvx From 225f97783bc3cfc56d02e8c13f9a9fa87c140aa8 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Mon, 13 Jan 2025 13:49:34 -0800 Subject: [PATCH 2/2] retrigger ci