diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index c8c10bd..4481b88 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -156,11 +156,11 @@ export default defineConfig({ text: 'Сервисы информационной безопасности в Beeline Cloud', link: '/security/index.md', }, { - text: 'Cloud Security Awareness (SA)', link: '/security/SA-index.md', + text: 'Cloud Security Awareness (SA)', link: 'security/Cloud-SA/SA-index.md', collapsed: true, items: [ { - text: 'Состав сервиса SA', link: '/security/Cloud-SA/compond-index.md', + text: 'Состав сервиса SA', link: '/security/Cloud-SA/SA-index.md', collapsed: true, items: [ { text: 'Обзор сервиса', link: '/security/Cloud-SA/compond-SA/about.md' }, @@ -182,7 +182,7 @@ export default defineConfig({ ] }, { - text: 'Cloud Vulnerability Scanner (VS)', link: '/security/VS-index.md', + text: 'Cloud Vulnerability Scanner (VS)', link: '/security/Cloud-VS/VS-index.md', collapsed: true, items: [ { text: 'Обзор сервиса VS', link: '/security/Cloud-VS/about.md'}, @@ -197,12 +197,12 @@ export default defineConfig({ ] }, { - text: 'Cloud Mobile Device Management (MDM)', link: '/security/MDM-index.md', + text: 'Cloud Mobile Device Management (MDM)', link: '/security/Cloud-MDM/MDM-index.md', collapsed: true, items: [ { text: 'Обзор сервиса', link: '/security/Cloud-MDM/about.md' }, { - text: 'Описание сервиса MDM', link: '/security/Cloud-MDM/discription-index.md', + text: 'Описание сервиса MDM', link: '/security/Cloud-MDM/description/description-index.md', collapsed: true, items: [ { text: 'Состав сервиса', link: '/security/Cloud-MDM/description/compound.md' }, @@ -216,10 +216,10 @@ export default defineConfig({ { text: 'Сроки и условия предоставления сервиса', link: '/security/Cloud-MDM/provision.md' }, { text: 'Порядок платежей', link: '/security/Cloud-MDM/payments.md' }, { - text: 'Инструкиця', link: '/security/Cloud-MDM/instructions-index.md', + text: 'Инструкции', link: '/security/Cloud-MDM/instructions/index.md', collapsed: true, items: [ - { text: 'Инструкция', link: '/security/Cloud-MDM/instructions/instructions.md' }, + { text: 'Инструкции', link: '/security/Cloud-MDM/instructions/instructions.md' }, { text: 'Активация учетной записи', link: '/security/Cloud-MDM/instructions/activation.md' }, { text: 'Режим Device Owner', link: '/security/Cloud-MDM/instructions/device-owner.md' }, ] @@ -227,11 +227,11 @@ export default defineConfig({ ], }, { - text: 'Cloud NGFW', link: '/security/NGFW-index.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-NGFWVS/provision.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' }, diff --git a/src/index.md b/src/index.md index be25bbb..a577cff 100644 --- a/src/index.md +++ b/src/index.md @@ -108,7 +108,8 @@ services: - title: Безопасность articles: - title: Межсетевой экран (NGFW) - description: В работе + link: security/Cloud-SA/SA-index.md + description: Межсетевой экран следующего поколения для инспекции и фильтрации трафика на уровне приложений icon: security - title: Защита веб-приложений (WAF) description: В работе @@ -117,13 +118,16 @@ services: description: В работе icon: security - title: Управление мобильными устройствами (MDM) - description: В работе + link: /security/Cloud-MDM/MDM-index.md + description: Сервис централизованного управления корпоративными и личными мобильными устройствами сотрудников icon: security - title: Сканер уязвимостей (VS) - description: В работе + link: /security/Cloud-VS/VS-index.md + description: Сервис сканирования компьютеров и приложений на уязвимости icon: security - title: Обучение основам киберграмотности (SA) - description: В работе + link: /security/Cloud-SA/SA-index.md + description: Сервис для формирования у сотрудников навыков реагирования на угрозы информационной безопасности icon: security - title: Многофакторная аутентификация (MFA) description: В работе diff --git a/src/security/Cloud-MDM/description/discription-index.md b/src/security/Cloud-MDM/description/description-index.md similarity index 61% rename from src/security/Cloud-MDM/description/discription-index.md rename to src/security/Cloud-MDM/description/description-index.md index d43742f..0886239 100644 --- a/src/security/Cloud-MDM/description/discription-index.md +++ b/src/security/Cloud-MDM/description/description-index.md @@ -1,20 +1,20 @@ --- section_links: - - title: + - title: Архитектура сервиса link: /security/Cloud-MDM/description/architecture.md - description: Архитектура сервиса - - title: + description: + - title: Зоны ответственности link: /security/Cloud-MDM/description/areas-responsibility.md - description: Зоны ответственности - - title: + description: + - title: Состав сервиса link: /security/Cloud-MDM/description/compound.md - description: Состав сервиса - - title: + description: + - title: Мониторинг работоспособности и отказоустойчивость сервиса link: /security/Cloud-MDM/description/monitoring.md - description: Мониторинг работоспособности и отказоустойчивость сервиса - - title: + description: + - title: Дополнительные работы link: /security/Cloud-MDM/description/work.md - description: Дополнительные работы + description: --- # Описание сервиса Cloud Mobile Device Management (MDM) diff --git a/src/security/Cloud-MDM/instructions/index.md b/src/security/Cloud-MDM/instructions/index.md index a205a7f..a87d717 100644 --- a/src/security/Cloud-MDM/instructions/index.md +++ b/src/security/Cloud-MDM/instructions/index.md @@ -1,14 +1,14 @@ --- section_links: - - title: + - title: Инструкции для работы с сервисом link: /security/Cloud-MDM/instructions/instructions.md - description: Инструкции для работы с сервисом - - title: + description: + - title: Активация учетной записи link: /security/Cloud-MDM/instructions/activation.md - description: Активация учетной записи - - title: + description: + - title: Режим Device Owner link: /security/Cloud-MDM/instructions/device-owner.md - description: Режим Device Owner + description: --- # Инструкции для работы с сервисом Cloud MDM diff --git a/src/security/Cloud-SA/SA-index.md b/src/security/Cloud-SA/SA-index.md index 3d51fa7..ed6ce01 100644 --- a/src/security/Cloud-SA/SA-index.md +++ b/src/security/Cloud-SA/SA-index.md @@ -1,17 +1,17 @@ --- section_links: - - title: + - title: Качественные характеристики сервиса link: /security/Cloud-SA/characteristics.md - description: Качественные характеристики сервиса - - title: + description: + - title: Инструкции для начала работы с сервисом link: /security/Cloud-SA/instructions.md - description: Инструкции для начала работы с сервисом - - title: + description: + - title: Порядок платежей link: /security/Cloud-SA/payment-procedure.md - description: Порядок платежей - - title: + description: + - title: Сроки и условия предоставления сервиса link: /security/Cloud-SA/provision.md - description: Сроки и условия предоставления сервиса + description: --- # Сервис Cloud Security Awareness (SA) diff --git a/src/security/index.md b/src/security/index.md index 8c39ce6..dc87dee 100644 --- a/src/security/index.md +++ b/src/security/index.md @@ -1,44 +1,44 @@ --- section_links: - - title: - link: /security/Cloud-SA - description: Сервис Cloud Security Awareness (SA) - - title: - link: /security/Cloud-VS - description: Сервис Cloud Vulnerability Scanner (VS) - - title: - link: /security/Cloud-MDM - description: Сервис Cloud Mobile Device Management (MDM) - - title: - link: /security/Cloud-NGFW-F - description: Сервис Cloud NGFW F - - title: - link: /security/Cloud-NGFW - description: Сервис Cloud NGFW - - title: - link: /security/Cloud-MFA - description: Сервис Cloud Multifactor Authentication (MFA) - - title: - link: /security/Cloud-SA-SM - description: Сервис Cloud Security Assistance (включая Security Manager) - - title: - link: /security/Cloud-EPP - description: Сервис Cloud Endpoint Protection Platform (EPP) - - title: - link: /security/Cloud-SEG - description: Сервис Cloud Secure Email Gateway (SEG) - - title: - link: /security/Cloud-WAF - description: Сервис Cloud Web Application Firewall (Cloud WAF) - - title: - link: /security/Cloud-WAF-PRO - description: Сервис Cloud Web Application Firewall (WAF) Pro - - title: - link: /security/Cloud-VPN - description: Сервис Шифрование каналов связи (ГОСТ VPN) - - title: - link: /security/Cloud-DDoS - description: Сервис Cloud DDoS Protection + - title: Сервис Cloud Security Awareness (SA) + link: /security/Cloud-SA/SA-index + description: + - title: Сервис Cloud Vulnerability Scanner (VS) + link: /security/Cloud-VS/VS-index + description: + - title: Сервис Cloud Mobile Device Management (MDM) + link: /security/Cloud-MDM/MDM-index + description: + - title: Сервис Cloud NGFW F + #link: /security/Cloud-NGFW-F + description: В работе + - title: Сервис Cloud NGFW + link: /security/Cloud-NGFW/NGFW-index + description: + - title: Сервис Cloud Multifactor Authentication (MFA) + #link: /security/Cloud-MFA + description: В работе + - title: Сервис Cloud Security Assistance (включая Security Manager) + #link: /security/Cloud-SA-SM + description: В работе + - title: Сервис Cloud Endpoint Protection Platform (EPP) + #link: /security/Cloud-EPP + description: В работе + - title: Сервис Cloud Secure Email Gateway (SEG) + #link: /security/Cloud-SEG + description: В работе + - title: Сервис Cloud Web Application Firewall (Cloud WAF) + #link: /security/Cloud-WAF + description: В работе + - title: Сервис Cloud Web Application Firewall (WAF) Pro + #link: /security/Cloud-WAF-PRO + description: В работе + - title: Сервис Шифрование каналов связи (ГОСТ VPN) + #link: /security/Cloud-VPN + description: В работе + - title: Сервис Cloud DDoS Protection + #link: /security/Cloud-DDoS + description: В работе --- # Сервисы информационной безопасности в Beeline Cloud