mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
39 lines
829 B
JavaScript
39 lines
829 B
JavaScript
module.exports = {
|
|
community: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: '.',
|
|
},
|
|
{
|
|
type: 'link',
|
|
href: '/contributors',
|
|
label: 'Meet the Contributors',
|
|
},
|
|
{
|
|
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',
|
|
},
|
|
],
|
|
};
|