2
2
"$schema" : " ./links.schema.json" ,
3
3
"items" : [
4
4
{
5
- "name" : " Managing projects " ,
5
+ "name" : " Source Control & CI/CD " ,
6
6
"items" : [
7
7
{
8
8
"title" : " GitHub" ,
67
67
"description" : " CI/CD/Deployment service." ,
68
68
"icon" : " octopusdeploy" ,
69
69
"color" : " #2f93e0"
70
- },
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "name" : " Hosting & Cloud Services" ,
75
+ "items" : [
71
76
{
72
77
"title" : " Vercel" ,
73
78
"url" : " https://vercel.co" ,
142
147
"url" : " https://www.digitalocean.com" ,
143
148
"icon" : " digitalocean" ,
144
149
"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"
145
158
}
146
159
]
147
160
},
654
667
"icon" : " preact" ,
655
668
"color" : " #673AB8"
656
669
},
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
- },
664
670
{
665
671
"title" : " Gatsby" ,
666
672
"url" : " https://gatsbyjs.org" ,
1060
1066
"icon" : " vite" ,
1061
1067
"color" : " #646CFF"
1062
1068
},
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
+ },
1063
1076
{
1064
1077
"title" : " Biome" ,
1065
1078
"url" : " https://biomejs.dev" ,
1181
1194
]
1182
1195
},
1183
1196
{
1184
- "name" : " Server languages" ,
1197
+ "name" : " Other languages" ,
1185
1198
"items" : [
1186
1199
{
1187
1200
"title" : " Node.js" ,
1541
1554
"color" : " #000000"
1542
1555
},
1543
1556
{
1544
- "title" : " TC39 Website " ,
1557
+ "title" : " TC39" ,
1545
1558
"url" : " https://tc39.es" ,
1546
1559
"description" : " Official forum of Ecma International's TC39 (Technical Committee 39)."
1547
1560
},
1893
1906
]
1894
1907
}
1895
1908
]
1896
- }
1909
+ }
0 commit comments