Skip to content

Commit 80ce334

Browse files
Merge branch 'master' into fix/button-alt-attribute
2 parents d0bca2b + 31fad1c commit 80ce334

File tree

8 files changed

+176
-25
lines changed

8 files changed

+176
-25
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build:
4141

4242
## Empty build cache and run layer5.io on your local machine.
4343
clean:
44-
gatsby clean && make site
44+
npm run clean && make build
4545

4646
## Run Eslint on your local machine.
4747
lint:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"scripts": {
1313
"build": "cross-env BUILD_FULL_SITE=true NODE_OPTIONS=--max-old-space-size=8192 gatsby build",
14-
"clean": "gatsby clean && rimraf node_modules",
14+
"clean": "gatsby clean",
15+
"clean:all": "gatsby clean && rimraf node_modules",
1516
"develop": "cross-env BUILD_FULL_SITE=true GATSBY_CPU_COUNT=4 SHARP_CONCURRENCY=4 UV_THREADPOOL_SIZE=4 NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop",
1617
"develop:lite": "cross-env BUILD_FULL_SITE=false LITE_BUILD_PROFILE=core GATSBY_CPU_COUNT=4 SHARP_CONCURRENCY=4 UV_THREADPOOL_SIZE=4 NODE_OPTIONS=--max-old-space-size=8192 env-cmd -f .env.development gatsby develop",
1718
"dev": "npm run develop:lite",
Lines changed: 28 additions & 0 deletions
Loading
Lines changed: 28 additions & 0 deletions
Loading
Lines changed: 28 additions & 0 deletions
Loading
Lines changed: 28 additions & 0 deletions
Loading

src/collections/integrations/kubevault/index.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,18 @@ components: [
176176
"colorIcon": "icons/components/order/icons/color/order-color.svg",
177177
"whiteIcon": "icons/components/order/icons/white/order-white.svg",
178178
"description": "",
179+
},
180+
{
181+
"name": "certificate",
182+
"colorIcon": "icons/components/certificate/icons/color/certificate-color.svg",
183+
"whiteIcon": "icons/components/certificate/icons/white/certificate-white.svg",
184+
"description": "",
185+
},
186+
{
187+
"name": "issuer",
188+
"colorIcon": "icons/components/issuer/icons/color/issuer-color.svg",
189+
"whiteIcon": "icons/components/issuer/icons/white/issuer-white.svg",
190+
"description": "",
179191
}]
180192
featureList: [
181193
"Automates Vault deployment and configuration",

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

Lines changed: 49 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,93 @@
11
import React from "react";
22
import SetupPreReqWrapper from "./setup-pre-req.style";
33
import { BsTerminalFill } from "@react-icons/all-files/bs/BsTerminalFill";
4-
5-
const meshery = "../../../assets/images/meshery/icon-only/meshery-logo-light.svg";
6-
const mesheryOperator = "../../../assets/images/meshery-operator/meshery-operator-dark.svg";
7-
4+
import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg";
5+
import mesheryOperator from "../../../assets/images/meshery-operator/meshery-operator-dark.svg";
86

97
const SetupPreReq = () => (
108
<SetupPreReqWrapper>
119
<div className="get-started-desc" id="pre-requisites">
1210
<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>
11+
<p>
12+
Learning Paths are designed to be accessible to a wide range of
13+
learners, from beginners to experienced professionals. However, certain
14+
paths may assume a basic understanding of specific technologies or
15+
concepts.
16+
</p>
1417
</div>
1518
<div className="container-card" id="Set up">
16-
<a href="/cloud-native-management/meshery"
17-
target="_blank"
18-
>
19+
<a href="/cloud-native-management/meshery" target="_blank">
1920
<div className="card">
2021
<div className="card-header">
2122
<h2>Prerequisites</h2>
2223
<BsTerminalFill />
2324
</div>
2425
<ul>
2526
<li>Familiarity with Linux command line</li>
26-
<li>Optional: Prior experience with cloud platforms (AWS, Azure, GCP)</li>
27+
<li>
28+
Optional: Prior experience with cloud platforms (AWS, Azure, GCP)
29+
</li>
2730
<li>Familiarity with GitHub and Helm</li>
2831
<li>Understanding of infrastructure as code (IaC) principles</li>
2932
<li>Familiarity with containerization (e.g., Docker)</li>
3033
<li>Knowledge of Kubernetes architecture and components</li>
3134
</ul>
3235
</div>
3336
</a>
34-
<a href="https://playground.meshery.io/" id="Run Meshery"
35-
target="_blank" rel="noreferrer"
37+
<a
38+
href="https://playground.meshery.io/"
39+
id="Run Meshery"
40+
target="_blank"
41+
rel="noreferrer"
3642
>
3743
<div className="card">
3844
<div className="card-header">
39-
<h2>Acess to Meshery</h2>
40-
<img src={meshery} alt="Meshery" className="setup-imgs" loading="lazy" />
45+
<h2>Access to Meshery</h2>
46+
<img
47+
src={meshery}
48+
alt="Meshery"
49+
className="setup-imgs"
50+
loading="lazy"
51+
/>
4152
</div>
4253
<b>Recommended:</b>
4354
<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.
55+
Use Meshery Playground, a free-to-use, hosted Meshery deployment
56+
with live Kubernetes cluster. Click this card to open the
57+
playground.
4758
</p>
4859
<b>Alternative:</b>
4960
<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.
61+
Install Meshery locally to see how easy it is to start managing
62+
cloud native infrastructure and complete the labs in this Learning
63+
Path.
5364
</p>
5465
</div>
5566
</a>
56-
<a href="https://meshery.io/#getting-started" id="Manage Meshery"
57-
target="_blank" rel="noreferrer"
67+
<a
68+
href="https://meshery.io/#getting-started"
69+
id="Manage Meshery"
70+
target="_blank"
71+
rel="noreferrer"
5872
>
5973
<div className="card">
6074
<div className="card-header">
6175
<h2>Or Run Meshery</h2>
62-
<img src={mesheryOperator} alt="Meshery Operator" className="setup-imgs" loading="lazy" />
76+
<img
77+
src={mesheryOperator}
78+
alt="Meshery Operator"
79+
className="setup-imgs"
80+
loading="lazy"
81+
/>
6382
</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>
83+
<p>
84+
Optionally, install Meshery locally to see how easy it is to start
85+
managing cloud native infrastructure and complete the labs in this
86+
Learning Path. Optionally, Meshery can be deployed on-premises with
87+
a single command to download, install, and run your own instance of
88+
Meshery in your environment. See all supported platforms to deploy
89+
your own Meshery Server.
90+
</p>
6591
</div>
6692
</a>
6793
</div>

0 commit comments

Comments
 (0)