Skip to content

Commit 5290232

Browse files
committed
fix sidebar again and add links
1 parent 93ce031 commit 5290232

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

jekyll-site/_docs/about/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: About MIMIC
3-
nav_order: 2
3+
layout: default
4+
parent: "Documentation"
5+
nav_order: 3
46
has_children: true
57
permalink: /docs/about/
68
---

jekyll-site/_docs/community/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Community
3+
layout: default
4+
parent: "Documentation"
35
nav_order: 4
46
has_children: true
57
permalink: /docs/community/

jekyll-site/_docs/help/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Help and support
3+
layout: default
4+
parent: "Documentation"
35
nav_order: 1000
46
permalink: /docs/help/
57
---

jekyll-site/_docs/ii/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MIMIC-II documentation
3+
layout: default
4+
parent: "Documentation"
35
nav_order: 70
46
has_children: true
57
permalink: /docs/ii/

jekyll-site/_docs/iii/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: MIMIC-III documentation
3+
layout: default
4+
parent: "Documentation"
35
nav_order: 60
46
has_children: true
57
permalink: /docs/iii/

jekyll-site/_docs/iv/modules/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ MIMIC-IV is organized into modules that reflect the different data sources and c
1313

1414
## Available Modules
1515

16-
### ICU Module
16+
### [ICU Module]({{ "/docs/iv/modules/icu/" | relative_url }})
1717
Intensive Care Unit data including vital signs, medications, and clinical observations.
1818

19-
### Hospital Module
19+
### [Hospital Module]({{ "/docs/iv/modules/hosp/" | relative_url }})
2020
Hospital-wide data including laboratory results, medications, diagnoses, and procedures.
2121

22-
### Emergency Department Module
22+
### [Emergency Department Module]({{ "/docs/iv/modules/ed/" | relative_url }})
2323
Emergency department visits, triage assessments, and treatment information.
2424

25-
### Chest X-Ray Module
25+
### [Chest X-Ray Module]({{ "/docs/iv/modules/cxr/" | relative_url }})
2626
Chest X-ray images and associated radiology reports.
2727

28-
### Note Module
28+
### [Note Module]({{ "/docs/iv/modules/note/" | relative_url }})
2929
Clinical notes and documentation from patient care.
3030

31-
### ECG Module
31+
### [ECG Module]({{ "/docs/iv/modules/ecg/" | relative_url }})
3232
Electrocardiogram waveform data and measurements.
3333

3434
Each module contains multiple tables with detailed documentation about the structure and content of the data.

0 commit comments

Comments
 (0)