-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (40 loc) · 1.36 KB
/
mkdocs.yml
File metadata and controls
45 lines (40 loc) · 1.36 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
site_name: DEfO security analysis (task 9.1) report
docs_dir: report/
site_dir: build/
nav:
- Home: index.md
- Scope: scope.md
- Intended audience: intended_audience.md
- Deployment considerations:
- Overview: deployment/overview.md
- Incentives: deployment/incentives.md
- Separation issues: deployment/separation.md
- Weaknesses:
- Complexity: weaknesses/complexity.md
- DNS: weaknesses/dns.md
- WKECH: weaknesses/wkech.md
- Clients considerations:
- Browsers: clients/browsers.md
- IoT and Libraries: clients/iot_and_libs.md
- Tor: clients/tor.md
- Intended deactivation: clients/deactivation.md
- Censorship and Blocking:
- Censorship and Blocking: censorship.md
- De-anonymization attacks:
- via metadata: attacks/metadata.md
- via correlations: attacks/correlations.md
- via legal means: attacks/legal.md
- Other considerations:
- Other considerations: misc.md
- References: references.md
markdown_extensions:
# https://t.pxeger.com/mkdocs-material/reference/footnotes/
- footnotes
plugins:
- pandoc:
combined: true
pandoc_template: eisvogel.latex
combined_output_path: document.pdf
pandoc_extra_args: '--file-scope=true --resource-path=report/deployment:deployment:report:. --toc --number-sections=true'
- search
theme: readthedocs