-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 898 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 898 Bytes
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
site_name: EAM QuickView 1.0 Documentation
theme: "material"
plugins:
- search
- mkdocstrings
nav:
- Home: README.md
- Install and Launch:
- For End Users: setup/for_end_users.md
- For App Developers: setup/for_app_developers.md
- User's Guide:
- Key Reminders: userguide/reminders.md
- Connectivity Files: userguide/connectivity.md
- Simulation Files: userguide/data_requirements.md
- GUI Overview: userguide/gui_overview.md
- Toolbar: userguide/toolbar.md
- Control Panel: userguide/control_panel.md
- Viewport: userguide/viewport.md
- Plans: future.md
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html
- pymdownx.blocks.caption
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde