-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmkdocs.yml
38 lines (36 loc) · 878 Bytes
/
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
---
site_name: "mixs"
theme:
name: material
# palette:
# scheme: slate
# primary: cyan
features:
- content.tabs.link
- search.suggest
plugins:
- search:
separator: '[\s\-\:\(\)]+'
prebuild_index: true
- mermaid2
markdown_extensions:
- tables
- pymdownx.magiclink
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
nav:
# - Home: home.md
- Index: index.md
- Full term table: term_list.md
- Combinations: combinations.md
- Enumerations: enumerations.md
site_url: https://GenomicsStandardsConsortium.github.io/mixs
repo_url: https://github.com/GenomicsStandardsConsortium/mixs
docs_dir: docs
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX