1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

chore: update version website add header link

This commit is contained in:
Juan Picado 2021-08-29 08:11:55 +02:00
parent 7c75776c84
commit e0e39540c5
2 changed files with 7 additions and 3 deletions

@ -83,12 +83,16 @@ module.exports = {
},
{ to: '/blog', label: 'Blog', position: 'left' },
{ to: '/help', label: 'Help', position: 'left' },
{
href: 'https://opencollective.com/verdaccio',
label: 'Sponsor us',
position: 'right',
},
{
href: 'https://www.youtube.com/channel/UC5i20v6o7lSjXzAHOvatt0w',
label: 'Youtube',
position: 'right',
},
{
href: '/contributors',
label: 'Contributors',

@ -1,6 +1,6 @@
{
"name": "@verdaccio/website",
"version": "5.1.2",
"version": "5.1.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",