mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-10 21:59:54 -05:00
37 lines
958 B
YAML
37 lines
958 B
YAML
items:
|
|
- label: Quick start
|
|
file: README.md
|
|
- label: FAQ
|
|
file: faq.md
|
|
- label: Convention
|
|
collapsed: false
|
|
items:
|
|
- label: Code Convention
|
|
file: convention/README.md
|
|
- label: Add New API
|
|
file: convention/add_api.md
|
|
- label: APP framework
|
|
file: convention/app.md
|
|
- label: I18N(translation)
|
|
file: convention/i18n.md
|
|
- label: Communicate protocol
|
|
file: convention/protocol.md
|
|
- label: NN AI model
|
|
file: convention/nn.md
|
|
- label: Memory leak check
|
|
file: convention/memcheck.md
|
|
- label: Docker Evironment
|
|
file: dev/docker/README.md
|
|
- label: More documentaion
|
|
file: more.md
|
|
- label: Application Notes
|
|
collapsed: false
|
|
items:
|
|
- label: About These Notes
|
|
file: application/README.md
|
|
- label: YOLO11 dev note
|
|
file: application/ai/yolo11.md
|
|
- label: LVGL
|
|
file: application/ui/lvgl.md
|
|
|