-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (55 loc) · 1.54 KB
/
Copy pathmkdocs.yml
File metadata and controls
60 lines (55 loc) · 1.54 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
site_name: MemMark
site_description: Memory integrity and watermarking toolkit for AI agent long-term memory systems
site_url: https://carlos-projects.github.io/memmark
repo_url: https://github.com/Carlos-Projects/memmark
repo_name: Carlos-Projects/memmark
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- content.code.copy
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide:
- Watermarking: guide/watermarking.md
- Poisoning Detection: guide/poisoning.md
- Provenance: guide/provenance.md
- Integrity: guide/integrity.md
- Security Model: guide/security.md
- Migration Guide: guide/migration.md
- API Reference:
- Overview: api/index.md
- Scanner: api/scanner.md
- Watermark: api/watermark.md
- Poisoning: api/poisoning.md
- Provenance: api/provenance.md
- Integrity: api/integrity.md
- Crypto: api/crypto.md
- Policy: api/policy.md
- Reporters: api/reporters.md
- Taxonomy: api/taxonomy.md
- CLI Reference: guide/cli.md
- Changelog: changelog.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
options:
show_source: true
show_root_heading: true
docstring_style: google
merge_init_into_class: true
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Carlos-Projects/memmark