chore: fix docusaurus.io error (#1348)

* chore: remove docusaurus.io error

* store it on docusaurus repo
This commit is contained in:
Endilie Yacop Sucipto 2019-04-09 17:02:54 +07:00 committed by GitHub
parent bb4ffdfe3c
commit d583c6c7da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 10 deletions

View file

@ -38,7 +38,7 @@ module.exports = [
{ {
caption: 'Atalaya', caption: 'Atalaya',
image: '/img/users/atalaya.png', image: '/img/users/atalaya.png',
infoLink: 'http://atalaya.io/', infoLink: 'https://atalaya.io/',
fbOpenSource: false, fbOpenSource: false,
pinned: false, pinned: false,
}, },
@ -206,7 +206,7 @@ module.exports = [
{ {
caption: 'MakeItOpen', caption: 'MakeItOpen',
image: '/img/users/makeitopen.png', image: '/img/users/makeitopen.png',
infoLink: 'http://makeitopen.com/', infoLink: 'https://makeitopen.com/',
fbOpenSource: true, fbOpenSource: true,
pinned: true, pinned: true,
}, },
@ -263,7 +263,7 @@ module.exports = [
{ {
caption: 'Polymath Network', caption: 'Polymath Network',
image: 'https://polymath.network/dist/assets/images/logo/logo-top-bar.svg', image: 'https://polymath.network/dist/assets/images/logo/logo-top-bar.svg',
infoLink: 'http://developers.polymath.network', infoLink: 'https://developers.polymath.network',
fbOpenSource: false, fbOpenSource: false,
pinned: false, pinned: false,
}, },
@ -347,7 +347,7 @@ module.exports = [
{ {
caption: 'React Redux', caption: 'React Redux',
image: '/img/users/react-redux.svg', image: '/img/users/react-redux.svg',
infoLink: 'http://react-redux.js.org', infoLink: 'https://react-redux.js.org',
fbOpenSource: false, fbOpenSource: false,
pinned: true, pinned: true,
}, },
@ -375,7 +375,7 @@ module.exports = [
{ {
caption: 'react-slate', caption: 'react-slate',
image: '/img/users/react-slate.svg', image: '/img/users/react-slate.svg',
infoLink: 'http://react-slate.surge.sh/', infoLink: 'https://react-slate.surge.sh/',
fbOpenSource: false, fbOpenSource: false,
pinned: false, pinned: false,
}, },
@ -389,7 +389,7 @@ module.exports = [
{ {
caption: 'Rejoiner', caption: 'Rejoiner',
image: '/img/users/rejoiner.svg', image: '/img/users/rejoiner.svg',
infoLink: 'http://rejoiner.io/', infoLink: 'https://rejoiner.io/',
fbOpenSource: false, fbOpenSource: false,
pinned: false, pinned: false,
}, },
@ -430,7 +430,7 @@ module.exports = [
}, },
{ {
caption: 'Skip', caption: 'Skip',
image: 'http://www.skiplang.com/img/icon.png', image: '/img/users/skiplang.png',
infoLink: 'http://skiplang.com', infoLink: 'http://skiplang.com',
fbOpenSource: true, fbOpenSource: true,
pinned: true, pinned: true,
@ -445,7 +445,7 @@ module.exports = [
{ {
caption: 'Spectrum', caption: 'Spectrum',
image: '/img/users/spectrum.svg', image: '/img/users/spectrum.svg',
infoLink: 'http://libspectrum.io', infoLink: 'https://libspectrum.io',
fbOpenSource: true, fbOpenSource: true,
pinned: true, pinned: true,
}, },
@ -501,7 +501,7 @@ module.exports = [
{ {
caption: 'Verdaccio', caption: 'Verdaccio',
image: '/img/users/verdaccio-tiny@2x.png', image: '/img/users/verdaccio-tiny@2x.png',
infoLink: 'http://www.verdaccio.org/', infoLink: 'https://www.verdaccio.org/',
fbOpenSource: false, fbOpenSource: false,
pinned: false, pinned: false,
}, },

View file

@ -55,7 +55,6 @@ const siteConfig = {
'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js', 'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js',
'/js/code-blocks-buttons.js', '/js/code-blocks-buttons.js',
], ],
stylesheets: ['/css/code-blocks-buttons.css'],
gaTrackingId: 'UA-44373548-31', gaTrackingId: 'UA-44373548-31',
facebookAppId: '199138890728411', facebookAppId: '199138890728411',
facebookComments: true, facebookComments: true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB