mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
15f3fba094
* 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
13 lines
245 B
JavaScript
13 lines
245 B
JavaScript
module.exports = {
|
|
community: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: '.',
|
|
},
|
|
{
|
|
type: 'link',
|
|
label: 'Follow us on YouTube',
|
|
href: 'https://www.youtube.com/channel/UC5i20v6o7lSjXzAHOvatt0w',
|
|
}
|
|
],
|
|
};
|