-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (36 loc) · 973 Bytes
/
mkdocs.yml
File metadata and controls
43 lines (36 loc) · 973 Bytes
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
---
site_name: "linkml-tutorial-2025"
theme:
name: material
# palette:
# scheme: slate
# primary: cyan
features:
- content.tabs.link
# for adding extra css/js see https://www.mkdocs.org/user-guide/customizing-your-theme/
plugins:
- search
- mknotebooks:
execute: false
- mermaid2:
version: 11.4.1
# TODO rebuild docs on schema change (https://github.com/dalito/linkml-project-copier/issues/39)
# - gen-files:
# scripts:
# - gen_pages.py # or any other name or path
watch:
- src/linkml_tutorial_2025/schema
nav:
- Home: index.md
- Schema: elements/index.md
- About: about.md
exclude_docs: |
/templates-linkml/
site_url: https://linkml.github.io/linkml-tutorial-2025
repo_url: https://github.com/linkml/linkml-tutorial-2025
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX