Skip to content

Commit 6783b33

Browse files
authored
Merge pull request #67 from webdevhome/add-cloudflare
Add Cloudflare and reorganize links
2 parents 670a034 + dbd6438 commit 6783b33

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
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",
3-
"version": "2.0.33",
3+
"version": "2.0.34",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./links.schema.json",
33
"items": [
44
{
5-
"name": "Managing projects",
5+
"name": "Source Control & CI/CD",
66
"items": [
77
{
88
"title": "GitHub",
@@ -67,7 +67,12 @@
6767
"description": "CI/CD/Deployment service.",
6868
"icon": "octopusdeploy",
6969
"color": "#2f93e0"
70-
},
70+
}
71+
]
72+
},
73+
{
74+
"name": "Hosting & Cloud Services",
75+
"items": [
7176
{
7277
"title": "Vercel",
7378
"url": "https://vercel.co",
@@ -142,6 +147,14 @@
142147
"url": "https://www.digitalocean.com",
143148
"icon": "digitalocean",
144149
"color": "#0080FF"
150+
},
151+
{
152+
"title": "Cloudflare",
153+
"url": "https://www.cloudflare.com",
154+
"icon": "cloudflare",
155+
"color": "#F38020",
156+
"searchUrl": "https://www.cloudflare.com/searchresults/#q={search}&f[Language]=English",
157+
"searchConcat": "%20"
145158
}
146159
]
147160
},
@@ -654,13 +667,6 @@
654667
"icon": "preact",
655668
"color": "#673AB8"
656669
},
657-
{
658-
"title": "Create React App",
659-
"url": "https://create-react-app.dev",
660-
"description": "A starter template for React apps.",
661-
"icon": "createreactapp",
662-
"color": "#09D3AC"
663-
},
664670
{
665671
"title": "Gatsby",
666672
"url": "https://gatsbyjs.org",
@@ -1060,6 +1066,13 @@
10601066
"icon": "vite",
10611067
"color": "#646CFF"
10621068
},
1069+
{
1070+
"title": "Create React App",
1071+
"url": "https://create-react-app.dev",
1072+
"description": "A starter template for React apps.",
1073+
"icon": "createreactapp",
1074+
"color": "#09D3AC"
1075+
},
10631076
{
10641077
"title": "Biome",
10651078
"url": "https://biomejs.dev",
@@ -1181,7 +1194,7 @@
11811194
]
11821195
},
11831196
{
1184-
"name": "Server languages",
1197+
"name": "Other languages",
11851198
"items": [
11861199
{
11871200
"title": "Node.js",
@@ -1541,7 +1554,7 @@
15411554
"color": "#000000"
15421555
},
15431556
{
1544-
"title": "TC39 Website",
1557+
"title": "TC39",
15451558
"url": "https://tc39.es",
15461559
"description": "Official forum of Ecma International's TC39 (Technical Committee 39)."
15471560
},
@@ -1893,4 +1906,4 @@
18931906
]
18941907
}
18951908
]
1896-
}
1909+
}

0 commit comments

Comments
 (0)