-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (37 loc) · 1022 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (37 loc) · 1022 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
44
---
site_name: "include-access-model"
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/include_access_model/schema
nav:
# - Home: index.md
- Schema: elements/index.md
- ER Diagram: elements/erdiagram.md
- About: about.md
exclude_docs: |
/templates-linkml/
site_url: https://include-dcc.github.io/include-access-model
repo_url: https://github.com/include-dcc/include-access-model
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX