Skip to content

Commit

Permalink
chore: update version website add header link
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Aug 29, 2021
1 parent 7c75776 commit e0e3954
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verdaccio/website",
"version": "5.1.2",
"version": "5.1.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit e0e3954

Please sign in to comment.