-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
100 lines (89 loc) · 2.21 KB
/
mkdocs.yml
File metadata and controls
100 lines (89 loc) · 2.21 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site_name: BigVision Yolodriver Docs
repo_url: https://github.com/bigvisionai/yolodriver
edit_uri: https://github.com/bigvisionai/yolodriver/tree/main/docs
repo_name: bigvisionai/yolodriver
theme:
name: "material"
# logo:
# favicon:
font:
text: Roboto
palette:
# Palette toggle for light mode
- scheme: default
# primary: grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
# primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.action.edit
- content.code.annotate
- content.tooltips
- search.highlight
- search.share
- search.suggest
- toc.follow
- navigation.top
- navigation.expand
- navigation.footer
- content.tabs.link # all code tabs change simultaneously
# Customization
copyright: BigVision AI 2023. All rights reserved.
extra:
# version:
# provider: mike # version drop-down menu
analytics:
provider: google
property: G-2M5EHKC0BH
social:
- icon: fontawesome/brands/github
link: https://github.com/bigvisionai
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/satyamallick/
- icon: fontawesome/brands/twitter
link: https://twitter.com/LearnOpenCV
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/LearnOpenCV
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/opencvcourses/yolodriver
# - icon: fontawesome/brands/python
# link: https://pypi.org/project/yolodriver/
extra_css:
- stylesheets/style.css
markdown_extensions:
# Div text decorators
- admonition
- pymdownx.details
- pymdownx.superfences
- tables
- attr_list
- def_list
# Syntax highlight
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
# Button
- attr_list
# Content tabs
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# Highlight
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
plugins:
- mkdocstrings
- search
# Primary navigation
nav:
- Home: index.md