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:
parent
7c75776c84
commit
e0e39540c5
@ -82,13 +82,17 @@ module.exports = {
|
||||
label: 'Docs',
|
||||
},
|
||||
{ to: '/blog', label: 'Blog', position: 'left' },
|
||||
{ to: '/help', label: 'Help', 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",
|
||||
|
Loading…
Reference in New Issue
Block a user