Skip to content

Commit 78fd783

Browse files
docs: announce canary docs [skip release] (#1044)
1 parent cec46b0 commit 78fd783

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

www/docusaurus.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@ module.exports = {
4848
}
4949
]
5050
},
51-
/*
5251
announcementBar: {
5352
id: 'release-candiate-announcement',
54-
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>',
53+
content: 'NextAuth.js now has automatic 🤖 releases 🎉! Check out the <a href="https://next-auth-git-canary.nextauthjs.vercel.app">Canary documentation 📚</a>',
5554
backgroundColor: '#2DB2F9',
5655
textColor: '#fff'
5756
},
58-
*/
5957
footer: {
6058
links: [
6159
{
@@ -68,6 +66,10 @@ module.exports = {
6866
{
6967
label: 'Contributors',
7068
to: '/contributors'
69+
},
70+
{
71+
label: 'Canary docs',
72+
to: 'https://next-auth-git-canary.nextauthjs.vercel.app/'
7173
}
7274
]
7375
},

0 commit comments

Comments
 (0)