Skip to content

Commit

Permalink
docs: announce canary docs [skip release] (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 4, 2021
1 parent cec46b0 commit 78fd783
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions www/docusaurus.config.js
Expand Up @@ -48,14 +48,12 @@ module.exports = {
}
]
},
/*
announcementBar: {
id: 'release-candiate-announcement',
content: 'NextAuth.js v2.0 has been released <a target="_blank" rel="noopener noreferrer" href="https://www.npmjs.com/package/next-auth">npm i next-auth</a>',
content: 'NextAuth.js now has automatic 🤖 releases 🎉! Check out the <a href="https://next-auth-git-canary.nextauthjs.vercel.app">Canary documentation 📚</a>',
backgroundColor: '#2DB2F9',
textColor: '#fff'
},
*/
footer: {
links: [
{
Expand All @@ -68,6 +66,10 @@ module.exports = {
{
label: 'Contributors',
to: '/contributors'
},
{
label: 'Canary docs',
to: 'https://next-auth-git-canary.nextauthjs.vercel.app/'
}
]
},
Expand Down

1 comment on commit 78fd783

@vercel
Copy link

@vercel vercel bot commented on 78fd783 Jan 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.