Skip to content

Commit 5849c10

Browse files
committed
Update links
New links: TypeSpec Icônes Web Platform Status Removed links: Tailwind Weekly TypeScript Weekly Deno Weekly Vue.js News Updated links: ES.next News -> ECMAScript News
1 parent 3130760 commit 5849c10

File tree

1 file changed

+22
-33
lines changed

1 file changed

+22
-33
lines changed

src/links.json

Lines changed: 22 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,11 @@
12711271
"url": "https://openjdk.java.net",
12721272
"icon": "openjdk",
12731273
"color": "#000000"
1274+
},
1275+
{
1276+
"title": "TypeSpec",
1277+
"url": "https://typespec.io",
1278+
"description": "A language by Microsoft to describe data and to generate API specs, client and server code, docs, etc."
12741279
}
12751280
]
12761281
},
@@ -1288,7 +1293,14 @@
12881293
{
12891294
"title": "Google Webfonts Helper",
12901295
"url": "https://gwfh.mranftl.com",
1291-
"description": "A web service that helps to self-host fonts from Google Fonts"
1296+
"description": "A web service that helps to self-host fonts from Google Fonts."
1297+
},
1298+
{
1299+
"title": "Icônes",
1300+
"url": "https://icones.js.org",
1301+
"description": "A collection of many icon sets. You can search for icons in all icon sets at once.",
1302+
"searchUrl": "https://icones.js.org/collection/all?s={search}",
1303+
"searchConcat": "+"
12921304
},
12931305
{
12941306
"title": "Font Awesome",
@@ -1460,6 +1472,13 @@
14601472
"searchUrl": "https://www.canidev.tools/?q={search}",
14611473
"searchConcat": "+"
14621474
},
1475+
{
1476+
"title": "Web Platform Status",
1477+
"url": "https://webstatus.dev",
1478+
"description": "A website to check which browser supports which web platform features. Initially developed by Google.",
1479+
"searchUrl": "https://webstatus.dev/?q={search}",
1480+
"searchConcat": "+"
1481+
},
14631482
{
14641483
"title": "Chrome Platform Status",
14651484
"url": "https://www.chromestatus.com",
@@ -1802,52 +1821,22 @@
18021821
"icon": "css3",
18031822
"color": "#1572b6"
18041823
},
1805-
{
1806-
"title": "Tailwind Weekly",
1807-
"url": "https://www.getrevue.co/profile/tailwind-weekly",
1808-
"icon": "tailwindcss",
1809-
"color": "#06B6D4"
1810-
},
18111824
{
18121825
"title": "JavaScript Weekly",
18131826
"url": "https://javascriptweekly.com",
18141827
"icon": "javascript",
18151828
"color": "#f7df1e"
18161829
},
18171830
{
1818-
"title": "ES.next News",
1819-
"url": "http://esnextnews.com"
1820-
},
1821-
{
1822-
"title": "TypeScript Weekly",
1823-
"url": "https://www.typescript-weekly.com",
1824-
"icon": "typescript",
1825-
"color": "#3178C6"
1826-
},
1827-
{
1828-
"title": "WebAssembly Weekly",
1829-
"url": "https://wasmweekly.news",
1830-
"icon": "webassembly",
1831-
"color": "#654FF0"
1831+
"title": "ECMAScript News",
1832+
"url": "https://ecmascript.news"
18321833
},
18331834
{
18341835
"title": "Node Weekly",
18351836
"url": "https://nodeweekly.com",
18361837
"icon": "nodedotjs",
18371838
"color": "#339933"
18381839
},
1839-
{
1840-
"title": "Deno Weekly",
1841-
"url": "https://denoweekly.com",
1842-
"icon": "deno",
1843-
"color": "#000000"
1844-
},
1845-
{
1846-
"title": "Vue.js News",
1847-
"url": "https://news.vuejs.org",
1848-
"icon": "vuedotjs",
1849-
"color": "#4fc08d"
1850-
},
18511840
{
18521841
"title": "React Status Newsletter",
18531842
"url": "https://react.statuscode.com",

0 commit comments

Comments
 (0)