-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (74 loc) · 1.94 KB
/
mkdocs.yml
File metadata and controls
79 lines (74 loc) · 1.94 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
site_name: OBSERVER Embedded C Library
site_description: Automatycznie generowana z README.md + raporty
site_url: https://niwciu.github.io/OBSERVER/
repo_url: https://github.com/niwciu/OBSERVER
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/logo.png
features:
- navigation.instant
- navigation.top
- navigation.sections
- navigation.expand
- navigation.footer
- content.code.copy
# - content.action.edit
- content.tabs.link
- content.tooltips
- content.code.annotate
- header.autohide
- footer.social
palette:
#dark theme
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
# primary: green
accent: deep purple
#light theme
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: deep orange
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- toc:
permalink: true
toc_depth: 2
- tables
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Home: README.md
- Examples info: examples/README.md
- Reports: reports.md
- Doxygen docu: doxygen/observer_lib_doc/html/index.html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/niwciu/OBSERVER
- icon: fontawesome/solid/envelope
link: mailto:niwciu@gmail.com
- icon: simple/youtube
link: https://www.youtube.com/@MyEmbeddedWay/videos
copyright: Copyright © 2025 niwciu