diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index 01942c889..f014cd850 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -158,6 +158,7 @@ export const socialLinks: DefaultTheme.SocialLink[] = [ ] export const nav: DefaultTheme.NavItem[] = [ + { text: '📑 Changelog', link: 'https://changes.fmhy.bid/' }, { text: '📖 Glossary', link: 'https://rentry.org/The-Piracy-Glossary' }, { text: '💾 Backups', @@ -332,4 +333,4 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [ } ] } -] \ No newline at end of file +]