Update YOLOv3 and YOLOv5 YAMLs (#7574)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
596c068b18
commit
d762496989
51 changed files with 284 additions and 304 deletions
|
|
@ -8,8 +8,8 @@ repo_url: https://github.com/ultralytics/ultralytics
|
|||
edit_uri: https://github.com/ultralytics/ultralytics/tree/main/docs/ja/
|
||||
repo_name: ultralytics/ultralytics
|
||||
remote_name: https://github.com/ultralytics/docs
|
||||
docs_dir: 'ja/' # where to find the markdown files
|
||||
site_dir: '../site/ja' # where to publish to
|
||||
docs_dir: "ja/" # where to find the markdown files
|
||||
site_dir: "../site/ja" # where to publish to
|
||||
|
||||
theme:
|
||||
name: material
|
||||
|
|
@ -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.
|
||||
|
|
@ -151,7 +151,6 @@ markdown_extensions:
|
|||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
|
||||
|
||||
# Primary navigation ---------------------------------------------------------------------------------------------------
|
||||
nav:
|
||||
- ホーム:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue