-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (42 loc) · 1.05 KB
/
mkdocs.yml
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
site_name: Robo-Bus Documentation
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.top
favicon: assets/images/pixmoving.png
icon:
repo: fontawesome/brands/github
language: en
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
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra:
version:
provider: mike
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- awesome-pages
- macros
- mkdocs-video
- search
site_url: https://autowarefoundation.github.io/autoware-documentation
# repo_url: https://github.com/pixmoving-moveit/pixkit-documentation
repo_url: https://github.com/pixmoving-moveit