-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
45 lines (41 loc) · 1.2 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
site_name: Mat-DP-Core
nav:
- 'Mat-DP-Core': 'index.md'
- 'Function Reference':
- 'Resources': 'Function Reference/resources.md'
- 'Processes': 'Function Reference/processes.md'
- 'Constraints':
- 'Constraints': 'Function Reference/constraints.md'
- 'Expressive Constraints': 'Function Reference/expressiveconstraints.md'
- 'Objective': 'Function Reference/objective.md'
- 'Measure': 'Function Reference/measure.md'
- 'Exceptions': 'Function Reference/exceptions.md'
- 'MAT-DP Cookbook':
- 'Simple': 'MAT-DP Core Cookbook/simple.md'
- 'Complex': 'MAT-DP Core Cookbook/complex.md'
theme:
name: 'material'
palette:
- scheme: default
primary: 'green'
accent: 'green'
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: 'green'
accent: 'light green'
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
icon:
logo: fontawesome/solid/leaf
markdown_extensions:
- admonition
- pymdownx.superfences
- toc:
permalink: true
- attr_list
plugins:
- search:
separator: '[\s\-\.\_]+'