generated from linkml/linkml-template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
46 lines (43 loc) · 1.65 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
site_name: "NMDC Schema Documentation"
theme:
name: material
# palette:
# scheme: slate
# primary: cyan
features:
- content.tabs.link
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
- NMDC Schema: index.md
- About: about.md
- How to run a collaborative data modeling project: https://linkml.io/linkml/howtos/collaborative-development.html
- Identifiers in NMDC: identifiers.md
- Identifiers, CURIes, Prefixes, etc.: prefixes_curies_ids_mappings_etc.md
- NMDC Metadata Standards Documentation: Metadata_Documentation_Overview.md
- NMDC Schema Contributors How-to from Schema Hackathon 2023-12-10: https://docs.google.com/presentation/d/1ZH41QAoESUwAkdHyUxlrmSKS5M-bT0TOulBgX4rBx2A/edit#slide=id.g26390794265_0_693
- NMDC Schema Validation: schema-validation.md
- Schema element deprecation guide: schema_element_deprecation_guide.md
- v10 vs v11 (Berkeley schema) retrospective: v10-vs-v11-retrospective.md
- Visualizations: visualizations.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