From 4f8eea1d7f66c83126cc53abfcdb81854cb89abd Mon Sep 17 00:00:00 2001 From: coredreamsolutions <74610284+coredreamsolutions@users.noreply.github.com> Date: Tue, 1 Jun 2021 19:17:23 -0400 Subject: [PATCH] Create guides.json --- categories/guides.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 categories/guides.json diff --git a/categories/guides.json b/categories/guides.json new file mode 100644 index 0000000..3143caa --- /dev/null +++ b/categories/guides.json @@ -0,0 +1,13 @@ +[ + { + "name": "DevOps Roadmap", + "description": "This site helps all programmers and designers follow a flow of learning options.", + "url": "https://roadmap.sh", + "free": true, + "tags": [ + "roadmap", + "learning", + "guide" + ] + } +]