forked from ga4gh-beacon/ga4gh-beacon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
118 lines (108 loc) · 3.49 KB
/
mkdocs.yaml
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# ------------------------ Navigation Menu ----------------------------------- #
nav:
- Introduction: /
- News & Events: news
- FAQ: FAQ
- Publications: publications
- People: people
# - Protocols & Minutes: minutes
- External Links:
- Beacon API Documentation ↗: http://docs.genomebeacons.org
- Github Repositories ↗: https://github.com/ga4gh-beacon/
# - ELIXIR BeaconNetwork ↗: https://beacon-network.elixir-europe.org
- Beacon @ ELIXIR ↗: http://www.elixir-europe.org/about-us/implementation-studies/beacons
- '<div>Progenetix Beacon<span style="color: red; font-weight: 800;">+</span> ↗</div>': https://progenetix.org/search/
- GA4GH ↗: http://ga4gh.org
- GA4GH::GenomeStandards ↗: http://genomestandards.org
- GA4GH::SchemaBlocks ↗: http://schemablocks.org
- GA4GH::Discovery ↗: http://ga4gh-discovery.github.io
# ------------------------- Repository Settings ------------------------------ #
site_name: Beacon v2 Project Website
site_description: 'Website for Beacon v2'
site_author: 'Michael Baudis, Laureen Fromont & Beacon Developers'
copyright: '© Copyright 2021-2024, Beacon v2 Documentation Contributors'
repo_name: 'ga4gh-beacon.github.io'
repo_url: https://github.com/ga4gh-beacon/ga4gh-beacon.github.io
edit_uri: edit/main/docs/
repo_icon: " [:fontawesome-brands-github:](https://github.com/ga4gh-beacon/ga4gh-beacon.github.io/tree/main/docs)"
# ------------------- Mkdocs Configurattion and Extensions-------------------- #
extra_css: [css/theme_overrides.css]
plugins:
- search
- macros
- mermaid2
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.mark
- pymdownx.tilde
- pymdownx.saneheaders
- pymdownx.superfences
- pymdownx.magiclink:
hide_protocol: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- mdx_gh_links:
user: ga4gh-beacon
repo: beacon-v2
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- extras/.icons
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
theme:
custom_dir: extras
name: material
palette:
primary: teal
logo: img/GA-logo.png
favicon: img/ga4gh_circle.ico
icon:
repo: fontawesome/brands/github-alt
admonition:
warning: lock
security: lock
features:
- content.tabs.link
- search.highlight
- search.share
- navigation.instant
- navigation.tracking
- navigation.sections
- toc.integrate
# Options
extra:
excerpt_separator: <!--more-->
blog_list_length: 100
news:
dir: news
minutes:
dir: minutes
publications:
dir: publications
contacts:
dir: people
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/genomebeacons
- icon: fontawesome/brands/github
link: https://github.com/ga4gh-beacon
# https://pypi.org/project/mkdocs-with-pdf/ for more PDF configuration ...