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

JT V3 edits #3759

Merged
merged 18 commits into from
Dec 21, 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
Binary file modified assets/build/program/sdks/log-level-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/dev/reference/glossary/model-namespace-triplet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Model Namespace Triplet
id: model-namespace-triplet
full_link: /how-tos/create-module/#name-your-new-resource-model
short_description: namespace:repo-name:name or rdk:builtin:name
short_description: namespace:module-name:name or rdk:builtin:name
---

{{< glossary_tooltip term_id="model" text="Models" >}} are uniquely namespaced as colon-delimited-triplets.
Modular resource model names have the form `namespace:repo-name:name`, for example `esmeraldaLabs:sensors:moisture`.
Modular resource model names have the form `namespace:module-name:model-name`, for example `esmeraldaLabs:sensors:moisture`.
Built-in model names have the form `rdk:builtin:name`, for example `rdk:builtin:gpio`.
See [Name your new resource model](/how-tos/create-module/#name-your-new-resource-model) for more information.
2 changes: 1 addition & 1 deletion docs/dev/reference/glossary/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Regardless, you can power any motor model that implements the `rdk:component:mot
Models are either included with [`viam-server`](/architecture/viam-server/) or provided through {{< glossary_tooltip term_id="module" text="modules" >}}.
All models are uniquely namespaced as colon-delimited-triplets.
Built-in model names have the form `rdk:builtin:name`.
Modular resource model names have the form `namespace:repo-name:name`.
Modular resource model names have the form `namespace:module-name:model-name`.
See [Name your new resource model](/how-tos/create-module/#name-your-new-resource-model) for more information.
Loading
Loading