-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (35 loc) · 1.17 KB
/
mkdocs.yml
File metadata and controls
42 lines (35 loc) · 1.17 KB
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
site_name: Responsible AI Deployment Framework
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- announce.dismiss
palette:
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
nav:
- Introduction: index.md
- '[1] General': appendix/1_general.md
- '[2] Problem and Study': appendix/2_problem.md
- '[3] Model Development': appendix/3_model.md
- '[4] Deployment and Trials': appendix/4_deploy.md
- '[5] Operationalization': appendix/5_monitor.md
- References: references.md
- Changelog: changelog.md
plugins:
- search
- git-authors # adds authors to pages using git history
- include-markdown # allows for including Markdown files into another Markdown file
- git-revision-date-localized: # adds a date to the bottom of each page
enable_creation_date: true