Skip to content

Commit

Permalink
Merge pull request #10031 from iArchitSharma/models
Browse files Browse the repository at this point in the history
[DOCS] MeshModel to Model fix
  • Loading branch information
leecalcote committed Jan 23, 2024
2 parents e63902c + 3247d04 commit 1909ddc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/pages/concepts/logical/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You might not fully comprehend the Meshery Models figure above. The following an

### Relationships

[Relationships](relationships) define the nature of interaction between interconnected components in MeshModel. They represent various types of connections and dependencies between components, such as hierarchical, network, or default relationships. Relationships have selectors, metadata, and optional parameters. See [example relationships in GitHub](https://github.com/meshery/meshery/tree/master/server/meshmodel/kubernetes/relationships).
[Relationships](relationships) define the nature of interaction between interconnected components in Model. They represent various types of connections and dependencies between components, such as hierarchical, network, or default relationships. Relationships have selectors, metadata, and optional parameters. See [example relationships in GitHub](https://github.com/meshery/meshery/tree/master/server/meshmodel/kubernetes/relationships).

#### Evaluation of Relationships

Expand Down
10 changes: 5 additions & 5 deletions docs/pages/project/contributing/contributing-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ Depending upon where they are in their lifecycle, Meshery Models can be referred

If a specific attribute is not provided with a value in the definition, it means that the value for that attribute has to be written or configured per construct. In other words, the absence of a value indicates that the configuration for that attribute is required and specific to each individual construct instance.

[![MeshModel Contruct Classification]({{ site.baseurl }}/assets/img/meshmodel/meshmodel-architecture.svg)]({{ site.baseurl }}/assets/img/meshmodel/meshmodel-architecture.svg)
[![Model Contruct Classification]({{ site.baseurl }}/assets/img/meshmodel/meshmodel-architecture.svg)]({{ site.baseurl }}/assets/img/meshmodel/meshmodel-architecture.svg)

_Figure: MeshModel Contruct Classification_
_Figure: Model Contruct Classification_

### Generating Models does not require Meshery Server

Model and Component generation logic is MeshKit. `mesheryctl` and Meshery Server both utilize MeshKit’s libraries for ongoing programmatic generation of models and components.

### Contribute to MeshModel Relationships
### Contribute to Model Relationships

Relationships within MeshModel play a crucial role in establishing concrete visualisations of efficient data flow between different components of Meshery. These are used to classify the nature of interaction between one or more interconnected Components.
Relationships within Model play a crucial role in establishing concrete visualisations of efficient data flow between different components of Meshery. These are used to classify the nature of interaction between one or more interconnected Components.

1. Identify the relationship and any specific constraints to be enforced between the two specific components, their models or potentially other components, models, or environmental considerations.
2. Propose a specific visual representation for the relationship.
Expand Down Expand Up @@ -141,5 +141,5 @@ Relationships within MeshModel play a crucial role in establishing concrete visu

</details>

For more information refer - [MeshModel - Construct Models in Meshery](https://docs.google.com/document/d/16z5hA8qVfSq885of9LXFUVvfom-hQXr-6oTD_GgoFmk/edit)
For more information refer - [Model - Construct Models in Meshery](https://docs.google.com/document/d/16z5hA8qVfSq885of9LXFUVvfom-hQXr-6oTD_GgoFmk/edit)

0 comments on commit 1909ddc

Please sign in to comment.