-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (34 loc) · 880 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
34 lines (34 loc) · 880 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
site_name: agentproof
site_description: LLM-capability CAPTCHA and obfuscated verification challenges for Python applications.
site_url: https://bnovik0v.github.io/agentproof/
repo_url: https://github.com/bnovik0v/agentproof
repo_name: bnovik0v/agentproof
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Getting Started: getting-started.md
- Challenge Types: concepts.md
- Threat Model: threat-model.md
- API: api.md
- Examples: examples.md