This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
54 lines (54 loc) · 1.51 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
52
53
54
site_name: Avoidable Admissions Analytics Pipeline
site_url: https://lthtr-dst.github.io/hdruk_avoidable_admissions/
repo_url: https://github.com/lthtr-dst/hdruk_avoidable_admissions
repo_name: GitHub
site_description: >
[HDRUK](https://www.hdruk.ac.uk/) Data Science Collaboration on Avoidable Admissions in the NHS.
Led by [School for Health and Related Research](https://www.sheffield.ac.uk/scharr) as Sheffield University.
site_author: https://github.com/lthtr-dst/
theme:
name: material
logo: logo.png
palette:
# Palette toggle for dark mode
- scheme: slate
primary: green
accent: green
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- content.code.copy
- navigation.expand
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.follow
# - toc.integrate
plugins:
- search
- mkdocstrings
- autorefs
nav:
- Home: index.md
- Analysis Pipeline: pipeline.md
- Data Validation: validation.md
# - Validation Schema: schema.md
- Feature Engineering: features.md
- Complete Pipeline: admitted_care_pipeline_example.md
watch:
- avoidable_admissions
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format