Fix mkdocs.yml raw image URLs (#14213)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Burhan <62214284+Burhan-Q@users.noreply.github.com>
This commit is contained in:
parent
d5db9c916f
commit
5d479c73c2
69 changed files with 4767 additions and 223 deletions
|
|
@ -21,7 +21,7 @@ theme:
|
|||
name: material
|
||||
language: en
|
||||
custom_dir: docs/overrides/
|
||||
logo: https://github.com/ultralytics/assets/raw/main/logo/Ultralytics_Logotype_Reverse.svg
|
||||
logo: https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Reverse.svg
|
||||
favicon: assets/favicon.ico
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
|
|
@ -617,7 +617,7 @@ plugins:
|
|||
add_authors: True
|
||||
add_json_ld: True
|
||||
add_share_buttons: True
|
||||
default_image: https://github.com/ultralytics/assets/blob/main/yolov8/banner-yolov8.png
|
||||
default_image: https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png
|
||||
- mkdocs-jupyter
|
||||
- redirects:
|
||||
redirect_maps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue