From 94972f3d44aef1cf2b11d5c383b313cf1c59790d Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sun, 7 Dec 2025 15:18:01 -0800 Subject: [PATCH] Update constants.ts --- docs/.vitepress/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +]