1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/website/sidebarsCommunity.js
Juan Picado 15f3fba094
chore(website): talks section (#3443)
* chore(website): talks section

* chore: remove dep

* chore: iframe react

* Update deep-dive-into-verdaccio.md

* chore: refactor talks

* Update deep-dive-into-verdaccio.md

* chore: remove code

* Update website.yml

* chore: remove old talks ref
2022-10-16 14:06:07 +02:00

44 lines
912 B
JavaScript

module.exports = {
community: [
{
type: 'autogenerated',
dirName: '.',
},
{
type: 'link',
href: '/contributors',
label: 'Meet the Contributors',
},
{
type: 'link',
href: '/talks',
label: 'Video Talks',
},
{
type: 'link',
label: 'Watch us on YouTube',
href: 'https://www.youtube.com/channel/UC5i20v6o7lSjXzAHOvatt0w',
},
{
type: 'link',
label: 'Chat on Discord',
href: 'https://discord.gg/T7gJmBM6nv',
},
{
type: 'link',
label: 'Open Collective',
href: 'https://opencollective.com/verdaccio',
},
{
type: 'link',
label: 'GitHub Sponsors',
href: 'https://github.com/sponsors/verdaccio',
},
{
type: 'link',
label: 'LICENSE',
href: 'https://github.com/verdaccio/verdaccio/blob/master/LICENSE',
},
],
};