Skip to content

Commit

Permalink
Fix TypeDoc, Snipcart detection
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed May 4, 2021
1 parent ca0d86e commit 5270da9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/drivers/webextension/images/icons/GraphQL.svg

This file was deleted.

27 changes: 15 additions & 12 deletions src/technologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1830,6 +1830,7 @@
}
}
},
"implies": "TypeScript",
"excludes": [
"AngularDart",
"AngularJS"
Expand All @@ -1839,6 +1840,7 @@
"ng.coreTokens": "",
"ng.probe": ""
},
"oss": true,
"website": "https://angular.io"
},
"Angular Material": {
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 5270da9

Please sign in to comment.