From 7c82953483df91eec8b6db534ca1ddc712800374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B8=D1=81=D0=B8=D0=BD?= <72320596+alexanderanisin@users.noreply.github.com> Date: Wed, 13 May 2026 13:39:22 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B4=D1=83=D0=B1=D0=BB=D0=B8=D1=80=D1=83=D1=8E=D1=89?= =?UTF-8?q?=D0=B8=D0=B5=D1=81=D1=8F=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82=D1=8B?= =?UTF-8?q?=20Cloud=20NGFW=20=D0=B2=20=D1=81=D0=B0=D0=B9=D0=B4=D0=B1=D0=B0?= =?UTF-8?q?=D1=80=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vitepress/config.mts | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 2a8793c..65d7608 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -261,44 +261,6 @@ export default defineConfig({ { text: 'Порядок платежей', link: '/security/Cloud-NGFW-Pro/payment.md' }, ] }, - { - text: 'Cloud NGFW', link: '/security/Cloud-NGFW/NGFW-index.md', - collapsed: true, - items: [ - { text: 'Обзор сервиса', link: '/security/Cloud-NGFW/about.md'}, - { text: 'Основные возможности', link: '/security/Cloud-NGFW/possibilities.md' }, - { text: 'Спецификация сервиса', link: '/security/Cloud-NGFW/specification.md' }, - { text: 'Состав сервиса', link: '/security/Cloud-NGFW/compound.md' }, - { text: 'Сроки и условия предоставления сервиса. Зоны ответственности', link: '/security/Cloud-NGFW/provision.md' }, - { text: 'Порядок платежей', link: '/security/Cloud-NGFW/payment.md' }, - ] - }, - { - text: 'Cloud NGFW F', link: '/security/Cloud-NGFW-F/NGFW-F-index.md', - collapsed: true, - items: [ - { text: 'Обзор сервиса', link: '/security/Cloud-NGFW-F/about.md'}, - { text: 'Порядок подключения сервиса', link: '/security/Cloud-NGFW-F/connection.md' }, - { text: 'Варианты предоставления', link: '/security/Cloud-NGFW-F/delivery-options.md' }, - { text: 'Состав сервиса', link: '/security/Cloud-NGFW-F/compound.md' }, - { text: 'Функциональные возможности', link: '/security/Cloud-NGFW-F/functional-capabilities.md' }, - { text: 'Порядок платежей', link: '/security/Cloud-NGFW-F/payment.md' }, - { text: 'Тестирование сервиса', link: '/security/Cloud-NGFW-F/testing.md' }, - ] - }, - { - text: 'Cloud NGFW Pro', link: '/security/Cloud-NGFW-Pro/NGFW-Pro-index.md', - collapsed: true, - items: [ - { text: 'Обзор сервиса', link: '/security/Cloud-NGFW-Pro/about.md'}, - { text: 'Основные возможности', link: '/security/Cloud-NGFW-Pro/possibilities.md' }, - { text: 'Спецификация сервиса', link: '/security/Cloud-NGFW-Pro/specification.md' }, - { text: 'Состав сервиса', link: '/security/Cloud-NGFW-Pro/compound.md' }, - { text: 'Сроки и условия предоставления сервиса', link: '/security/Cloud-NGFW-Pro/provision.md' }, - { text: 'Демодоступ к сервису', link: '/security/Cloud-NGFW-Pro/demo-access.md' }, - { text: 'Порядок платежей', link: '/security/Cloud-NGFW-Pro/payment.md' }, - ] - }, ], '/PaaS/': [ { text: 'PostgreSQL', link: '/PaaS/PostgreSQL/PostgreSQL-index.md' },