You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/tutorials/getting-started/schema.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ invoke demo.load-infra-schema
56
56
57
57
:::tip Find these schemas on the Marketplace
58
58
59
-
The schemas loaded above (`dcim`, `ipam`, `location`, `organization`, `routing`) are also available on the [Infrahub Marketplace](https://marketplace.infrahub.app) as `opsmill/dcim`, `opsmill/ipam`, and so on.
60
-
When starting a new Infrahub project outside of this demo, you can fetch them directly with `infrahubctl marketplace get opsmill/dcim` instead of using the demo command.
59
+
The schemas loaded above (`dcim`, `ipam`, `location`, `organization`, `routing`) are also available on the [Infrahub Marketplace](https://marketplace.infrahub.app) as `infrahub/dcim`, `infrahub/ipam`, and so on.
60
+
When starting a new Infrahub project outside of this demo, you can fetch them directly with `infrahubctl marketplace get infrahub/dcim` instead of using the demo command.
61
61
See [Infrahub Marketplace](../../schema/marketplace/) for the full workflow.
0 commit comments