From 2ceefe9681200e5ed5892db7eca985bc19bfcf4b Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:10:20 +0500 Subject: [PATCH] Remove redundant items from the navigation menu in config.mjs --- docs/.vitepress/config.mjs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index b626406..b1d2cdd 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -51,14 +51,7 @@ export default defineConfig({ { text: 'Hosts', link: '/hosts' }, { text: 'Adult Hosts', link: '/Adult-hosts' }, { text: 'Policies', link: '/policies' }, - { text: 'Tools', link: '/tools' }, - { - text: 'More', - items: [ - { text: 'Interactive Comparison', link: 'https://debridcompare.pages.dev' }, - { text: 'GitHub', link: 'https://github.com/fynks/debrid-services-comparison' } - ] - } + { text: 'Tools', link: '/tools' } ], sidebar: {