mkdocs-ultralytics-plugin>=0.1.16 (#18942)
This commit is contained in:
parent
84802ddca9
commit
9d282ddeee
2 changed files with 2 additions and 1 deletions
|
|
@ -663,6 +663,7 @@ plugins:
|
||||||
add_share_buttons: True
|
add_share_buttons: True
|
||||||
add_css: False
|
add_css: False
|
||||||
default_image: https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png
|
default_image: https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png
|
||||||
|
default_author: glenn.jocher@ultralytics.com
|
||||||
- redirects:
|
- redirects:
|
||||||
redirect_maps:
|
redirect_maps:
|
||||||
hi/index.md: index.md
|
hi/index.md: index.md
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ dev = [
|
||||||
"mkdocs-material>=9.5.9",
|
"mkdocs-material>=9.5.9",
|
||||||
"mkdocstrings[python]",
|
"mkdocstrings[python]",
|
||||||
"mkdocs-redirects", # 301 redirects
|
"mkdocs-redirects", # 301 redirects
|
||||||
"mkdocs-ultralytics-plugin>=0.1.8", # for meta descriptions and images, dates and authors
|
"mkdocs-ultralytics-plugin>=0.1.16", # for meta descriptions and images, dates and authors
|
||||||
"mkdocs-macros-plugin>=1.0.5" # duplicating content (i.e. export tables) in multiple places
|
"mkdocs-macros-plugin>=1.0.5" # duplicating content (i.e. export tables) in multiple places
|
||||||
]
|
]
|
||||||
export = [
|
export = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue