forked from Election-Tech-Initiative/electionguard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
124 lines (122 loc) · 4.38 KB
/
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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
site_name: ElectionGuard
# site_description:
# site_author:
# google_analytics:
# remote_branch: for gh-deploy to GithubPages
# remote_name: for gh-deploy to Github Pages
# copyright:
docs_dir: "docs"
repo_url: https://github.com/microsoft/electionguard/
nav:
- Documentation:
- Overview:
- What is ElectionGuard?: index.md
- Features: overview/Features.md
- Roadmap: overview/Roadmap.md
- Glossary: overview/Glossary.md
- Basics:
- Introduction: basics/Introduction.md
- Steps:
- Configure Election: basics/steps/0_Configure_Election.md
- Key Ceremony: basics/steps/1_Key_Ceremony.md
- Encryption: basics/steps/2_Encryption.md
- Cast and Challenge: basics/steps/3_Cast_and_Challenge.md
- Decryption: basics/steps/4_Decryption.md
- Publish Record: basics/steps/5_Publish_Record.md
- Verification: basics/steps/6_Verification.md
- Concepts:
- Structures and Processes: concepts/Structure_and_Processes.md
- Election Manifest:
- Building: concepts/Manifest_Building.md
- Example: concepts/Manifest_Example.md
- Homomorphic:
- Aggregation: concepts/Homomorphic_Aggregation.md
- Encryption: concepts/Homomorphic_Encryption.md
- Verifiability:
- Introduction: concepts/Verifiability.md
- Voter: concepts/Voter_Verification.md
- Verifier: concepts/Verifier.md
- Use Cases:
- Precinct Scan: use_cases/Precinct_Scan.md
- Rescans and Recounts: use_cases/Rescans_and_Recounts.md
- Remote Voting:
- Mail In: use_cases/Mail_In.md
- Electronic Delivery: use_cases/Electronic_Delivery.md
- Audit: use_cases/Audit.md
- Develop:
- Getting Started: develop/Getting_Started.md
- Versioning: develop/Versioning.md
- Badges: develop/Badges.md
- Approach: develop/Approach.md
- Architecture: develop/Architecture.md
- Repositories: develop/Repositories.md
- Applications: develop/Applications.md
- Data:
- Data Schema: develop/Data_Schema.md
- Election Record: develop/Election_Record.md
- Sample Data: develop/Sample_Data.md
- Events:
- Monthly Office Hours: events/Office_hours.md
- August 2022 ElectionGuard Hart Verity Scanner and Accessibility Convening: events/eg_usability_aug_2022.md
- Specification:
- Official: spec/index.md
- Web:
- Overview: spec/web/1_Overview.md
- Structure: spec/web/2_ElectionGuard_Structure.md
- Components: spec/web/3_ElectionGuard_Components.md
- Baseline Parameters: spec/web/4_Baseline_Parameters.md
- Ballot Encryption: spec/web/6_Ballot_Encryption.md
- Ballot Aggregation: spec/web/7_Ballot_Aggregation.md
- Verifiable Decryption: spec/web/8_Verifiable_Decryption.md
- Election Record: spec/web/9_Election_Record.md
- Applications: spec/web/11_Applications.md
- Acknowledgements: spec/web/12_Acknowledgements.md
- Contribute: contribute/index.md
plugins:
- search
- mermaid2:
arguments:
securityLevel: "loose"
htmlLabels: true
- redirects:
redirect_maps:
"hacktoberfest.md": "contribute/index.md"
theme:
name: material
custom_dir: overrides
favicon: images/favicon.ico
logo: images/electionguard-logo.png
font:
text: Segoe UI
palette:
scheme: default
accent: indigo
link: indigo
features:
- navigation.instant
- navigation.tabs
markdown_extensions:
- abbr
- pymdownx.snippets
- admonition
- footnotes
- meta
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/analytics.js
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css