forked from atiilla/sqlmap-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (32 loc) · 748 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (32 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
site_name: SQLMap AI Documentation
site_description: AI-powered SQL injection testing tool with multiple AI providers
site_author: Atilla
site_url: https://atiilla.github.io/sqlmap-ai/
repo_name: atiilla/sqlmap-ai
repo_url: https://github.com/atiilla/sqlmap-ai
edit_uri: edit/main/docs/
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- bash
- yaml
- python
- http
- json
nav:
- Home: index.md
- Installation: INSTALLATION.md
- Usage Guide: USAGE.md
- Configuration: CONFIGURATION.md
- Troubleshooting: TROUBLESHOOTING.md
- Changelog: CHANGELOG.md
markdown_extensions:
- toc:
permalink: true
- tables
- fenced_code
- codehilite:
guess_lang: false
- admonition
- def_list