Skip to content

Commit c443582

Browse files
authored
Fix link structure for vision models and add generic alias (#3888)
1 parent 48dadc3 commit c443582

File tree

4 files changed

+10
-25
lines changed

4 files changed

+10
-25
lines changed

docs/data-ai/ai/run-inference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ aliases:
99
- /how-tos/detect-people/
1010
- /get-started/detect-people/
1111
- /how-tos/detect-color/
12+
- /services/vision/
13+
- /ml/vision/detection/
14+
- /ml/vision/classification/
15+
- /ml/vision/segmentation/
16+
- /ml/vision/
1217
- /get-started/quickstarts/detect-people/
1318
description: "Run inference on a model with a vision service or an SDK."
1419
---

docs/dev/reference/apis/services/generic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ images: ["/icons/components/generic.svg"]
1010
date: "2022-01-01"
1111
aliases:
1212
- /appendix/apis/services/generic/
13+
- /services/generic/
1314
# updated: "" # When the content was last entirely checked
1415
---
1516

docs/dev/reference/apis/services/vision.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@ type: "docs"
66
tags: ["vision", "computer vision", "CV", "services"]
77
description: "Give commands to get detections, classifications, or point cloud objects, depending on the ML model the vision service is using."
88
aliases:
9-
- /services/vision/
10-
- /ml/vision/detection/
11-
- /ml/vision/classification/
12-
- /ml/vision/segmentation/
13-
- /services/vision/segmentation/
14-
- /ml/vision/
15-
- /appendix/apis/services/vision/
9+
- /appendix/apis/services/vision/
10+
- /services/vision/segmentation/
1611
icon: true
1712
images: ["/services/icons/vision.svg"]
1813
tags: ["vision", "computer vision", "CV", "services"]

docs/operate/reference/services/vision/_index.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,6 @@ title: "Vision Service"
33
linkTitle: "Vision Service"
44
weight: 20
55
type: "docs"
6-
description: "The vision service enables your machine to use its on-board cameras to intelligently see and interpret the world around it."
7-
icon: true
8-
images: ["/services/icons/vision.svg"]
9-
tags: ["vision", "computer vision", "CV", "services"]
10-
no_list: true
11-
modulescript: true
12-
hide_children: true
13-
aliases:
14-
- "/services/vision/"
15-
- "/ml/vision/detection/"
16-
- "/ml/vision/classification/"
17-
- "/ml/vision/segmentation/"
18-
- "/services/vision/segmentation/"
19-
- /ml/vision/
20-
date: "2022-01-01"
21-
# updated: "" # When the content was last entirely checked
22-
# SMEs: Bijan, Khari
23-
toc_hide: true
6+
layout: "empty"
7+
canonical: "/data-ai/ai/run-inference/"
248
---

0 commit comments

Comments
 (0)