-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
87 lines (75 loc) · 1.98 KB
/
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
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
87
site_name: ebpfangel docs
site_url: https://tomasphilippart.github.io/ebpfangel
repo_url: https://github.com/TomasPhilippart/ebpfangel
theme:
logo: assets/ebpfangel-bee-logo.png
favicon: assets/ebpfangel-bee-logo.png
icon:
repo: fontawesome/brands/github
name: material
palette:
- media: "(prefers-color-scheme)"
scheme: custom
toggle:
icon: material/brightness-auto
name: Switch to auto mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
primary: deep orange
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs.sticky
- toc.integrate
- navigation.top
- navigation.tabs
- toc.follow
- navigation.footer
- navigation.path
- content.code.copy
plugins:
- search
- awesome-pages
- mkdocs-pdf
nav:
- Overview: index.md
- Simulator: simulator.md
- Detector: detector.md
- Machine Learning: machinelearning.md
- Paper: paper.md
- Slides: slides.md
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/TomasPhilippart
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/tomasphilippart
markdown_extensions:
- toc
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2024 Tomás Philippart