-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (41 loc) · 1.11 KB
/
mkdocs.yml
File metadata and controls
47 lines (41 loc) · 1.11 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
42
43
44
45
46
47
site_name: Dyno 🦖
plugins:
- search # necessary for search to work
- mkdocstrings
markdown_extensions:
- mdx_math
- markdown.extensions.admonition
- pymdownx.details
- pymdownx.arithmatex
- pymdownx.snippets
- pymdownx.highlight:
use_pygments: true
extend_pygments_lang: [yaml]
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
theme:
name: material
features:
- content.tooltips
- navigation.expand
- navigation.indexes
- navigation.sections
- navigation.tabs
extra_javascript:
# other extra java script
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@3
- https://cdn.jsdelivr.net/npm/vega-embed@5
nav:
- index.md
- Getting Started:
- Solving a Dynare Model: getting_started_dynare.md
- Writing a Dyno Model: getting_started_dyno.md
- model_classes.md
- model.md
- model2.md
- solution_methods.md