From 7e78ca5e0b5f3127f4b00afc42c59f951650fe1e Mon Sep 17 00:00:00 2001 From: Juan Rojas Date: Thu, 4 Aug 2022 21:09:43 -0500 Subject: [PATCH] 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