Skip to content

Commit

Permalink
DOCS-1700: Update registry page (#2591)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Feb 29, 2024
1 parent 34ea770 commit bd3a846
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
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

0 comments on commit bd3a846

Please sign in to comment.