-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
75 lines (69 loc) · 1.84 KB
/
mkdocs.yaml
File metadata and controls
75 lines (69 loc) · 1.84 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
site_name: ULog Documentation
site_description: Ultra-low overhead asynchronous logger for the uvent runtime
site_url: https://usub-development.github.io/ulog/
repo_url: https://github.com/Usub-development/ulog
repo_name: Usub-development/ulog
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: amber
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- navigation.top
- navigation.instant
- navigation.tracking
- search.highlight
- content.code.copy
plugins:
- search
- autorefs
- git-revision-date-localized:
fallback_to_build_date: true
- minify
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- admonition
- attr_list
- tables
- toc:
permalink: true
nav:
- Overview: index.md
- Getting Started: getting-started.md
- Configuration: config.md
- API Reference:
- Logger API: api/logger.md
- Flush Task: api/logger-flush-task.md
- Internals: api/internals.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Usub-development/ulog
name: GitHub Repository
- icon: fontawesome/solid/star
link: https://github.com/Usub-development/ulog/stargazers
name: Star on GitHub
copyright: >
Copyright © 2025 Usub-development, Kirill Zhukov (g2px1)