-
@@ -148,8 +152,10 @@
How to Import This Model
-Want to use this model in your Meshery instance? Learn how to import it using either the Meshery CLI or UI.
- View Import Instructions → +Want to use this model in your Meshery instance? Learn how to import it using either the Meshery CLI or UI. +
+ View Import Instructions →How to Import This Model
{% if page.docURL %}
-
-
-
+
+
+
{% endif %}
{% assign modelName = page.path | split: '/' | last | replace: '.md', '' %}
@@ -169,7 +175,7 @@
@@ -183,9 +189,9 @@ How to Import This Model
How to Import This Model
- +
{% if page.featureList and page.featureList.size > 0 %}
@@ -193,7 +199,7 @@
@@ -205,13 +211,11 @@ How to Import This Model
Key Features
-
{% for feature in page.featureList %}
-
- {{ feature }} +
- {{ feature }} {% endfor %}
Key Features
Components
{% for component in page.components %}
-
-
-
+ {{ component.name }}
-
+
+
{% endfor %}
{{ component.name }}
+Components
{% if page.previous.url %}
- « {{ page.previous.name }}
+ « {{ page.previous.name }}
{% endif %}
{% if page.next.url %}
- {{ page.next.name }} »
+ {{ page.next.name }} »
{% endif %}