-
Notifications
You must be signed in to change notification settings - Fork 90
/
mkdocs.yml
54 lines (45 loc) · 1.25 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
site_name: PRSice-2
repo_url: https://github.com/choishingwan/PRSice
site_author: Shing Wan CHOI
nav:
- index.md
- Quick Start:
- PRSice: quick_start.md
- PRSet: quick_start_prset.md
- Detail Guides:
- PRSice: step_by_step.md
- PRSet: prset_detail.md
- Available Commands: command_detail.md
- Developers:
- Compile from Source: compilation.md
- Development Decisions: decisions.md
- Useful Resources: resources.md
- Misc:
- Additional Steps for MAC and Window users: extra_steps.md
- Frequently Asked Questions: faq.md
- Archive: archive.md
- Update Log: update_log.md
theme:
name: readthedocs
highlightjs: false
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
noclasses: true
- pymdownx.arithmatex:
generic: True
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
extra_css:
- css/extra.css
google_analytics:
- 'UA-113286405-1'
- auto
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
- javascripts/details.js