-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
69 lines (63 loc) · 1.63 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
site_name: Michigan Imputation Server 2
repo_name: genepi/imputationserver2
repo_url: https://github.com/genepi/imputationserver2
edit_uri: edit/master/docs
theme:
name: material
features:
- content.tooltips
#- navigation.expand
- navigation.tabs
#- navigation.tabs.sticky
- search.highlight
- search.share
- search.suggest
- toc.follow
#- toc.integrate
- content.tabs.link
- content.code.annotate
- content.code.copy
font:
text: Segoe UI #Avenir
code: Roboto Mono
palette:
primary: custom
accent: blue
favicon: images/favicon.svg
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Genotype Imputation:
- Getting Started: getting-started.md
- Data Preparation: prepare-your-data.md
- Changes in Allele Swap Handling: qc-allele-swaps.md
- Pipeline Overview: pipeline.md
- Security: data-sensitivity.md
- FAQ: faq.md
- Polygenic Score Calculation:
- Getting Started: pgs/getting-started.md
- Interactive Report: pgs/report.md
- Output Files: pgs/output-files.md
- Available Scores: pgs/scores.md
- Pipeline Overview: pgs/pipeline.md
- FAQ: pgs/faq.md
- Reference Panels: reference-panels.md
- Resources: resources.md
- Contact: contact.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- md_in_html
- toc:
title: On this page
permalink: true