forked from eclipse-iceoryx/iceoryx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (39 loc) · 865 Bytes
/
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
site_name: iceoryx.io
site_url: https://iceoryx.io
repo_url: https://github.com/eclipse/iceoryx
edit_uri: ""
docs_dir: doc/website/
remote_branch: main
markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.highlight
- attr_list
- toc:
permalink: 🔗
- meta
- markdown_include.include
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- awesome-pages
- search
- autolinks
theme:
name: 'material'
custom_dir: doc/website/overrides
font: false
logo: images/iceoryx-logo-white.png
favicon: images/favicon.ico
features:
- navigation.indexes
extra:
version:
provider: mike
extra_css:
- stylesheets/extra.css
use_directory_urls: true