-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (31 loc) · 877 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (31 loc) · 877 Bytes
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
site_name: MatchY Documentation
site_description: User manual and documentation for MatchY — a forensic Y-STR match probability tool
site_url: https://matchy.readthedocs.io
repo_url: https://github.com/genid/MatchY
repo_name: genid/MatchY
docs_dir: docs
theme:
name: material
palette:
primary: indigo
accent: indigo
features:
- navigation.top
- search.highlight
markdown_extensions:
- toc:
permalink: true
- tables
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- User Manual: USER_MANUAL.md
- Parameters Reference: PARAMETERS_REFERENCE.md
- Contributing: CONTRIBUTING.md