From d46324cb6a2aadea7f08af213efb5721941bcf5c Mon Sep 17 00:00:00 2001 From: 3252a8 <3252a8@proton.me> Date: Thu, 28 May 2026 08:07:09 +0300 Subject: [PATCH] docs: fix mobile homepage navigation --- docs-site/scripts/sync-docs.mjs | 4 ++-- docs-site/src/components/Header.astro | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs-site/scripts/sync-docs.mjs b/docs-site/scripts/sync-docs.mjs index 2773de5..8fface4 100644 --- a/docs-site/scripts/sync-docs.mjs +++ b/docs-site/scripts/sync-docs.mjs @@ -101,8 +101,8 @@ function extraFrontmatter(sourceRelativePath) { ' image:', ' html: \'Интерфейс Remnawave Minishop\'', ' actions:', - ' - text: "Обзор"', - ' link: /getting-started/overview/', + ' - text: "Демо"', + ' link: /demo/', ' icon: right-arrow', ' - text: "Установка"', ' link: /getting-started/setup/', diff --git a/docs-site/src/components/Header.astro b/docs-site/src/components/Header.astro index f38ebc4..18d09c8 100644 --- a/docs-site/src/components/Header.astro +++ b/docs-site/src/components/Header.astro @@ -64,7 +64,10 @@ function navIcon(href: string) {