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-1700: Update registry page #2591

Merged
merged 6 commits into from
Feb 29, 2024
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
4 changes: 4 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ END MARKETING CSS
color: black;
}

.hover-card > a > div {
color: black;
}

.hover-card > div > div {
margin-bottom: 0.5rem;
}
Expand Down
18 changes: 14 additions & 4 deletions docs/registry/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,20 @@ menuindent: true

The [Viam registry](https://app.viam.com/registry) is the central place where you can browse:

- [ML models](/ml/) to deploy with machine applications like [computer vision](/ml/vision/)
- {{< glossary_tooltip term_id="modular-resource" text="modular resources" >}} that add capabilities to your machine beyond what is built-in to `viam-server`
{{< cards >}}
{{% manualcard link="#ml-models" %}}

**ML models** to deploy with machine applications like computer vision

{{% /manualcard %}}
{{% manualcard link="#modular-resources" %}}

**Modular resources** that add capabilities to your machine beyond what is built-in to `viam-server`

{{% /manualcard %}}
{{< /cards >}}

### ML models
## ML models

Viam provides the ability to train, upload, and deploy machine learning models within the platform.
See [Machine Learning](/ml/) for more information.
Expand Down Expand Up @@ -62,7 +72,7 @@ You can search the available ML models from the Viam registry here:

To use an existing model from the registry, [deploy the ML model to your robot](/ml/deploy//#create-an-ml-model-service) and use a [Vision service](/ml/vision/) to make detections or classifications on-machine.

### Modular resources
## Modular resources

Viam provides built-in support for a variety of {{< glossary_tooltip term_id="resource" text="resources" >}}:

Expand Down
Loading