-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
26 lines (25 loc) · 866 Bytes
/
mkdocs.yml
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
# /home/irbsurfer/Projects/pyNetLogo/mkdocs.yml
site_name: Reversible Pseudonymization MAS Documentation
theme:
name: material
palette:
primary: 'indigo'
accent: 'indigo'
nav:
- Home: index.md
- Agent Responsibilities:
- Backup Agent: agent_responsibilities/backup_agent.md
- Feedback Processor: agent_responsibilities/feedback_processor.md
- FlairNER Agent: agent_responsibilities/flairner_agent.md
- Primary Agent: agent_responsibilities/primary_agent.md
- SpaCyNER Agent: agent_responsibilities/spacyner_agent.md
- Specialized Agent: agent_responsibilities/specialized_agent.md
- Deployment: deployment.md
- Extensibility: extensibility.md
- Spellcheck: spellchecker_integration.md
- Supervisord Setup: supervisord_setup.md
markdown_extensions:
- toc:
permalink: true
- tables
- admonition