Skip to content

Commit 9068d2d

Browse files
authored
refactor: remove whats-new page (#1612)
1 parent dcba1b3 commit 9068d2d

File tree

3 files changed

+1
-72
lines changed

3 files changed

+1
-72
lines changed

guide/.vuepress/sidebar.ts

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export default {
55
children: [
66
'/',
77
'/requesting-more-content.md',
8-
'/whats-new.md',
98
],
109
},
1110
{
@@ -30,7 +29,6 @@ export default {
3029
children: [
3130
'/',
3231
'/requesting-more-content.md',
33-
'/whats-new.md',
3432
],
3533
},
3634
{

guide/.vuepress/theme/layouts/Layout.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<span class="notification-icon"><PartyPopperIcon /></span>
2020
<span>
2121
You're browsing the in-development guide for discord.js v15.
22-
Check out <router-link to="/whats-new.html">what's new</router-link>, or browse the <a href="https://v14.discordjs.guide">v14 guide</a>.
22+
Browse the <a href="https://v14.discordjs.guide">v14 guide</a>.
2323
</span>
2424
</Notification>
2525
</Notifications>

guide/whats-new.md

-69
This file was deleted.

0 commit comments

Comments
 (0)