-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (30 loc) · 914 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (30 loc) · 914 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
site_name: EPILEPSY-RWE
site_description: "Epilepsy Real-World Evidence (RWE) Project Documentation"
theme:
name: material
logo: images/logo_option_1.png
palette:
primary: purple
accent: purple
nav:
- Home: index.md
- New to RWE? Start Here: free-rwe-resources.md
- Protocol: protocol.md
- Epilepsy OMOP Data Set: epilepsy-omop-data-set.md
- STARDUSTT Approach: stardustt-approach.md
- OMOP/OHDSI Resources: omop-ohdsi-resources.md
- Train the Trainer: train-the-trainer.md
- Select Publications: select-publications.md
- Authors: authors.md
plugins:
- search
markdown_extensions:
- md_in_html # enables Markdown inside HTML blocks (not required here, but handy)
- attr_list # lets you use { } attributes on images/elements
markdown_extensions:
- meta # parse YAML front matter
- admonition
- attr_list
- md_in_html
extra_css:
- assets/custom.css