From 6014bb49d48d63bede60a2f281355522775a903f Mon Sep 17 00:00:00 2001 From: Juan Rojas Date: Wed, 3 Aug 2022 21:52:40 -0500 Subject: [PATCH 1/2] add: added NestJS, GH Copilot and Railway icons --- data/svgs.json | 21 +++++++++++++++++++++ public/library/copilot.svg | 1 + public/library/nestjs.svg | 1 + public/library/railway.svg | 4 ++++ 4 files changed, 27 insertions(+) create mode 100644 public/library/copilot.svg create mode 100644 public/library/nestjs.svg create mode 100644 public/library/railway.svg diff --git a/data/svgs.json b/data/svgs.json index ea8b5c4..8584839 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -495,5 +495,26 @@ "title": "Notion", "category": "Software", "url": "https://notion.so/" + }, + { + "id": 72, + "slug": "/library/nestjs.svg", + "title": "NestJS", + "category": "Framework", + "url": "https://nestjs.com/" + }, + { + "id": 73, + "slug": "/library/copilot.svg", + "title": "Github Copilot", + "category": "Software", + "url": "https://github.com/features/copilot" + }, + { + "id": 74, + "slug": "/library/railway.svg", + "title": "Railway", + "category": "Software", + "url": "https://railway.app/" } ] diff --git a/public/library/copilot.svg b/public/library/copilot.svg new file mode 100644 index 0000000..466d4a8 --- /dev/null +++ b/public/library/copilot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/library/nestjs.svg b/public/library/nestjs.svg new file mode 100644 index 0000000..e2c24e2 --- /dev/null +++ b/public/library/nestjs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/library/railway.svg b/public/library/railway.svg new file mode 100644 index 0000000..3e6fd3f --- /dev/null +++ b/public/library/railway.svg @@ -0,0 +1,4 @@ + + + + From 7e78ca5e0b5f3127f4b00afc42c59f951650fe1e Mon Sep 17 00:00:00 2001 From: Juan Rojas Date: Thu, 4 Aug 2022 21:09:43 -0500 Subject: [PATCH 2/2] add: added docusaurus icon --- data/svgs.json | 28 ++++++++++++++++++++++++++++ public/library/docusaurus.svg | 1 + 2 files changed, 29 insertions(+) create mode 100644 public/library/docusaurus.svg diff --git a/data/svgs.json b/data/svgs.json index ea8b5c4..1a44218 100644 --- a/data/svgs.json +++ b/data/svgs.json @@ -495,5 +495,33 @@ "title": "Notion", "category": "Software", "url": "https://notion.so/" + }, + { + "id": 72, + "slug": "/library/nestjs.svg", + "title": "NestJS", + "category": "Framework", + "url": "https://nestjs.com/" + }, + { + "id": 73, + "slug": "/library/copilot.svg", + "title": "Github Copilot", + "category": "Software", + "url": "https://github.com/features/copilot" + }, + { + "id": 74, + "slug": "/library/railway.svg", + "title": "Railway", + "category": "Software", + "url": "https://railway.app/" + }, + { + "id": 75, + "slug": "/library/docusaurus.svg", + "title": "Docusaurus", + "category": "Software", + "url": "https://docusaurus.io/" } ] diff --git a/public/library/docusaurus.svg b/public/library/docusaurus.svg new file mode 100644 index 0000000..f7f324f --- /dev/null +++ b/public/library/docusaurus.svg @@ -0,0 +1 @@ + \ No newline at end of file