Skip to content

Commit 8388ae9

Browse files
committed
[Learn] fix: broken images and typo on mastering-meshery page
Signed-off-by: Daniel Chege <chegedan699@gmail.com>
1 parent f0b0e9d commit 8388ae9

File tree

1 file changed

+47
-23
lines changed
  • src/components/Learn-Components/Setup-Pre-Requisites

1 file changed

+47
-23
lines changed

src/components/Learn-Components/Setup-Pre-Requisites/index.js

Lines changed: 47 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,90 @@ import React from "react";
22
import SetupPreReqWrapper from "./setup-pre-req.style";
33
import { BsTerminalFill } from "@react-icons/all-files/bs/BsTerminalFill";
44

5-
const meshery = "../../../assets/images/meshery/icon-only/meshery-logo-light.svg";
6-
const mesheryOperator = "../../../assets/images/meshery-operator/meshery-operator-dark.svg";
7-
8-
95
const SetupPreReq = () => (
106
<SetupPreReqWrapper>
117
<div className="get-started-desc" id="pre-requisites">
128
<h2>Prerequisites</h2>
13-
<p>Learning Paths are designed to be accessible to a wide range of learners, from beginners to experienced professionals. However, certain paths may assume a basic understanding of specific technologies or concepts.</p>
9+
<p>
10+
Learning Paths are designed to be accessible to a wide range of
11+
learners, from beginners to experienced professionals. However, certain
12+
paths may assume a basic understanding of specific technologies or
13+
concepts.
14+
</p>
1415
</div>
1516
<div className="container-card" id="Set up">
16-
<a href="/cloud-native-management/meshery"
17-
target="_blank"
18-
>
17+
<a href="/cloud-native-management/meshery" target="_blank">
1918
<div className="card">
2019
<div className="card-header">
2120
<h2>Prerequisites</h2>
2221
<BsTerminalFill />
2322
</div>
2423
<ul>
2524
<li>Familiarity with Linux command line</li>
26-
<li>Optional: Prior experience with cloud platforms (AWS, Azure, GCP)</li>
25+
<li>
26+
Optional: Prior experience with cloud platforms (AWS, Azure, GCP)
27+
</li>
2728
<li>Familiarity with GitHub and Helm</li>
2829
<li>Understanding of infrastructure as code (IaC) principles</li>
2930
<li>Familiarity with containerization (e.g., Docker)</li>
3031
<li>Knowledge of Kubernetes architecture and components</li>
3132
</ul>
3233
</div>
3334
</a>
34-
<a href="https://playground.meshery.io/" id="Run Meshery"
35-
target="_blank" rel="noreferrer"
35+
<a
36+
href="https://playground.meshery.io/"
37+
id="Run Meshery"
38+
target="_blank"
39+
rel="noreferrer"
3640
>
3741
<div className="card">
3842
<div className="card-header">
39-
<h2>Acess to Meshery</h2>
40-
<img src={meshery} alt="Meshery" className="setup-imgs" loading="lazy" />
43+
<h2>Access to Meshery</h2>
44+
<img
45+
src="../../../assets/images/meshery/icon-only/meshery-logo-light.svg"
46+
alt="Meshery"
47+
className="setup-imgs"
48+
loading="lazy"
49+
/>
4150
</div>
4251
<b>Recommended:</b>
4352
<p>
44-
Use Meshery Playground, a
45-
free-to-use, hosted Meshery deployment with live Kubernetes cluster. Click this
46-
card to open the playground.
53+
Use Meshery Playground, a free-to-use, hosted Meshery deployment
54+
with live Kubernetes cluster. Click this card to open the
55+
playground.
4756
</p>
4857
<b>Alternative:</b>
4958
<p>
50-
Install Meshery locally to
51-
see how easy it is to start managing cloud native infrastructure and complete
52-
the labs in this Learning Path.
59+
Install Meshery locally to see how easy it is to start managing
60+
cloud native infrastructure and complete the labs in this Learning
61+
Path.
5362
</p>
5463
</div>
5564
</a>
56-
<a href="https://meshery.io/#getting-started" id="Manage Meshery"
57-
target="_blank" rel="noreferrer"
65+
<a
66+
href="https://meshery.io/#getting-started"
67+
id="Manage Meshery"
68+
target="_blank"
69+
rel="noreferrer"
5870
>
5971
<div className="card">
6072
<div className="card-header">
6173
<h2>Or Run Meshery</h2>
62-
<img src={mesheryOperator} alt="Meshery Operator" className="setup-imgs" loading="lazy" />
74+
<img
75+
src="../../../assets/images/meshery-operator/meshery-operator-dark.svg"
76+
alt="Meshery Operator"
77+
className="setup-imgs"
78+
loading="lazy"
79+
/>
6380
</div>
64-
<p>Optionally, install Meshery locally to see how easy it is to start managing cloud native infrastructure and complete the labs in this Learning Path. Optionally, Meshery can be deployed on-premises with a single command to download, install, and run your own instance of Meshery in your environment. See all supported platforms to deploy your own Meshery Server.</p>
81+
<p>
82+
Optionally, install Meshery locally to see how easy it is to start
83+
managing cloud native infrastructure and complete the labs in this
84+
Learning Path. Optionally, Meshery can be deployed on-premises with
85+
a single command to download, install, and run your own instance of
86+
Meshery in your environment. See all supported platforms to deploy
87+
your own Meshery Server.
88+
</p>
6589
</div>
6690
</a>
6791
</div>

0 commit comments

Comments
 (0)