-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (32 loc) · 901 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (32 loc) · 901 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
32
33
site_name: FireStarter Algorithm Docs
nav:
- About: index.md
- Algorithm:
- Overview: algorithm/overview.md
- Data:
- Types: algorithm/data/types.md
- Notes: algorithm/notes.md
- Components:
- Campaign: components/campaign.md
- Extent: components/extent/extent.md
- BurnMatrix: components/burnmatrix.md
- Cell: components/cell/cell.md
- Priority Queue: components/queue/queue.md
theme:
name: material
logo: assets/flame.png
favicon: assets/flame-docs.png
highlightjs: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
use_pygments: true