-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
53 lines (47 loc) · 1.06 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
site_name: 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
- 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