-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(v1): self-host user images #3200
Changes from 1 commit
ae9edea
d792847
54aea3e
104c59c
de31f2d
baf10a4
4dd6725
4e7a688
a301d92
e8cbe7e
e6c0022
fb6bd21
f3b2269
4bf198d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -275,14 +275,14 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'Goby', | ||
image: 'https://goby-lang.org/img/goby-logo.svg', | ||
image: '/img/users/goby-logo.svg', | ||
infoLink: 'https://goby-lang.org', | ||
fbOpenSource: false, | ||
pinned: false, | ||
}, | ||
{ | ||
caption: 'graphql-compose', | ||
image: 'https://graphql-compose.github.io/svg/graphql-compose-logo.svg', | ||
image: '/img/users/graphql-compose-logo.svg', | ||
infoLink: 'https://graphql-compose.github.io', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -317,7 +317,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'Home Assistant', | ||
image: 'https://developers.home-assistant.io/img/logo-responsive.svg', | ||
image: '/img/logo-responsive.svg', | ||
infoLink: 'https://developers.home-assistant.io/', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -338,7 +338,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'Jafar', | ||
image: 'https://yahoo.github.io/jafar/img/jafar.svg', | ||
image: '/img/users/jafar.svg', | ||
infoLink: 'https://yahoo.github.io/jafar', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -450,7 +450,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'Node SerialPort', | ||
image: 'https://serialport.io/img/serialport-logo.svg', | ||
image: '/img/users/serialport-logo.svg', | ||
infoLink: 'https://serialport.io', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -464,7 +464,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'Open Power Quality', | ||
image: 'https://openpowerquality.org/img/opqlogo.png', | ||
image: '/img/users/opqlogo.png', | ||
infoLink: 'https://openpowerquality.org/', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -506,14 +506,14 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'pnpm', | ||
image: 'https://pnpm.js.org/img/pnpm.svg', | ||
image: '/img/users/pnpm.svg', | ||
infoLink: 'https://pnpm.js.org/', | ||
fbOpenSource: false, | ||
pinned: false, | ||
}, | ||
{ | ||
caption: 'Polymath Network', | ||
image: 'https://developers.polymath.network/img/text.svg', | ||
image: '/img/users/polymatch-logo.png', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how comes it's not a png? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I took png image from official website https://polymath.network/ |
||
infoLink: 'https://developers.polymath.network', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -688,7 +688,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'rest-hapi', | ||
image: 'https://jkheadley.github.io/rest-hapi/img/rest-hapi-logo-alt.png', | ||
image: '/img/users/rest-hapi-logo-alt.png', | ||
infoLink: 'https://jkheadley.github.io/rest-hapi/', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -723,7 +723,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'single-spa', | ||
image: 'https://single-spa.js.org/img/logo-white-bgblue.svg', | ||
image: '/img/users/logo-white-bgblue.svg', | ||
infoLink: 'https://single-spa.js.org/', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -737,7 +737,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'smash.gg', | ||
image: 'https://imgur.com/eBFBDei.png', | ||
image: '/img/users/eBFBDei.png', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rename it please |
||
infoLink: 'https://developer.smash.gg', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -751,7 +751,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'Stackery', | ||
image: 'https://www.stackery.io/img/stackery-large-mark-teal-w.png', | ||
image: '/img/users/stackery-large-mark-teal-w.png', | ||
infoLink: 'https://docs.stackery.io', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
@@ -793,7 +793,7 @@ module.exports = [ | |
}, | ||
{ | ||
caption: 'textlint', | ||
image: 'https://textlint.github.io/img/textlint-icon.png', | ||
image: '/img/users/textlint-icon.png', | ||
infoLink: 'https://textlint.github.io/', | ||
fbOpenSource: false, | ||
pinned: false, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename it + fix the link (missing /users in path)