From e46e62426d99a905d4e37fd9ac6825b3f58e4e9b Mon Sep 17 00:00:00 2001 From: Prateek-Thakare Date: Wed, 22 Nov 2023 09:52:11 +0000 Subject: [PATCH] deploy: 9edfc526681bce1b1b51faa35a9fc5348e4518df --- 404.html | 10 +++++----- basics-mantis-code/basics.html | 10 +++++----- basics-mantis-code/db-models.html | 10 +++++----- basics-mantis-code/folder-structure.html | 10 +++++----- basics-mantis-code/important-utils.html | 10 +++++----- basics-mantis-code/scanner-base-class.html | 10 +++++----- configuration/app-context-config.html | 10 +++++----- configuration/command-line.html | 10 +++++----- configuration/config-file.html | 10 +++++----- configuration/configuration.html | 10 +++++----- configuration/scheduler-config.html | 10 +++++----- configuration/slack-config.html | 10 +++++----- configuration/workflow-config.html | 10 +++++----- features/advanced_alerting.html | 10 +++++----- features/dashboard_support.html | 10 +++++----- features/distributed_scanning.html | 10 +++++----- features/dns_services.html | 10 +++++----- features/features.html | 10 +++++----- features/new_scanner.html | 10 +++++----- features/recon_automation.html | 10 +++++----- features/scan_efficiency.html | 10 +++++----- features/secrets_scanning.html | 10 +++++----- features/workflow_customisation.html | 10 +++++----- index.html | 10 +++++----- installation/ansible.html | 10 +++++----- installation/installation-docker.html | 10 +++++----- installation/installation-mac.html | 10 +++++----- installation/installation-multiple.html | 10 +++++----- installation/installation-ubuntu.html | 10 +++++----- installation/installation-windows.html | 10 +++++----- installation/installation.html | 10 +++++----- introduction/introduction.html | 10 +++++----- new-scanner-integrations/command-config-file.html | 10 +++++----- new-scanner-integrations/command-docker-file.html | 10 +++++----- new-scanner-integrations/command-line-class.html | 10 +++++----- .../new-scanner-integration-api.html | 10 +++++----- .../new-scanner-integration-command-line.html | 10 +++++----- new-scanner-integrations/new-scanner-integration.html | 10 +++++----- notifications/notifications-slack.html | 10 +++++----- notifications/notifications.html | 10 +++++----- print.html | 10 +++++----- scan/scan.html | 10 +++++----- tools/tools.html | 10 +++++----- 43 files changed, 215 insertions(+), 215 deletions(-) diff --git a/404.html b/404.html index 1e592d2..5bb2611 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ - + @@ -39,7 +39,7 @@ @@ -65,7 +65,7 @@ if (theme === null || theme === undefined) { theme = default_theme; } var html = document.querySelector('html'); html.classList.remove('no-js') - html.classList.remove('rust') + html.classList.remove('navy') html.classList.add(theme); html.classList.add('js'); @@ -103,9 +103,9 @@