67 lines
1.4 KiB
YAML
67 lines
1.4 KiB
YAML
|
site_name: AutowareV2X
|
||
|
theme:
|
||
|
name: material
|
||
|
features:
|
||
|
- navigation.expand
|
||
|
- navigation.indexes
|
||
|
- navigation.instant
|
||
|
- navigation.sections
|
||
|
- navigation.tabs
|
||
|
- navigation.tabs.sticky
|
||
|
- navigation.top
|
||
|
palette:
|
||
|
- scheme: default
|
||
|
primary: white
|
||
|
toggle:
|
||
|
icon: material/weather-sunny
|
||
|
name: Switch to dark mode
|
||
|
- scheme: slate
|
||
|
primary: grey
|
||
|
toggle:
|
||
|
icon: material/weather-night
|
||
|
name: Switch to light mode
|
||
|
language: en
|
||
|
|
||
|
extra:
|
||
|
font:
|
||
|
text: Roboto
|
||
|
code: Roboto Mono
|
||
|
version:
|
||
|
provider: mike
|
||
|
|
||
|
extra_css:
|
||
|
- https://use.fontawesome.com/releases/v5.15.4/css/all.css
|
||
|
|
||
|
extra_javascript:
|
||
|
- https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML
|
||
|
|
||
|
plugins:
|
||
|
- awesome-pages
|
||
|
- search
|
||
|
|
||
|
markdown_extensions:
|
||
|
- abbr
|
||
|
- admonition
|
||
|
- attr_list
|
||
|
- codehilite:
|
||
|
guess_lang: false
|
||
|
- fontawesome_markdown
|
||
|
- footnotes
|
||
|
- mdx_math
|
||
|
- plantuml_markdown:
|
||
|
server: http://www.plantuml.com/plantuml
|
||
|
format: svg
|
||
|
- pymdownx.arithmatex
|
||
|
- pymdownx.details
|
||
|
- pymdownx.highlight
|
||
|
- pymdownx.snippets:
|
||
|
auto_append:
|
||
|
- includes/abbreviations.md
|
||
|
- pymdownx.superfences:
|
||
|
custom_fences:
|
||
|
- name: mermaid
|
||
|
class: mermaid
|
||
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
||
|
- toc:
|
||
|
permalink: "#"
|
||
|
toc_depth: 3
|