-
Notifications
You must be signed in to change notification settings - Fork 52
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
RSDK-4648: Document namespace nomenclature better #417
Conversation
41cb777
to
0791bcb
Compare
… to link to Andrew's updated docs about custom namespaces once that is up
Should I make the changes to simple and complex module on this PR instead? @cheukt |
ya, let's make them here |
ok i did it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We updated a few docs headers for the soft launch, I've commented the updated link targets.
Co-authored-by: andf-viam <[email protected]>
Co-authored-by: andf-viam <[email protected]>
Co-authored-by: andf-viam <[email protected]>
…viam' namespace gizmo and service back to 'acme' because i dont think we have gizmo and summation service...; changed simple module code to be same as readme
examples/complex_module/README.md
Outdated
@@ -103,7 +103,7 @@ An example configuration for an Arm component, a Gizmo component, and a Summatio | |||
"name": "mysum1", | |||
"type": "summation", | |||
"namespace": "acme", | |||
"model": "viam:sum:mysum", | |||
"model": "acme:demo:mysum", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed this back to acme
because I did not see a sum
or summation
as a Viam-supported component as per the RDK repo
examples/complex_module/README.md
Outdated
@@ -54,7 +54,7 @@ An example configuration for an Arm component, a Gizmo component, and a Summatio | |||
"name": "gizmo1", | |||
"type": "gizmo", | |||
"namespace": "acme", | |||
"model": "viam:gizmo:mygizmo", | |||
"model": "acme:demo:mygizmo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed this back to acme
because I did not see a gizmo
as a Viam-supported component as per the RDK repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one more small change, but looks pretty good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
RSDK-4648
acme
and other non-standardized models to conform to new conventions