ros2-docs/mkdocs.yml
2024-12-16 09:39:47 -05:00

62 lines
1.4 KiB
YAML

site_name: ROS2
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
plugins:
- social
- search
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/thelocker98
- icon: fontawesome/brands/gitlab
link: https://gitea.locker98.com
copyright: |
&copy; 2024 <a href="https://github.com/thelocker98" target="_blank" rel="noopener">locker98</a>
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg