@@ -19,7 +19,7 @@ import importDesignImage from "../../../../src/assets/images/learning-path/creat
1919import configuringImportedDesignImage from " ../../../../src/assets/images/learning-path/creating-designs/configuring-imported-design.png" ;
2020import mesheryHelmChartImage from " ../../../../src/assets/images/learning-path/creating-designs/meshery-helm-chart.png" ;
2121import 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" ;
2323import catalogImage from " ../../../../src/assets/images/learning-path/creating-designs/catalog.png" ;
2424import openInPlaygroundImage from " ../../../../src/assets/images/learning-path/creating-designs/open-in-playground.png" ;
2525import { 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
117117
1181182 . Enter a name for the design in the ** Design File Name** field.
119119
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** .
123121
124122<a href = { configuringImportedDesignImage } >
125123 <img src = { configuringImportedDesignImage } width = " 100%" align = " center" />
126124</a >
127125
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 ) .
129127
130128<a href = { mesheryHelmChartImage } >
131129 <img src = { mesheryHelmChartImage } width = " 100%" align = " center" />
@@ -139,7 +137,7 @@ When working with Kanvas, you can effortlessly integrate various design files to
139137
1401381 . Switch to Kanvas Designer mode, if not already in it.
141139
142- 2 . In the left navigation panel , click the ** “Catalog ”** menu tab.
140+ 2 . From the canvas , click the ** “Start From Template ”** tab.
143141
1441423 . Select a design from the list that appears in the panel.
145143
@@ -151,12 +149,12 @@ When working with Kanvas, you can effortlessly integrate various design files to
151149
1521505 . Click ** “clone”** and a copy of the design will appear on your Kanvas canvas. You can then configure the design to suit your purposes.
153151
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" />
158154</a >
159155
156+ 6 . Find your newly cloned design in the list of designs in your workspace.
157+
160158<h2 class = " chapter-sub-heading" >Github Integrations</h2 >
161159
162160Integrating 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