forked from Election-Tech-Initiative/electionguard-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (23 loc) · 845 Bytes
/
mkdocs.yml
File metadata and controls
23 lines (23 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: ElectionGuard Python
# site_description:
site_author: Microsoft
# google_analytics:
# remote_branch: for gh-deploy to GithubPages
# remote_name: for gh-deploy to Github Pages
copyright: '© Microsoft 2020'
docs_dir: 'docs'
repo_url: https://github.com/microsoft/electionguard-python/
nav:
- Home: index.md
- Design and Architecture: Design_and_Architecture.md
- Build and Run: Build_and_Run.md
- Project Workflow: Project_Workflow.md
- Election Manifest: Election_Manifest.md
- Steps:
- 0. Configure Election: 0_Configure_Election.md
- 1. Key Ceremony: 1_Key_Ceremony.md
- 2. Encrypt Ballots: 2_Encrypt_Ballots.md
- 3. Cast and Spoil: 3_Cast_and_Spoil.md
- 4. Decrypt Tally: 4_Decrypt_Tally.md
- 5. Publish and Verify: 5_Publish_and_Verify.md
theme: readthedocs