We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
whats-new
1 parent dcba1b3 commit 9068d2dCopy full SHA for 9068d2d
guide/.vuepress/sidebar.ts
@@ -5,7 +5,6 @@ export default {
5
children: [
6
'/',
7
'/requesting-more-content.md',
8
- '/whats-new.md',
9
],
10
},
11
{
@@ -30,7 +29,6 @@ export default {
30
29
31
32
33
34
35
36
guide/.vuepress/theme/layouts/Layout.vue
@@ -19,7 +19,7 @@
19
<span class="notification-icon"><PartyPopperIcon /></span>
20
<span>
21
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>.
+ Browse the <a href="https://v14.discordjs.guide">v14 guide</a>.
23
</span>
24
</Notification>
25
</Notifications>
guide/whats-new.md
0 commit comments