diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 78a8a13..2ec54b8 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -145,6 +145,9 @@ export default defineConfig({ ], }, ], + '/legal/': [ + { text: 'Юридические документы', link: '/legal/index.md' }, + ], '/security/': [ { text: 'Сервисы информационной безопасности в Beeline Cloud', link: '/security/index.md', @@ -218,7 +221,45 @@ export default defineConfig({ { text: 'Режим Device Owner', link: '/security/Cloud-MDM/instructions/device-owner.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-structure.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-structure.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-structure.md' }, + ] }, { text: 'Cloud NGFW', link: '/security/Cloud-NGFW/NGFW-index.md', diff --git a/src/index.md b/src/index.md index 61c3517..d7cf7dd 100644 --- a/src/index.md +++ b/src/index.md @@ -45,6 +45,9 @@ features: - title: Тех поддержка icon: headset_help link: /platform/support/support-overview + - title: Юридические документы + icon: document + link: /legal/index services: - title: Инфраструктура diff --git a/src/legal/index.md b/src/legal/index.md new file mode 100644 index 0000000..de4793c --- /dev/null +++ b/src/legal/index.md @@ -0,0 +1,4 @@ +# Общие документы + +- [Условия обработки данных пользователей](https://static.beeline.ru/upload/images/cloud/31463_usloviya_obrabotki_dannyh_polzovateley.pdf) +- [Политика обработки персональных данных](https://static.beeline.ru/upload/images/Documents/politica.pdf)