-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (82 loc) · 2.11 KB
/
mkdocs.yml
File metadata and controls
86 lines (82 loc) · 2.11 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
80
81
82
83
84
85
86
site_name: wire_weaver
repo_name: vhrdtech/wire_weaver
repo_url: https://github.com/vhrdtech/wire_weaver
nav:
- "index.md"
- SerDes:
- "serdes/shrink_wrap.md"
- "serdes/derive.md"
- "types.md"
- API:
- "api/overview.md"
- "api/methods.md"
- "api/properties.md"
- "api/streams.md"
- "api/traits.md"
- "api/arrays.md"
- "api/addressing.md"
- "api/versioning.md"
- "api/folder_structure.md"
- Evolution:
- "evolution/rules.md"
- "evolution/checker_tool.md"
- Standard library:
- "std_library/overview.md"
- "std_library/ww_date_time.md"
- "std_library/ww_version.md"
- "std_library/ww_numeric.md"
- "std_library/ww_self.md"
- "std_library/ww_si.md"
- "std_library/ww_client_server.md"
- "std_library/ww_dfu.md"
- "std_library/ww_can_bus.md"
- "std_library/ww_log_baremetal.md"
- Transport protocols:
- "transport/overview.md"
- "transport/usb.md"
- 'MCU with USB template': 'https://github.com/vhrdtech/wire_weaver_template'
- "dev_tool.md"
theme:
name: material
logo: assets/logo-white.png
icon:
repo: fontawesome/brands/github
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: red
accent: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: red
accent: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
font: false
copyright: >
Copyright © 2025 Roman Isaikin
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
watch:
- .
plugins:
- search