From 0cdc8cb0bb6813cca4697129c6eff32fe2a7bc1b Mon Sep 17 00:00:00 2001 From: Prateek-Thakare Date: Wed, 22 Nov 2023 09:50:00 +0000 Subject: [PATCH] deploy: 927c105975994e5c9c9099b9d1a680a52c2a1950 --- 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 | 14 ++++---- 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 | 28 +++++++-------- 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 +++--- .../command-config-file.html | 10 +++--- .../command-docker-file.html | 10 +++--- .../command-line-class.html | 10 +++--- .../new-scanner-integration-api.html | 10 +++--- .../new-scanner-integration-command-line.html | 10 +++--- .../new-scanner-integration.html | 14 ++++---- notifications/notifications-slack.html | 10 +++--- notifications/notifications.html | 10 +++--- print.html | 36 +++++++++---------- scan/scan.html | 10 +++--- tools/tools.html | 10 +++--- 43 files changed, 241 insertions(+), 241 deletions(-) diff --git a/404.html b/404.html index 5bb6063..1e592d2 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('light') + html.classList.remove('rust') html.classList.add(theme); html.classList.add('js'); @@ -102,8 +102,8 @@