Skip to content

Commit

Permalink
Updated hyperlinks for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek-Thakare committed Nov 22, 2023
1 parent 92d4b9e commit 602f8ef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ title = "Mantis - Documentation"
[output.html]
additional-css = ["src/css/custom.css"]
site-url = "/mantis/"

default-theme = “rust”
preferred-dark-theme = “rust”
4 changes: 2 additions & 2 deletions src/configuration/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Once you have setup Mantis, you can now look at customising your scan requirements. Scan customisations are available via:

- [Config File](/./configuration/config-file.md) - contains customisations related to scan workflow, scheduling, notifications etc.
- [Command Line](/./configuration/command-line.md) - contains basic options to onboard your assets and scan
- [Config File](/./mantis/configuration/config-file.md) - contains customisations related to scan workflow, scheduling, notifications etc.
- [Command Line](/./mantis/configuration/command-line.md) - contains basic options to onboard your assets and scan

> INFO💡- Config File Path: /mantis/config/local.yml
18 changes: 9 additions & 9 deletions src/features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

With Mantis, you benefit from an array of exceptional features designed to enhance your workflows. These include but are not limited to:

- [**Recon Automation**](/./features/recon_automation.md)
- [**Super Easy Workflow Customisation**](/./features/workflow_customisation.md)
- [**Dashboard Support**](/./features/dashboard_support.md)
- [**Integrate a new tool within minutes**](/./features/new_scanner.md)
- [**Distribute your scan and make it 2x Faster**](/./features/2x_faster.md)
- [**Understanding Scan Efficiency**](/./features/scan_efficiency.md)
- [**Integrate with your Org's DNS Service**](/./features/dns_services.md)
- [**Advanced Alerting**](/./features/advanced_alerting.md)
- [**Secrets Scanning**](/./features/secrets_scanning.md)
- [**Recon Automation**](/./mantis/features/recon_automation.md)
- [**Super Easy Workflow Customisation**](/./mantis/features/workflow_customisation.md)
- [**Dashboard Support**](/./mantis/features/dashboard_support.md)
- [**Integrate a new tool within minutes**](/./mantis/features/new_scanner.md)
- [**Distribute your scan and make it 2x Faster**](/./mantis/features/2x_faster.md)
- [**Understanding Scan Efficiency**](/./mantis/features/scan_efficiency.md)
- [**Integrate with your Org's DNS Service**](/./mantis/features/dns_services.md)
- [**Advanced Alerting**](/./mantis/features/advanced_alerting.md)
- [**Secrets Scanning**](/./mantis/features/secrets_scanning.md)



4 changes: 2 additions & 2 deletions src/new-scanner-integrations/new-scanner-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
---

To integrate a new scanner with Mantis, it should fall under one of these categories:
- [**Command Line Tool based scanner**](/./new-scanner-integrations/new-scanner-integration-command-line.md)
- [**API based scanner**](/./new-scanner-integrations/new-scanner-integration-api.md)
- [**Command Line Tool based scanner**](/./mantis/new-scanner-integrations/new-scanner-integration-command-line.md)
- [**API based scanner**](/./mantis/new-scanner-integrations/new-scanner-integration-api.md)

## Command Line based Scanner
From a recon automation perspective, command-line tools are tools that you typically install in your system using brew, apt, apt-install, or similar methods, and then run scans.
Expand Down

0 comments on commit 602f8ef

Please sign in to comment.