Skip to content

Commit aec9ed7

Browse files
committed
fix meshery-mastery-design-embeds
Signed-off-by: Touriist <126756092+Touriist@users.noreply.github.com>
1 parent 195e2c3 commit aec9ed7

6 files changed

Lines changed: 8 additions & 10 deletions

File tree

content-learn/mastering-meshery/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Mastering Meshery"
44
description: "Learn all about Meshery"
55
order: 1
66
themeColor: "#00D3A9"
7-
cardImage: '../../src/assets/images/meshery/icon-only/meshery-logo-white.svg'
7+
cardImage: '../../src/assets/images/meshery/meshery-logo.svg'
88
courses: 1
99
technologyList: ["all"]
1010
prominentStyling: true

content-learn/mastering-meshery/introduction-to-meshery/meshery/configuring-meshery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chapterTitle: "Configuring Meshery"
55
description: "This chapter covers the steps for configuring meshery, including the process of creating teams, workspaces, environments, and connections. It also explains how they associate with each other."
66
videos: 0
77
lectures: 4
8-
order: 1
8+
order: 3
99
---
1010
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chapterTitle: "Creating Designs"
55
description: "This chapter covers the essential steps for creating cloud-native designs in Kanvas. It explores how to start from scratch, import existing infrastructure files, and clone or merge designs from the Layer5 Cloud catalog. Additionally, it provides guidance on integrating GitHub for seamless version control and collaboration, allowing users to manage and configure their cloud-native deployments effectively."
66
videos: 0
77
lectures: 4
8-
order: 1
8+
order: 4
99
---
1010

1111
import exploreImage from "../../../../src/assets/images/learning-path/creating-designs/explore.png";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chapterTitle: "Deploying Meshery Designs"
55
description: "This chapter covers the steps for deploying Meshery Designs, including validation, dry-run, environment selection, and deployment. It explains how to carry out these actions, addresses possible errors, and provides remediation strategies. Additionally, it covers how to use the Notification Center for troubleshooting errors and viewing the deployment status."
66
videos: 0
77
lectures: 4
8-
order: 1
8+
order: 2
99
---
1010
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
1111
import performingValidation from "../../../../src/assets/images/learning-path/meshery-deploy/performing-validation.png";

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chapterTitle: "Interpreting Meshery Designs"
55
description: "This chapter delves into the process of understanding the visually expressive language of Meshery designs."
66
videos: 0
77
lectures: 4
8-
order: 1
8+
order: 5
99
---
1010
import * as React from "react";
1111
import MesheryDesignEmbed from "@layer5/meshery-design-embed";
@@ -242,7 +242,7 @@ Below is a Meshery Design with AWS Components.
242242
<MesheryDesignEmbed
243243
style={{ border: "1px solid #eee" }}
244244
embedId="embedded-design-79d1f362-39b3-46f2-b658-42a16984f88e"
245-
embedScriptSrc="embed-test/embedded-design-awscomplex.js"
245+
embedScriptSrc="/embed-test/embedded-design-awscomplex.js"
246246
/>
247247

248248
<h2 class="chapter-sub-heading">Methods to Identify Components on the Playground Design Canvas</h2>
@@ -280,11 +280,9 @@ The design below includes annotations such as sections, images, arrows, and vari
280280
<MesheryDesignEmbed
281281
style={{ border: "1px solid #eee" }}
282282
embedId="embedded-design-a83f0098-2f91-4275-b075-c8676e842804"
283-
embedScriptSrc="embedded-design-annotations-example.js"
283+
embedScriptSrc="/embed-test/embedded-design-annotations-example.js"
284284
/>
285285

286-
<div id="embedded-design-a83f0098-2f91-4275-b075-c8676e842804"></div>
287-
<script src="/embed-test/embedded-design-annotations-example.js" type="module"></script>
288286

289287

290288
<h2 class="chapter-sub-heading">Customizing Components and Annotation</h2>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chapterTitle: "Reviewing Designs"
55
description: "This chapter explores the essential aspects of reviewing designs in Kanvas, covering the lifecycle of design reviews, the use of comments and annotations, and the best practices for providing constructive feedback. It also details how to effectively collaborate with your team to ensure thorough evaluations and high-quality design outcomes."
66
videos: 0
77
lectures: 4
8-
order: 1
8+
order: 6
99
---
1010
import { ChapterStyle } from "../../../../src/components/Learn-Components/Chapters-Style/chapters.style.js";
1111
import commentingViaDock from "../../../../src/assets/images/learning-path/reviewing-designs/commenting-via-dock.png";

0 commit comments

Comments
 (0)