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

Bugs Fix #10411

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Bugs Fix #10411

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pages/concepts/logical/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ list: include
---
The Meshery Registry is a component within Meshery that contains a database of known capabilities. Capabilities include registered models that many contains operations, components, relationships, policies, and more. The Registry is a key component of Meshery's core functionality.

Each Meshery release includes a predefined set of [models](../models) that are registered upon boot of Meshery Server in the Registry. The Meshery Registry is a key component of Meshery's core functionality.
Each Meshery release includes a predefined set of [models](./models) that are registered upon boot of Meshery Server in the Registry. The Meshery Registry is a key component of Meshery's core functionality.

## Glossary of Core Concepts

Expand All @@ -26,7 +26,7 @@ Each Meshery release includes a predefined set of [models](../models) that are r

The process of registering an entity in the Meshery Registry is a multi-step process. The process begins with the sourcing of the entity from the Registrant's source. The entity is then registered in the Meshery Registry. The entity is then available for use within the Meshery ecosystem.

Meshery [Adapters]({{site.baseurl/concepts/architecture/adapters}}) are one example of a Registrant. Registrants are responsible for the registration of entities in the Meshery Registry. Adapters are responsible for the sourcing and registration of entities and the packaging of these enties into one or more models.
Meshery [Adapters]({{ site.baseurl }}/concepts/architecture/adapters) are one example of a Registrant. Registrants are responsible for the registration of entities in the Meshery Registry. Adapters are responsible for the sourcing and registration of entities and the packaging of these enties into one or more models.

#### Using Meshery CLI to Register a Model

Expand Down