mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
3d158a195a
* chore: plugin search ui chore: progress chore: format code chore: progress chore: @verdaccio-ui/copy-clipboard chore: search finish * chore: ui-components * Update ToolList.tsx * xss protection * Update static-data.yml * Update AddonCard.tsx
44 lines
904 B
JavaScript
44 lines
904 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',
|
|
},
|
|
],
|
|
};
|