-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (48 loc) · 1.16 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
site_name: Schema Registry Specification
site_url: https://ga4gh.github.io/schema-registry
repo_url: https://github.com/ga4gh/schema-registry
nav:
- Specifications:
- Schema registry: schema_registry_spec.md
- Reference:
- Decision record: decision_record.md
- Contributing: contributing.md
copyright: GA4GH TASC, Schema Registry team
home_link: null
navbar:
left:
- text: Specification
icon: fa-file-alt
href: specification
- text: Decision record
icon: fa-history
href: decision_record
- text: Contributing
icon: fa-users
href: contributing
theme:
name: material
features:
- header.autohide
- navigation.sections
- navigation.expand
- navigation.footer
# - navigation.indexes
- toc.follow
- content.action.edit
- content.action.view
# - navigation.tabs
- navigation.top
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: "!!python/name:pymdownx.superfences.fence_code_format"
- toc:
toc_depth: 3