-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (52 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
58 lines (52 loc) · 1.23 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
site_name: THRUST Project Knowledge
theme:
name: material
features:
- navigation.tabs
icon:
logo: material/rocket-launch
font:
text: 'IBM Plex Sans'
code: 'Fira Code'
custom_dir: docs/overrides
palette:
- scheme: default
primary: black
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/weather-night
name: Switch to light mode
plugins:
- search
- git-authors:
show_contribution: false
show_line_count: false
count_empty_lines: false
fallback_to_empty: false
enabled: true
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
block_tag: 'pre'
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.details
extra_css:
- 'https://cdn.jsdelivr.net/npm/katex@0.15.3/dist/katex.min.css'
extra_javascript:
- 'assets/js/math.js'
- 'https://cdn.jsdelivr.net/npm/katex@0.15.3/dist/katex.min.js'
- 'https://cdn.jsdelivr.net/npm/katex@0.15.3/dist/contrib/auto-render.min.js'
repo_url: https://github.com/thrust-team/docs
repo_name: thrust-team/docs