forked from cdisc-org/analysis-results-standard-hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (26 loc) · 785 Bytes
/
mkdocs.yml
File metadata and controls
26 lines (26 loc) · 785 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
site_name: Analysis Results Standard (ARS)
site_url: https://cdisc-org.github.io/analysis-results-standard/
nav:
- Home: index.md
#- About: about.md
plugins:
- search
- mermaid2:
arguments:
startOnLoad: false
mermaid:
er:
useMaxWidth: true
markdown_extensions:
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
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
docs_dir: project/docs
site_dir: docs