-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
85 lines (77 loc) · 2.28 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
site_name: 'GA4GH Beacon Genomic Variation Query Standards'
site_description: 'Development Site of the GA4GH Beacon community'
site_author: Michael Baudis
copyright: '© Copyright 2024 GA4GH and Beacon Contributors'
repo-name: variant-query-types
repo_url: https://github.com/ga4gh-beacon/variant-query-types
edit_uri: blob/main/docs/
schemas_path: /blob/main/schemas/
###############################################################################
nav:
- Introduction: variant-scouts-home
- Variation Types: variant-types
- Request Parameters: query-types/variantRequestParameters
- Query Types: query-types
- Genomic Coordinates: genomic-coordinates-mappings
- Recommended Terms: terms-and-values
- Query Solutions: query-solutions
- Query Schema Source Files: https://github.com/ga4gh-beacon/variant-query-types/tree/main/schemas
#<--------------------------- / Navigation ----------------------------------->#
extra_css: [css/theme_overrides.css]
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
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
theme:
name: material
palette:
primary: teal
logo: img/GA-logo.png
favicon: img/ga4gh_circle.ico
icon:
repo: fontawesome/brands/github-alt
admonition:
bug: fontawesome/regular/hourglass-half
features:
- content.tabs.link
- search.highlight
- search.share
- navigation.instant
- navigation.tracking
- navigation.sections
# - toc.integrate
plugins:
- search
- macros
extra:
excerpt_separator: <!--more-->