-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (35 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
40 lines (35 loc) · 1.01 KB
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
site_name: Define-JSON Documentation
site_description: Data model for supply and demand data contracts to complement CDISC USDM, ODM, and Dataset-JSON
site_author: CDISC
site_url: https://TeMeta.github.io/define-json/
# Repository
repo_name: define-json
repo_url: https://github.com/TeMeta/define-json
edit_uri: edit/main/
site_dir: './site'
docs_dir: './docs'
theme:
name: mkdocs
nav_style: dark
plugins:
- search
- mermaid2:
arguments:
startOnLoad: false
mermaid:
er:
useMaxWidth: true
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
extra_javascript:
- https://cdn.jsdelivr.net/npm/svg-pan-zoom@3.6.1/dist/svg-pan-zoom.min.js
- https://cdn.jsdelivr.net/npm/mermaid@9.1.3/dist/mermaid.min.js
- js/enable_zoom.js
nav:
- Index: index.md
- About: About.md
- Versioning: Versioning.md