We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4106cbf commit bdac6c6Copy full SHA for bdac6c6
src/data/resources/html.json
@@ -0,0 +1,10 @@
1
+{
2
+ "pageName": "HTML Resources",
3
+ "entries": [
4
+ {
5
+ "title": "HTML Official Docs",
6
+ "url": "https://developer.mozilla.org/en-US/docs/Web/HTML",
7
+ "tags": ["html", "official docs"]
8
+ }
9
+ ]
10
+}
src/data/resources/javascript.json
@@ -0,0 +1,15 @@
+ "pageName": "JavaScript Resources",
+ "title": "JavaScript Official Docs",
+ "url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
+ "tags": ["javascript", "official docs"]
+ },
+ "title": "javacript.info",
11
+ "url": "https://javascript.info",
12
+ "tags": ["javascript", "crash course"]
13
14
15
0 commit comments