From afa239eb4078b5d8061ed558dee3c71f59b7701e Mon Sep 17 00:00:00 2001 From: James Date: Fri, 4 Jun 2021 20:12:11 -0400 Subject: [PATCH] Remove Web Periodic Table from General section --- resources/general.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/resources/general.json b/resources/general.json index 60212b6..e76e84a 100644 --- a/resources/general.json +++ b/resources/general.json @@ -79,33 +79,6 @@ "desc": "Online programming tournaments to practice your skills. Play with random people, your friends, or in the singleplayer arcade mode.", "url": "https://codesignal.com/developers/", "tags": ["game", "practice", "multiplayer"] - }, - { - "title": "Periodic Table of Web APIs", - "desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support", - "url": "https://wwwperiodictable.surge.sh/", - "tags": [ - "resources", - "aggregator", - "fundamentals", - "web", - "visual", - "browser", - "frontend", - "overview", - "guides", - "tutorial", - "compatibility", - "lists", - "obselete", - "reference", - "specification", - "standards", - "comprehensive", - "advanced", - "guides", - "links" - ] } ] }