-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
88 lines (80 loc) · 2.33 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
88
site_name: Barelang63 Documentations
site_url: https://mydomain.org/mysite
repo_url: https://github.com/Barelang63-BRAIL/Barelang63-Dokumentasi.git
repo_name: Barelang63-BRAIL/Barelang63-Dokumentasi
copyright: "© 2024 Barelang63-BRAIL. All Rights Reserved."
theme:
name: material
features:
- navigation.instant
- navigation.instant.progress
- navigation.instant.preview
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- search.share
- navigation.footer
- content.tabs.link
- content.code.annotation
- content.code.copy
palette:
# Dark mode settings
- scheme: slate
primary: black
toggle:
icon: material/weather-sunny
name: Switch to light mode
# Light mode settings
- scheme: default
primary: white
toggle:
icon: material/weather-night
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
logo: assets/logo.png
favicon: images/logo.png
icon:
repo: fontawesome/brands/github
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
plugins:
- search
- git-committers:
repository: Barelang63-BRAIL/Barelang63-Dokumentasi
branch: main
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
nav:
- HOME: index.md
- VISION:
- Record Menggunakan ZED Camera: VISION/record_zed.md
- Penggunaan toolVision: VISION/toolVision.md
- YOLO11 Custom Model: VISION/yolo_custom_dataset.md
- Auto Label Dataset: VISION/autodistill.md
- INSTALLATION:
- Install All Package Robot: INSTALL/install_all.md
- Build rtdb2 Package Robot: INSTALL/rtdb2_build.md
- Dummy Monitor: INSTALL/dummy_monitor.md
- Install CUDA dan cuDNN: INSTALL/cuda_and_cudnn.md
- Install ZED SDK: INSTALL/zed_sdk_install.md
- Install OpenCV dengan Aktivasi Cuda: INSTALL/install_opencv.md
- Install STM32CubeIDE: INSTALL/install_stm32cubeide.md
- Install Basestation: INSTALL/install_Basestation.md