-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
50 lines (45 loc) · 1.07 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
site_name: predictr - Predict the Reliability
theme:
name: material
palette:
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
- scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
# Default values, taken from mkdocs_theme.yml
language: en
features:
- toc.integrate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.top
nav:
- Home: index.md
- Getting started: get_started.md
- Documentation: classes.md
- Changelog: CHANGELOG.md
- Publications: publications.md
- Cite predictr: citation.md
- Contact me: contact.md
extra:
analytics:
provider: google
property: G-CVKQLNG7QD
social:
- icon: fontawesome/brands/medium
link: https://medium.com/@tamertevetoglu
# Repository
repo_name: tvtoglu/predictr
repo_url: https://github.com/tvtoglu/predictr
edit_uri: ""
markdown_extensions:
- attr_list
- toc:
toc_depth: 6