-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (41 loc) · 1.03 KB
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (41 loc) · 1.03 KB
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
37
38
39
40
41
42
43
44
site_name: AASTF Documentation
site_url: https://anonymousaak.github.io/aastf
repo_url: https://github.com/anonymousAAK/aastf
repo_name: anonymousAAK/aastf
theme:
name: material
palette:
- scheme: slate
primary: red
accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: red
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.sections
- content.code.copy
- search.highlight
nav:
- Home: index.md
- Quick Start: quickstart.md
- Configuration: configuration.md
- GitHub Action: github-action.md
- Security Testing:
- MCP Security: mcp-security.md
- CVE Scenarios: cve-scenarios.md
- Compliance:
- EU AI Act: compliance.md
- About:
- Security Policy: https://github.com/anonymousAAK/aastf/blob/master/SECURITY.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- tables