WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d5fabe7

Browse files
authored
Merge pull request #6606 from vr-varad/fix/update_pics
Fix: Update Outdated Images on Learning Path.
2 parents 36a3bc1 + b7bb070 commit d5fabe7

File tree

12 files changed

+8
-10
lines changed

12 files changed

+8
-10
lines changed

content-learn/mastering-meshery/introduction-to-meshery/meshery/creating-designs.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import importDesignImage from "../../../../src/assets/images/learning-path/creat
1919
import configuringImportedDesignImage from "../../../../src/assets/images/learning-path/creating-designs/configuring-imported-design.png";
2020
import mesheryHelmChartImage from "../../../../src/assets/images/learning-path/creating-designs/meshery-helm-chart.png";
2121
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";
2323
import catalogImage from "../../../../src/assets/images/learning-path/creating-designs/catalog.png";
2424
import openInPlaygroundImage from "../../../../src/assets/images/learning-path/creating-designs/open-in-playground.png";
2525
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
117117

118118
2. 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

140138
1. 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

144142
3. 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

152150
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.
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

162160
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/).
191 KB
Loading
-237 KB
Loading
-202 KB
Loading
-400 KB
Loading
-119 KB
Loading
115 KB
Loading
-255 KB
Loading
-114 KB
Loading
6.92 KB
Loading

0 commit comments

Comments
 (0)