-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (62 loc) · 1.51 KB
/
mkdocs.yml
File metadata and controls
70 lines (62 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Project information
site_name: T3
site_description: The Tandem Tool for automated chemical kinetic model development
site_author: Alon Grinberg Dana
site_url: https://reactionmechanismgenerator.github.io/T3/
# Repository
repo_name: T3
repo_url: https://github.com/ReactionMechanismGenerator/t3
# Configuration
theme:
name: material
language: en
palette:
primary: indigo
accent: amber
icon:
repo: fontawesome/brands/github-alt
features:
- instant
# Navigation
nav:
- Home: index.md
- installation.md
- running.md
- Tutorials:
- tutorials/1_no_qm.md
- tutorials/2_adding_simulate_adapter.md
- how_to.md
- examples.md
- Input reference: input_reference.md
- output.md
- release.md
- contribute.md
- cite.md
# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ReactionMechanismGenerator/T3
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/alongd/
# Build hooks
hooks:
- docs/hooks.py
# Files in docs/ that are not pages
exclude_docs: |
hooks.py
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
# Extra
extra_css:
- https://reactionmechanismgenerator.github.io/T3/css/termynal.css
- https://reactionmechanismgenerator.github.io/T3/css/custom.css
extra_javascript:
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js
- https://reactionmechanismgenerator.github.io/T3/js/termynal.js
- https://reactionmechanismgenerator.github.io/T3/js/custom.js