Fix TypeDoc, Snipcart detection

main
Elbert Alias 4 years ago
parent ca0d86e6d6
commit 5270da9536

@ -1 +0,0 @@
<svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg"><g fill="#e10098"><path d="m57.468 302.66-14.376-8.3 160.15-277.38 14.376 8.3z"/><path d="m39.8 272.2h320.3v16.6h-320.3z"/><path d="m206.348 374.026-160.21-92.5 8.3-14.376 160.21 92.5zm139.174-241.079-160.21-92.5 8.3-14.376 160.21 92.5z"/><path d="m54.482 132.883-8.3-14.375 160.21-92.5 8.3 14.376z"/><path d="m342.568 302.663-160.15-277.38 14.376-8.3 160.15 277.38zm-290.068-195.163h16.6v185h-16.6zm278.4 0h16.6v185h-16.6z"/><path d="m203.522 367-7.25-12.558 139.34-80.45 7.25 12.557z"/><path d="m369.5 297.9c-9.6 16.7-31 22.4-47.7 12.8s-22.4-31-12.8-47.7 31-22.4 47.7-12.8c16.8 9.7 22.5 31 12.8 47.7m-278.6-160.9c-9.6 16.7-31 22.4-47.7 12.8s-22.4-31-12.8-47.7 31-22.4 47.7-12.8c16.7 9.7 22.4 31 12.8 47.7m-60.4 160.9c-9.6-16.7-3.9-38 12.8-47.7 16.7-9.6 38-3.9 47.7 12.8 9.6 16.7 3.9 38-12.8 47.7-16.8 9.6-38.1 3.9-47.7-12.8m278.6-160.9c-9.6-16.7-3.9-38 12.8-47.7 16.7-9.6 38-3.9 47.7 12.8 9.6 16.7 3.9 38-12.8 47.7-16.7 9.6-38.1 3.9-47.7-12.8m-109.1 258.8c-19.3 0-34.9-15.6-34.9-34.9s15.6-34.9 34.9-34.9 34.9 15.6 34.9 34.9c0 19.2-15.6 34.9-34.9 34.9m0-321.8c-19.3 0-34.9-15.6-34.9-34.9s15.6-34.9 34.9-34.9 34.9 15.6 34.9 34.9-15.6 34.9-34.9 34.9"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -1830,6 +1830,7 @@
}
}
},
"implies": "TypeScript",
"excludes": [
"AngularDart",
"AngularJS"
@ -1839,6 +1840,7 @@
"ng.coreTokens": "",
"ng.probe": ""
},
"oss": true,
"website": "https://angular.io"
},
"Angular Material": {
@ -17704,13 +17706,19 @@
"cookies": {
"snipcart-cart": ""
},
"html": [
"<link [^>]*href=\".*snipcart\\.css\"",
"<div [^>]*id=\".*snipcart.*\""
],
"dom": {
"link[href*='snipcart.css']": {
"attributes": {
"href": ""
}
},
"div#snipcart": {
"text": ""
}
},
"icon": "Snipcart.png",
"scripts": "https://cdn\\.snipcart\\.com/themes/v([\\w.]+)/default/snipcart\\.js\\;version:\\1",
"website": "https://snipcart.com/"
"website": "https://snipcart.com"
},
"Snoobi": {
"cats": [
@ -19654,13 +19662,8 @@
4
],
"description": "TypeDoc is an API documentation generator for TypeScript projects.",
"dom": {
"a[href*='typedoc.org']": {
"attributes": {
"href": ""
}
}
},
"implies": "TypeScript",
"oss": true,
"icon": "TypeDoc.png",
"website": "https://typedoc.org"
},