-
Notifications
You must be signed in to change notification settings - Fork 23
/
mkdocs.yaml
72 lines (65 loc) · 1.76 KB
/
mkdocs.yaml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: BoFire
site_url: https://experimental-design.github.io/bofire
repo_name: experimental-design/bofire
repo_url: https://github.com/experimental-design/bofire
nav:
- index.md
- Install: install.md
- Notebook page: getting_started.ipynb
- Examples: examples.md
- Package Architecture:
- Data Models vs Functional Components: data_models_functionals.md
- Surrogate Models: userguide_surrogates.md
- API Reference:
- Domain: ref-domain.md
- Constraints: ref-constraints.md
- Objectives: ref-objectives.md
- Features: ref-features.md
- Domain Util: ref-domain-util.md
- Utils: ref-utils.md
theme:
name: material
features:
- toc.integrate
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
watch:
- bofire
plugins:
- search
- mkdocs-jupyter
# https://mkdocstrings.github.io/
- mkdocstrings:
# https://github.com/jimporter/mike
- mike:
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/reference/math/?h=math#mathjax
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- admonition
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra:
version:
provider: mike