Skip to content

Commit

Permalink
docs: remove unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Dec 13, 2022
1 parent 8bcdf8e commit df37a24
Show file tree
Hide file tree
Showing 140 changed files with 8 additions and 10,238 deletions.
20 changes: 7 additions & 13 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ module.exports = {
favicon: "img/favicon.ico",
organizationName: "nextauthjs",
projectName: "next-auth",
// TODO: remove this once BETA is ready
onBrokenLinks: "log",
themeConfig: {
prism: {
theme: require("prism-react-renderer/themes/vsDark"),
Expand Down Expand Up @@ -107,13 +105,13 @@ module.exports = {
},
],
},
// announcementBar: {
// id: "new-major-announcement",
// content:
// "The default documentation is for v4 which has been released to GA 🚨 migration to <b>v4</b> docs can be found <a href='/getting-started/upgrade-v4'>here</a> 👈 The old v3 docs can be found <a href='/v3/getting-started/introduction'>here</a>.",
// backgroundColor: "#1786fb",
// textColor: "#fff",
// },
announcementBar: {
id: "new-major-announcement",
content:
"NextAuth.js is becoming Auth.js! 🎉 We're creating Authentication for the Web. Everyone included. You are looking at the NextAuth.js (v4) documentation. For the new documentation go to <a target='_blank' rel='noopener noreferrer' href='https://authjs.dev'>authjs.dev</a>.",
backgroundColor: "#000",
textColor: "#fff",
},
footer: {
links: [
{
Expand Down Expand Up @@ -196,10 +194,6 @@ module.exports = {
v3: {
label: "v3",
},
beta: {
label: "v4-unreleased",
banner: "unreleased",
},
},
},
theme: {
Expand Down
361 changes: 0 additions & 361 deletions docs/versioned_docs/version-beta/concepts/faq.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/versioned_docs/version-beta/concepts/oauth.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit df37a24

Please sign in to comment.