Skip to content

Commit a3049bb

Browse files
committed
update versioning
1 parent 8e750ed commit a3049bb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

apps/website/docusaurus.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const config: Config = {
3434
'classic',
3535
{
3636
docs: {
37-
lastVersion: 'current',
37+
lastVersion: '0.1.10',
3838
versions: {
3939
current: {
4040
label: 'v1',
@@ -44,7 +44,6 @@ const config: Config = {
4444
'0.1.10': {
4545
label: 'v0.1.10',
4646
path: 'v0',
47-
banner: 'unmaintained',
4847
},
4948
},
5049
sidebarPath: './sidebars.ts',
@@ -142,7 +141,7 @@ const config: Config = {
142141
position: 'right',
143142
versions: {
144143
current: { label: 'v1' },
145-
'0.1.10': { label: 'v0' },
144+
'0.1.10': { label: 'v0' },
146145
},
147146
},
148147
{

apps/website/src/pages/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,20 +160,22 @@ export default function Home(): React.JSX.Element {
160160
</span>{' '}
161161
handle it for you!
162162
</p>
163-
<p className="font-semibold lg:text-xl text-gray-600 dark:text-gray-300">
163+
<p className="lg:text-lg text-gray-600 dark:text-gray-300">
164164
The discord.js meta-framework for building powerful, modular, and
165165
extensible Discord bots with ease.
166166
</p>
167167

168168
<div className="flex items-center justify-center gap-3 mt-10 md:justify-start [&>a]:text-white [&>a]:hover:text-white">
169169
<Link
170-
to="/docs/guide/getting-started/introduction"
170+
to="/docs/v0/guide/installation"
171+
// to="/docs/guide/getting-started/introduction"
171172
className="font-semibold bg-gradient-to-r from-[#b079fc] to-[#9a60f7] hover:from-[#9a60f7] hover:to-[#7e33f6] py-2 px-4 rounded-full shadow-lg hover:shadow-xl transform hover:scale-105 transition-all duration-300"
172173
>
173174
Guide
174175
</Link>
175176
<Link
176-
to="/docs/api-reference/commandkit"
177+
to="/docs/v0/api-reference/classes/ButtonKit"
178+
// to="/docs/api-reference/commandkit"
177179
className="font-semibold bg-gradient-to-r from-blue-500 to-blue-600 hover:from-blue-600 hover:to-blue-700 py-2 px-4 rounded-full shadow-lg hover:shadow-xl transform hover:scale-105 transition-all duration-300"
178180
>
179181
API <span className="hidden md:inline">Reference</span>

0 commit comments

Comments
 (0)