Update YOLOv3 and YOLOv5 YAMLs (#7574)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-01-14 20:10:32 +01:00 committed by GitHub
parent 596c068b18
commit d762496989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 284 additions and 304 deletions

View file

@ -8,8 +8,8 @@ repo_url: https://github.com/ultralytics/ultralytics
edit_uri: https://github.com/ultralytics/ultralytics/tree/main/docs/en/
repo_name: ultralytics/ultralytics
remote_name: https://github.com/ultralytics/docs
docs_dir: 'en/' # where to find the markdown files
site_dir: '../site/' # where to publish to
docs_dir: "en/" # where to find the markdown files
site_dir: "../site/" # where to publish to
theme:
name: material
@ -42,7 +42,7 @@ theme:
icon: material/brightness-7
name: Switch to dark mode
features:
# - announce.dismiss
# - announce.dismiss
- content.action.edit
- content.code.annotate
- content.code.copy
@ -61,7 +61,7 @@ theme:
- navigation.instant.progress
- navigation.indexes
- navigation.sections
- content.tabs.link # all code tabs change simultaneously
- content.tabs.link # all code tabs change simultaneously
# Customization
copyright: <a href="https://ultralytics.com" target="_blank">© 2024 Ultralytics Inc.</a> All rights reserved.
@ -351,8 +351,8 @@ nav:
- Integrations: hub/integrations.md
- Ultralytics HUB App:
- hub/app/index.md
- 'iOS': hub/app/ios.md
- 'Android': hub/app/android.md
- iOS: hub/app/ios.md
- Android: hub/app/android.md
- Inference API: hub/inference_api.md
- Reference: