forked from ACharbonneau/congenial-tribble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
104 lines (90 loc) · 2.62 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: Cancer Data Aggregator
site_description:
repo_url: https://github.com/CancerDataAggregator/readthedocs
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: blue
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: blue
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.tracking
- navigation.sections
- toc.integrate #- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.code.annotate
# favicon: images/CFDE-logo-white-outline.png
# logo: images/CFDE-logo.png
custom_dir: docs/overrides
docs_dir: docs
plugins:
- mkdocs-jupyter:
include_source: True
execute: False #True
- search: # necessary for search to work
separator: '[\s\-\.]+'
- awesome-pages
- git-revision-date
markdown_extensions:
- admonition
- def_list
- pymdownx.critic
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed
- pymdownx.extra
- pymdownx.superfences
- pymdownx.extra
- pymdownx.highlight
- pymdownx.keys
- pymdownx.inlinehilite
- abbr
- pymdownx.snippets
- attr_list
- md_in_html
- meta
- codehilite:
guess_lang: false
- toc:
permalink: true
extra:
hypothesis: true
social:
- icon: fontawesome/solid/paper-plane
link: mailto:<cda-developers@broadinstitute.org>
- icon: fontawesome/solid/bug
link: https://github.com/CancerDataAggregator/cda-python/issues/new?assignees=&labels=&template=bug_report.md&title=
name: Bug Report
- icon: fontawesome/regular/lightbulb
link: https://github.com/CancerDataAggregator/cda-python/issues/new?assignees=&labels=&template=feature_request.md&title=
name: Feature Request
- icon: fontawesome/brands/github
link: https://github.com/CancerDataAggregator/readthedocs
name: CDA
copyright: Copyright © 2016 - 2020 Martin Donath
generator: true
# consent:
# title: Cookie consent
# description: >-
# We use cookies to recognize your repeated visits and preferences, as well
# as to measure the effectiveness of our documentation and whether users
# find what they're searching for. With your consent, you're helping us to
# make our documentation better.
extra_css:
- assets/stylesheets/home.css