Fix Github Pages Category

- Also fixed Netlify’s category, these are technically PaaS services.
- fixes #1909
main
Kyle Taylor 5 years ago
parent f8970d0aa4
commit 7240395614

@ -4074,14 +4074,16 @@
}, },
"GitHub Pages": { "GitHub Pages": {
"cats": [ "cats": [
31 62
], ],
"headers": { "headers": {
"Server": "^GitHub\\.com$", "Server": "^GitHub\\.com$",
"X-GitHub-Request-Id": "" "X-GitHub-Request-Id": ""
}, },
"icon": "GitHub.svg", "icon": "GitHub.svg",
"implies": "Ruby on Rails", "implies": [
"Ruby on Rails"
],
"url": "^https?://[^/]+\\.github\\.io/", "url": "^https?://[^/]+\\.github\\.io/",
"website": "https://pages.github.com/" "website": "https://pages.github.com/"
}, },
@ -7426,13 +7428,14 @@
}, },
"Netlify": { "Netlify": {
"cats": [ "cats": [
22, 62,
31 31
], ],
"headers": { "headers": {
"X-NF-Request-ID": "", "X-NF-Request-ID": "",
"Server": "^Netlify" "Server": "^Netlify"
}, },
"url": "^https?://[^/]+\\.netlify\\.com/",
"icon": "Netlify.svg", "icon": "Netlify.svg",
"website": "https://www.netlify.com/" "website": "https://www.netlify.com/"
}, },

Loading…
Cancel
Save