mkdocs-ultralytics-plugin>=0.1.16 (#18942)

This commit is contained in:
Glenn Jocher 2025-01-29 20:05:54 +01:00 committed by GitHub
parent 84802ddca9
commit 9d282ddeee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -663,6 +663,7 @@ plugins:
add_share_buttons: True
add_css: False
default_image: https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png
default_author: glenn.jocher@ultralytics.com
- redirects:
redirect_maps:
hi/index.md: index.md

View file

@ -91,7 +91,7 @@ dev = [
"mkdocs-material>=9.5.9",
"mkdocstrings[python]",
"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
]
export = [