forked from rupali-codes/LinksHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added lang sub-categories (rupali-codes#377)
* added lang sub-categories * update : new category created * Update database/languages/javascript.json Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> * Update database/languages/javascript.json Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --------- Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com>
- Loading branch information
1 parent
4520d15
commit 19c1fc2
Showing
6 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ | ||
|
||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"name": "JavaScript Info", | ||
"description": "It is a modern JavaScript tutorial that provides detailed explanation, examples, and tasks.", | ||
"url": "https://javascript.info/", | ||
"category": "Other", | ||
"subcategory": "javascript" | ||
}, | ||
{ | ||
"name": "JavaScript-Tutorial", | ||
"description": "It helps you quickly and effectively learn JavaScript.", | ||
"url": "https://www.javascripttutorial.net/", | ||
"category": "Other", | ||
"subcategory": "javascript" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ | ||
|
||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters