From 712f7ddbc03aa44465546b5aeacc7154fad7ca31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BE=D0=B2=D0=B8=D1=87=20=D0=92=D0=B8?= =?UTF-8?q?=D0=BE=D0=BB=D0=B5=D1=82=D1=82=D0=B0=20=D0=98=D0=B3=D0=BE=D1=80?= =?UTF-8?q?=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Mon, 24 Nov 2025 08:57:29 +0000 Subject: [PATCH] =?UTF-8?q?VEGA-5927=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=BE=D1=82=D0=B8?= =?UTF-8?q?=D0=BF=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vitepress/config.mts | 8 ++++---- src/public/img/logo-cloud.svg | 1 + src/public/logo-dark-theme.svg | 24 ------------------------ src/public/logo-light-theme.svg | 24 ------------------------ 4 files changed, 5 insertions(+), 52 deletions(-) create mode 100644 src/public/img/logo-cloud.svg delete mode 100644 src/public/logo-dark-theme.svg delete mode 100644 src/public/logo-light-theme.svg diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 27c0eed..c705981 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -43,7 +43,7 @@ console.log({ base: typeof new_version !== 'undefined' ? '/' : '/docs/' }) // https://vitepress.dev/reference/site-config export default defineConfig({ srcDir: ".", - title: "cloud", + title: " ", description: "Документация Beeline Cloud", head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]], base: typeof new_version !== 'undefined' ? '/' : '/docs/', @@ -65,9 +65,9 @@ export default defineConfig({ }, themeConfig: { logo: { - light: '/logo-light-theme.svg', - dark: '/logo-dark-theme.svg', - alt: 'cloud', + light: '/public/img/logo-cloud.svg', + dark: '/public/img/logo-cloud.svg', + alt: '', }, search: { provider: 'local', diff --git a/src/public/img/logo-cloud.svg b/src/public/img/logo-cloud.svg new file mode 100644 index 0000000..677dba3 --- /dev/null +++ b/src/public/img/logo-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/public/logo-dark-theme.svg b/src/public/logo-dark-theme.svg deleted file mode 100644 index 9a871f4..0000000 --- a/src/public/logo-dark-theme.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/public/logo-light-theme.svg b/src/public/logo-light-theme.svg deleted file mode 100644 index deb3a50..0000000 --- a/src/public/logo-light-theme.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - -