@@ -19,7 +19,7 @@ import importDesignImage from "../../../../src/assets/images/learning-path/creat
19
19
import configuringImportedDesignImage from " ../../../../src/assets/images/learning-path/creating-designs/configuring-imported-design.png" ;
20
20
import mesheryHelmChartImage from " ../../../../src/assets/images/learning-path/creating-designs/meshery-helm-chart.png" ;
21
21
import cloneDesignImage from " ../../../../src/assets/images/learning-path/creating-designs/clone-design.png" ;
22
- import listOfDesignsImage from " ../../../../src/assets/images/learning-path/creating-designs/list-of-designs .png" ;
22
+ import renderedDesign from " ../../../../src/assets/images/learning-path/creating-designs/rendered-design .png" ;
23
23
import catalogImage from " ../../../../src/assets/images/learning-path/creating-designs/catalog.png" ;
24
24
import openInPlaygroundImage from " ../../../../src/assets/images/learning-path/creating-designs/open-in-playground.png" ;
25
25
import { ChapterStyle } from " ../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js" ;
@@ -117,15 +117,13 @@ When working with Kanvas, you can effortlessly integrate various design files to
117
117
118
118
2 . Enter a name for the design in the ** Design File Name** field.
119
119
120
- 3 . Choose the appropriate ** Design Type** for the file you want to import (Helm Chart, Kubernetes, Manifest, etc).
121
-
122
- 4 . Select your preferred import method: either ** URL** or ** File Upload** .
120
+ 3 . Select your preferred import method: either ** URL** or ** File Upload** .
123
121
124
122
<a href = { configuringImportedDesignImage } >
125
123
<img src = { configuringImportedDesignImage } width = " 100%" align = " center" />
126
124
</a >
127
125
128
- 5 . ** Example:** Use the Meshery Server Helm chart at [ Meshery Helm Chart] ( https://meshery.github.io/meshery.io/charts/meshery-v0.7.48.tgz ) .
126
+ 4 . ** Example:** Use the Meshery Server Helm chart at [ Meshery Helm Chart] ( https://meshery.github.io/meshery.io/charts/meshery-v0.7.48.tgz ) .
129
127
130
128
<a href = { mesheryHelmChartImage } >
131
129
<img src = { mesheryHelmChartImage } width = " 100%" align = " center" />
@@ -139,7 +137,7 @@ When working with Kanvas, you can effortlessly integrate various design files to
139
137
140
138
1 . Switch to Kanvas Designer mode, if not already in it.
141
139
142
- 2 . In the left navigation panel , click the ** “Catalog ”** menu tab.
140
+ 2 . From the canvas , click the ** “Start From Template ”** tab.
143
141
144
142
3 . Select a design from the list that appears in the panel.
145
143
@@ -151,12 +149,12 @@ When working with Kanvas, you can effortlessly integrate various design files to
151
149
152
150
5 . Click ** “clone”** and a copy of the design will appear on your Kanvas canvas. You can then configure the design to suit your purposes.
153
151
154
- 6 . Find your newly cloned design in the list of designs in the left navigation panel.
155
-
156
- <a href = { listOfDesignsImage } >
157
- <img src = { listOfDesignsImage } width = " 100%" align = " center" />
152
+ <a href = { renderedDesign } >
153
+ <img src = { renderedDesign } width = " 100%" align = " center" />
158
154
</a >
159
155
156
+ 6 . Find your newly cloned design in the list of designs in your workspace.
157
+
160
158
<h2 class = " chapter-sub-heading" >Github Integrations</h2 >
161
159
162
160
Integrating your GitHub account with Meshery unlocks the ability to import files as designs directly from your repositories, enhancing your collaboration and version control processes. This integration allows you to streamline your workflow, ensuring that your design infrastructure is always up-to-date and aligned with your source code. To get started with integrating GitHub into Meshery, follow the comprehensive guide available [ here] ( https://docs.layer5.io/cloud/getting-started/github-integration/ ) .
0 commit comments