Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-3415: Fix remaining broken links with aliases #3887

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/data-ai/ai/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ aliases:
- /ml/upload-model/
- /services/ml/ml-models/
- /registry/ml-models/
- /manage/ml/
- /how-tos/deploy-ml/
- /how-tos/train-deploy-ml/
- /ml/deploy/
- /ml/
- /services/ml/deploy/
- /how-tos/deploy-ml/
---

The Machine Learning (ML) model service allows you to deploy [machine learning models](/data-ai/ai/deploy/#deploy-your-ml-model) to your machine.
Expand Down
2 changes: 2 additions & 0 deletions docs/data-ai/ai/run-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ type: "docs"
modulescript: true
aliases:
- /how-tos/detect-people/
- /get-started/detect-people/
- /how-tos/detect-color/
- /get-started/quickstarts/detect-people/
description: "Run inference on a model with a vision service or an SDK."
---

Expand Down
3 changes: 0 additions & 3 deletions docs/data-ai/ai/train-tflite.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ aliases:
- /data-management/data-management-tutorial/
- /tutorials/services/data-management-tutorial/
- /tutorials/services/data-mlmodel-tutorial/
- /tutorials/projects/filtered-camera/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these deleted are already covered

- /how-tos/deploy-ml/
- /how-tos/train-deploy-ml/
languages: []
viamresources: ["data_manager", "mlmodel", "vision"]
platformarea: ["ml"]
Expand Down
11 changes: 7 additions & 4 deletions docs/data-ai/capture-data/capture-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,20 @@ aliases:
- /manage/data-management/
- /services/data-management/
- /manage/data/
- "/data-management/"
- "/data-management/"
- "/services/data/"
- "/data/"
- /data-management/
- /services/data/
- /data/
- /manage/data/export/
- /data/export/
- /services/data/export/
- /manage/data/view/
- /data/view/
- /services/data/view/
- /how-tos/collect-data/
- /how-tos/collect-sensor-data/
- /get-started/quickstarts/collect-data/
- /use-cases/collect-sensor-data/
- /use-cases/image-data/
---

You can use the data management service to capture and sync data from your machine to the cloud.
Expand Down
1 change: 1 addition & 0 deletions docs/data-ai/capture-data/filter-before-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type: "docs"
description: "Use filtering to collect and sync only certain images."
aliases:
- /how-tos/image-data/
- /tutorials/projects/filtered-camera/
---

You can use filtering to selectively capture images using a machine learning (ML) model, for example to only capture images with people or specific objects in them.
Expand Down
Loading