-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
58 lines (58 loc) · 1.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
site_name: ElectionGuard Voting Site (docs.egvote.us)
# 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-egvote/
nav:
- Home: index.md
- FAQ: faq.md
plugins:
- search
- mermaid2:
arguments:
securityLevel: "loose"
htmlLabels: true
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
- attr_list
- 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