generated from EclipseFdn/.eclipsefdn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (30 loc) · 805 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
40
site_name: Otterdog configuration @ eclipse-zenoh-flow
site_description: Otterdog configuration @ eclipse-zenoh-flow
strict: false
site_url: https://eclipse-zenoh-flow.github.io/.eclipsefdn/
repo_name: eclipse-zenoh-flow/.eclipsefdn
repo_url: https://github.com/eclipse-zenoh-flow/.eclipsefdn/
docs_dir: ./docs
site_dir: ./_site
theme:
name: 'material'
custom_dir: docs/overrides
features:
- navigation.tabs
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- macros
nav:
- Overview: index.md
watch: []
extra:
org_id: eclipse-zenoh-flow
extra_css:
- stylesheets/extra.css