-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
69 lines (62 loc) · 1.88 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: hCNV Reference Resources
site_description: 'Data & tools for hCNV analysis with a focus on the distributed normal'
site_author: Michael Baudis
repo_name: 'cnv-reference-resources'
repo_url: https://github.com/hCNV/cnv-reference-resources
edit_uri: edit/main/docs/
###############################################################################
nav:
- Project Home: index.md
- Input Data: data-resources.md
- Parameters & Mappings: parameters-and-mappings.md
- Beacon Queries: beacon-queries.md
- MongoDB & Pymongo: mongodb-pymongo.md
- hCNV Home: https://cnvar.org
- VCF Data MongoDB: vcfdata-mongodb.md
- Biohack 2023 Page: https://github.com/elixir-europe/biohackathon-projects-2023/tree/main/1
- Beacon Documentation: 'https://docs.genomebeacons.org'
###############################################################################
markdown_extensions:
- toc:
toc_depth: 2-3
permalink: true
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.magiclink:
hide_protocol: true
- pymdownx.mark
- pymdownx.tilde
- pymdownx.saneheaders
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- mdx_gh_links:
user: hCNV
repo: cnv-reference-resources
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
###############################################################################
theme:
name: material
logo: img/hCNV-Elixir-logo.svg
plugins:
- search
- macros
- mermaid2
extra_css:
- css/theme_overrides.css