Skip to content

Commit 02d3480

Browse files
committed
chore: remove clerk ads
1 parent 7f88fa0 commit 02d3480

File tree

5 files changed

+6
-34
lines changed

5 files changed

+6
-34
lines changed

docs/docusaurus.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ module.exports = {
158158
respectPrefersColorScheme: true,
159159
},
160160
},
161-
scripts: [
162-
{
163-
src: 'js/clerk.js',
164-
async: true,
165-
}
166-
],
167161
presets: [
168162
[
169163
"@docusaurus/preset-classic",

docs/sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ module.exports = {
6060
collapsed: true,
6161
items: ["guides/basics", "guides/fullstack", "guides/testing"],
6262
},
63-
clerk,
6463
{
6564
type: "html",
6665
value:

docs/src/css/navbar.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,4 @@ html[data-theme="dark"] .navbar__item.navbar__link[href*="npm"]:before {
103103
html[data-theme="dark"] .github-counter {
104104
background-color: #222;
105105
color: #fff;
106-
}
107-
108-
.sidebar-clerk {
109-
opacity: 0.5;
110-
}
106+
}

docs/src/pages/index.module.css

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -113,24 +113,3 @@
113113
font-size: 1.2rem;
114114
text-align: center;
115115
}
116-
117-
[data-theme="dark"] .heroClerk {
118-
color: #fff;
119-
}
120-
121-
.heroClerk {
122-
display: flex;
123-
flex-direction: column;
124-
align-items: center;
125-
justify-content: center;
126-
gap: 0.5rem;
127-
font-size: 1.2rem;
128-
position: relative;
129-
z-index: 2;
130-
}
131-
132-
.heroClerk div {
133-
display: flex;
134-
align-items: center;
135-
gap: 0.5rem;
136-
}

docs/versioned_docs/version-v3/contributors.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ title: Contributors
55

66
## Core Team
77

8+
Since Sep 26, NextAuth is now bing maintained under [Better Auth](https://better-auth.com). Read announcement [here](https://www.better-auth.com/blog/authjs-joins-better-auth).
9+
10+
Prior to this transition, NextAuth was maintained by the core team members listed here:
11+
812
- [Iain Collins](https://github.com/iaincollins)
913
- [Lori Karikari](https://github.com/LoriKarikari)
1014
- [Nico Domino](https://github.com/ndom91)
1115
- [Fredrik Pettersen](https://github.com/Fumler)
1216
- [Gerald Nolan](https://github.com/geraldnolan)
1317
- [Lluis Agusti](https://github.com/lluia)
1418
- [Jefferson Bledsoe](https://github.com/JeffersonBledsoe)
15-
- [Balázs Orbán](https://github.com/sponsors/balazsorban44)
19+
- [Balázs Orbán](https://github.com/balazsorban44)
1620

1721
_Special thanks to Lori Karikari for creating most of the providers, to Nico Domino for creating this site, to Fredrik Pettersen for creating the Prisma adapter, to Gerald Nolan for adding support for Sign in with Apple, to Lluis Agusti for work to add TypeScript definitions and to Jefferson Bledsoe for working on automating testing._
1822

0 commit comments

Comments
 (0)