-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
51 lines (48 loc) · 1.21 KB
/
mkdocs.yml
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
45
46
47
48
49
50
51
site_name: recruIT
site_url: https://miracum.github.io/recruit/
site_description: >-
A Cloud-Native Clinical Trial Recruitment Support System based on HL7 FHIR and the OMOP CDM.
repo_name: miracum/recruit
repo_url: https://github.com/miracum/recruit
edit_uri: ""
copyright: Copyright © 2024 miracum.org
markdown_extensions:
- toc:
permalink: "#"
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html
- pymdownx.snippets:
base_path:
- "docs"
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
social:
- icon: fontawesome/solid/globe
link: https://www.miracum.org/
name: MIRACUM Website
extra_css:
- _css/extra.css
theme:
name: material
logo: _img/miracum-logo-transparent-256x256.png
favicon: _img/favicon.ico
features:
- navigation.expand
- navigation.sections
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode