Skip to content

Commit 7c4b73f

Browse files
authored
Merge pull request #56 from webdevhome/add-devhints
Add devhints.io
2 parents cd2d8b3 + 45f0b01 commit 7c4b73f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io-vite",
3-
"version": "2.0.25",
3+
"version": "2.0.26",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,11 @@
411411
"searchUrl": "https://cheatography.com/explore/search/?q={search}",
412412
"searchConcat": "+"
413413
},
414+
{
415+
"title": "devhints.io",
416+
"url": "https://devhints.io/",
417+
"description": "A list of cheatsheets by Rico Sta. Cruz."
418+
},
414419
{
415420
"title": "Interactive Git Cheat Sheet",
416421
"url": "https://ndpsoftware.com/git-cheatsheet.html",

0 commit comments

Comments
 (0)