File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const config: Config = {
34
34
'classic' ,
35
35
{
36
36
docs : {
37
- lastVersion : 'current ' ,
37
+ lastVersion : '0.1.10 ' ,
38
38
versions : {
39
39
current : {
40
40
label : 'v1' ,
@@ -44,7 +44,6 @@ const config: Config = {
44
44
'0.1.10' : {
45
45
label : 'v0.1.10' ,
46
46
path : 'v0' ,
47
- banner : 'unmaintained' ,
48
47
} ,
49
48
} ,
50
49
sidebarPath : './sidebars.ts' ,
@@ -142,7 +141,7 @@ const config: Config = {
142
141
position : 'right' ,
143
142
versions : {
144
143
current : { label : 'v1' } ,
145
- '0.1.10' : { label : 'v0 ⛔ ' } ,
144
+ '0.1.10' : { label : 'v0' } ,
146
145
} ,
147
146
} ,
148
147
{
Original file line number Diff line number Diff line change @@ -160,20 +160,22 @@ export default function Home(): React.JSX.Element {
160
160
</ span > { ' ' }
161
161
handle it for you!
162
162
</ 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" >
164
164
The discord.js meta-framework for building powerful, modular, and
165
165
extensible Discord bots with ease.
166
166
</ p >
167
167
168
168
< div className = "flex items-center justify-center gap-3 mt-10 md:justify-start [&>a]:text-white [&>a]:hover:text-white" >
169
169
< Link
170
- to = "/docs/guide/getting-started/introduction"
170
+ to = "/docs/v0/guide/installation"
171
+ // to="/docs/guide/getting-started/introduction"
171
172
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"
172
173
>
173
174
Guide
174
175
</ Link >
175
176
< Link
176
- to = "/docs/api-reference/commandkit"
177
+ to = "/docs/v0/api-reference/classes/ButtonKit"
178
+ // to="/docs/api-reference/commandkit"
177
179
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"
178
180
>
179
181
API < span className = "hidden md:inline" > Reference</ span >
You can’t perform that action at this time.
0 commit comments