-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yaml
94 lines (85 loc) · 2.42 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
site_name: '{S}[B] SchemaBlocks'
site_description: 'SchemaBlocks {S}[B] Website of the GA4GH community'
site_author: Michael Baudis
copyright: '© Copyright 2023 GA4GH Contributors'
repo_name: 'ga4gh-schemablocks.github.io'
repo_url: https://github.com/ga4gh-schemablocks/ga4gh-schemablocks.github.io
edit_uri: edit/main/docs/
###############################################################################
nav:
- 'Home': index.md
# - News: news
- Schemas: schema_pages
- Contacts: contacts
- GA4GH Community Best Practices ↗: https://ga4gh-community-standards.github.io
- '{S}[B] Legacy Site ↗': https://legacy.schemablocks.org
- Beacon Project ↗: https://beacon-project.io
- Phenopackets ↗: https://phenopackets.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
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- mdx_gh_links:
user: hCNV
repo: hcnv.github.io
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- extra/.icons
###############################################################################
theme:
name: material
palette:
primary: red
scheme: slate
favicon: img/logo-schemablocks-no-text-50x50.png
logo: img/logo-GA4GH-white-text-670x160.png
icon:
repo: fontawesome/brands/github-alt
admonition:
example: octicons/list-ordered-24
features:
- content.tabs.link
- search.highlight
- search.share
- navigation.instant
- navigation.tracking
- navigation.sections
- toc.integrate
custom_dir: extra
plugins:
- search
- macros
extra:
excerpt_separator: <!--more-->
blog_list_length: 100
social:
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/progenetix
- icon: fontawesome/brands/github
link: https://github.com/ga4gh-schemablocks
extra_css:
- css/theme_overrides.css