-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
115 lines (105 loc) · 2.87 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
site_name: 'SchemaBlocks {S}[B]'
site_description: 'Website of the GA4GH SchemaBlocks community'
site_author: Michael Baudis
copyright: '© Copyright 2022 GA4GH SchemaBlocks Members'
repo_name: 'org.schemablocks.beta'
repo_url: https://github.com/ga4gh-schemablocks/org.schemablocks.beta
edit_uri: edit/main/docs/
###############################################################################
nav:
- '{S}[B] Home': 'https://schemablocks.org'
- '{S}[B] Legacy Site': 'https://legacy.schemablocks.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.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: hcnv.github.io
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- mkdocs_overrides/.icons
###############################################################################
theme:
name: material
palette:
primary: red
scheme: slate
favicon: img/site-logo-topright.png
# logo: img/site-logo-topright.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: mkdocs_overrides
plugins:
- search
# - with-pdf:
# author: Progenetix
# output_path: pdf/progenetix-documentation.pdf
- macros
# - mermaid2
extra:
news:
dir: news
author: hCNV
list_length: 50
extended_preview: true
excerpt_separator: <!--more-->
contacts:
dir: contacts
author: hCNV
list_length: 50
extended_preview: true
excerpt_separator: <!--more-->
schema_pages:
dir: schema_pages
author: hCNV
list_length: 50
extended_preview: true
excerpt_separator: <!--more-->
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
# extra_javascript:
# - https://unpkg.com/mermaid/dist/mermaid.min.js
# - https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js