Fix Home "Where to Start" grid card link alignment in docs (#16945)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
091a30e0df
commit
4ebdc897a5
2 changed files with 4 additions and 4 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
|
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
|
||||||
token: ${{ secrets._GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ref: ${{ github.head_ref || github.ref }}
|
ref: ${{ github.head_ref || github.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ Explore the Ultralytics Docs, a comprehensive resource designed to help you unde
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Predict on new images, videos and streams with YOLO <br />
|
Predict on new images, videos and streams with YOLO <br />
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
@ -90,7 +90,7 @@ Explore the Ultralytics Docs, a comprehensive resource designed to help you unde
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Discover YOLO tasks like detect, segment, classify, pose, OBB and track <br />
|
Discover YOLO tasks like detect, segment, classify, pose, OBB and track <br />
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
@ -100,7 +100,7 @@ Explore the Ultralytics Docs, a comprehensive resource designed to help you unde
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
Discover Ultralytics' latest state-of-the-art YOLO11 models and their capabilities <br />
|
Discover Ultralytics' latest state-of-the-art YOLO11 models and their capabilities <br />
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue