2022-10-15 13:28:09 -05:00
|
|
|
module.exports = {
|
|
|
|
community: [
|
|
|
|
{
|
|
|
|
type: 'autogenerated',
|
|
|
|
dirName: '.',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'link',
|
|
|
|
href: '/contributors',
|
|
|
|
label: 'Meet the Contributors',
|
|
|
|
},
|
2022-10-16 07:06:07 -05:00
|
|
|
{
|
|
|
|
type: 'link',
|
|
|
|
href: '/talks',
|
|
|
|
label: 'Video Talks',
|
|
|
|
},
|
2022-10-15 13:28:09 -05:00
|
|
|
{
|
|
|
|
type: 'link',
|
|
|
|
label: 'Watch us on YouTube',
|
|
|
|
href: 'https://www.youtube.com/channel/UC5i20v6o7lSjXzAHOvatt0w',
|
2022-12-25 12:48:18 -05:00
|
|
|
},
|
2022-10-15 13:28:09 -05:00
|
|
|
{
|
|
|
|
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',
|
2022-12-25 12:48:18 -05:00
|
|
|
},
|
2022-10-15 13:28:09 -05:00
|
|
|
],
|
|
|
|
};
|