Skip to content

Commit 12e593b

Browse files
authored
Merge branch 'master' into leecalcote/fix-mdx-styles
2 parents ce33c05 + 376499d commit 12e593b

23 files changed

Lines changed: 25 additions & 33 deletions

File tree

src/collections/blog/2024/01-07-contributing-as-a-designer/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ published: true
1616
---
1717

1818
import { BlogWrapper } from "../../Blog.style.js";
19+
import { Link } from "gatsby";
1920

2021
<BlogWrapper>
2122

src/collections/blog/2024/05-12-cost-of-observability/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ All signals have different ways to be collected/instrumented. They also have dif
3030

3131
Remember that single log statement you sprinkled in development? Imagine it bombarded with millions of hits daily in production. The cost implications are staggering. Are we clinging to outdated habits, drowning in a sea of irrelevant data?
3232

33-
<BlockQuote quote="Log levels area a Band-Aid, not a cure." person="Lee Calcote" />
33+
<Blockquote quote="Log levels area a Band-Aid, not a cure." person="Lee Calcote" />
3434

3535
Log levels offer some relief, silencing the noise in production. But what if that critical error gets buried under an avalanche of info logs? Is there a risk of sacrificing valuable insights for a false sense of cost control?
3636

src/collections/blog/2024/07-01-meet-the-maintainer-xin-huang/post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import ForkLift from "../../../../assets/images/app/hero/forklift.svg";
121121
</div>
122122

123123
<div className="note">
124-
<ForkLift style={{ height: "100px", marginBottom: "1rem" }} />
124+
<img src={ForkLift} style={{ height: "100px", marginBottom: "1rem" }} alt="Forklift" />
125125
The Meshery project moves at an impressive pace thanks to maintainers like Xin.
126126
**Be like Xin.** Join the <a href="https://slack.layer5.io">Layer5 Slack</a> and say “hi”!
127127
</div>

src/collections/events/2020/istiocon2020/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ See link for self-paced study.
4242
<br />
4343
<h4 style={{ marginBottom: "1.25rem" }}>Workshop Recording</h4>
4444

45-
<iframe width="50%" src="https://www.youtube.com/embed/T1Kwh3SRAXQ" loading="lazy" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" style={{ minHeight: "315px", minWidth: "280px", margin: auto, textAlign: "center" }} allowfullscreen></iframe>
45+
<iframe width="50%" src="https://www.youtube.com/embed/T1Kwh3SRAXQ" loading="lazy" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" style={{ minHeight: "315px", minWidth: "280px", margin: "auto", textAlign: "center" }} allowfullscreen></iframe>
4646
<br />
4747
<br />

src/collections/events/2024/enlightening/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Join host Whitney Lee and guest Lee Calcote to learn more!
1515

1616
Meshery is a self-service engineering platform that enables the collaborative design and operation of cloud and cloud native infrastructure. With over 320 built-in integrations, Meshery seamlessly integrates with every CNCF project and your existing tools, across multiple clouds and Kubernetes clusters.
1717
<div style={{ position: "relative", width: "100%", maxWidth: "800px", margin: "0 auto", overflow: "hidden", paddingTop: "40%", minHeight: "260px" }}>
18-
<iframe style={{ position: "absolute", top: "0", left: "0", bottom: "0", right: "0", width: "100%", height: "100%", border: none }} src="https://www.youtube.com/embed/JqZ4UZrHdw4" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
18+
<iframe style={{ position: "absolute", top: "0", left: "0", bottom: "0", right: "0", width: "100%", height: "100%", border: "none" }} src="https://www.youtube.com/embed/JqZ4UZrHdw4" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
1919
</div>

src/collections/members/Naman-Verma/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ linkedin: naman-verma-6948a72a5/
88
layer5: f6bedf26-411c-474b-89cb-3d7cf9f97ef2
99
location: Diu, India
1010
bio: Hey everyone, I'm Naman Verma, a student at the Indian Institute of Information Technology, Jabalpur. I'm passionate about diving into all things tech, always eager to explore new ideas. Currently leveling up myself and contributing to the community to make a positive impact.
11-
status: Active
11+
status: Inactive
1212
published: true
1313
---

src/collections/news/2022/2022-05-18-meshmark-the-cloud-native-value-measurement/meshmark-the-cloud-native-value-measurement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ With project maintainers from Layer5, Intel, HashiCorp, and Red Hat, and collabo
5757
/>
5858

5959
With the project’s <Link to="/company/news/analyzing-service-mesh-performance">approach to performance analysis</Link> published in IEEE The Bridge, ongoing analysis of nearly 40,000 performance test results will comprise the initial release of the <a href="https://smp-spec.io/dashboard">Service Mesh Performance Dashboard</a>, also unveiling at KubeCon EU. <Link to="/cloud-native-management/meshery">Meshery</Link>, the cloud native manager, orchestrates the provisioning and configuration of Kubernetes and each service mesh. With <Link to="/projects/nighthawk">Nighthawk</Link> embedded, Meshery’s performance management functions are what drives the tests run within the CNCF Lab.
60-
<Blockquote style="display:block;"
60+
<Blockquote style={{ display: "block" }}
6161
quote="The precision by which performance measurements are generated and analyzed is a pinnacle focus of Nighthawk. Mesh performance characterization should be distilled from a set of value measurements, and that is where MeshMark compliments to create the ultimate comprehensive efficiency calculation."
6262
person="Otto van der Schaaf"
6363
title="Principal Engineer at Red Hat"

src/collections/programs/lfx-2023/lfx-2023.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Link } from "gatsby";
1515

1616
<ProgramsWrapper>
1717

18-
<LfxLogo alt="lfx_logo" className="lfx_logo"/>
18+
<img src={LfxLogo} alt="lfx_logo" className="lfx_logo"/>
1919
<h3>Linux Foundation 2023 Program Timeline</h3>
2020

2121
<div>

src/collections/programs/lfx-2024/lfx-2024.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Link } from "gatsby";
1515

1616
<ProgramsWrapper>
1717

18-
<LfxLogo alt="lfx_logo" className="lfx_logo"/>
18+
<img src={LfxLogo} alt="lfx_logo" className="lfx_logo"/>
1919
<h3>Linux Foundation 2024 Program Timeline</h3>
2020

2121
<div>

src/collections/programs/lfx-2025/lfx-2025.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Link } from "gatsby";
1515

1616
<ProgramsWrapper>
1717

18-
<LfxLogo alt="lfx_logo" className="lfx_logo"/>
18+
<img src={LfxLogo} alt="lfx_logo" className="lfx_logo"/>
1919
<h3>Linux Foundation 2025 Program Timeline</h3>
2020

2121
<div>

0 commit comments

Comments
 (0)