generated from linkml/linkml-template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
52 lines (49 loc) · 1.55 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
site_name: "NMDC Schema Documentation"
theme:
name: material
# palette:
# scheme: slate
# primary: cyan
features:
- content.tabs.link
- hide_page_title
logo: images/NMDC_logo.png
extra:
favicon: images/favicon.ico
plugins:
- search
- mermaid2:
version: 10.9.0
- redirects: # reference: https://github.com/mkdocs/mkdocs-redirects
redirect_maps:
'home.md': 'index.md' # redirects "/home" to "/"
markdown_extensions:
- admonition
- tables
- pymdownx.magiclink
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
nav:
# Reference: https://www.mkdocs.org/user-guide/configuration/#nav
- Overview: index.md
- Funding and Acknowledgements: about.md
- Contributing: collaboration.md
- Metadata Standards Documentation: Metadata_Documentation_Overview.md
- Maintaining the NMDC Schema: maintaining-the-schema.md
- Schema element deprecation guide: schema_element_deprecation_guide.md
- NMDC Schema Validation: schema-validation.md
- Identifiers: identifiers.md
- Typecode to class map: typecode-to-class-map.md
- Version Migration Guides: migrations.md
- Visualizations: visualizations.md
- Data Validation: validation.md
- Developer Docs: developer-docs.md
site_url: https://microbiomedata.github.io/nmdc-schema
repo_url: https://github.com/microbiomedata/nmdc-schema
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX