Skip to content

Commit 6d5f0bd

Browse files
authored
Merge pull request #7165 from layer5io/leecalcote/fix-mdx-styles
make use of inline styles mdx compatible
2 parents a8cc617 + 9eecdf2 commit 6d5f0bd

40 files changed

Lines changed: 101 additions & 101 deletions

File tree

content-learn/mastering-kubernetes-for-engineers/explore-dapr-with-meshery/dapr/deploy-dapr-statestore-component.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This setup ensures that Dapr connects to the correct Redis instance, allowing it
3232
</a>
3333

3434

35-
<h4 className="chapter-sub-heading" style="margin-top: 1.4rem">Configure State Store and Deploy</h4>
35+
<h4 className="chapter-sub-heading" style={{ marginTop: "1.4rem" }}>Configure State Store and Deploy</h4>
3636

3737
Now you can start configuring the Dapr state-store.
3838

src/collections/blog/2021/2021-04-05-meshmate-of-the-year-2020-nikhil-ladha/index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ import MMOYNikhil from "./MeshMate-of-the-Year-2020-Nihkil-Ladha.webp";
3131

3232
2020 was a noteworthy year in many ways. Nikhil's committment to the people and projects of the Layer5 community will forever be at the top of list of mentionables I and others will recall of last year. It was in 2019, though, that <Link to="/blog/community/my-journey-from-a-contributor-to-a-maintainer">Nikhil's journey</Link> in the Layer5 community started and where he first began helping build our healthy, inclusive, and <Link to="/community" className="highlight">diverse community</Link> and our industry-leading, innovate <Link to="/projects" className="highlight">open source projects</Link>. Nikhil's natural disposition to mentoring others and his stewardship on various projects make him a successful MeshMate.
3333

34-
<h3 style="padding:2rem 0;">What is a Layer5 MeshMate?</h3>
34+
<h3 style={{ padding: "2rem 0" }}>What is a Layer5 MeshMate?</h3>
3535

3636
<img src={MeshMate} className="left" alt="Meshmate" />
3737
<Link className="highlight" to="/community/meshmates">MeshMate</Link>
3838
is a distinction that Layer5 awards select members of the community who innately align with our culture of helping others, paying it forward, and a commitment to knowledge sharing. MeshMates are Layer5 mentors and ambassadors (not employees).
3939

4040
<Blockquote
41-
style="position:relative;"
41+
style={{ position: "relative" }}
4242
quote="Congratulations on the MeshMate of the Year Award, Nikhil, a well-deserved honor for a distinguished gentleman. When I was having a look at the Layer5 community, your member experience blog post stood out and was one of the main reasons for me to join the community. Within the community, it is apparent that your guidance, support, and contributions are very much appreciated. Keep up the excellent work!"
4343
person="Michael Gfeller"
4444
/>
@@ -59,15 +59,15 @@ import MMOYNikhil from "./MeshMate-of-the-Year-2020-Nihkil-Ladha.webp";
5959
community member inevitably leaving a lasting mark as is evident from member
6060
comments about Nikhil.
6161

62-
<h3 style="padding:2rem 0;">It's not easy being a MeshMate</h3>
62+
<h3 style={{ padding: "2rem 0" }}>It's not easy being a MeshMate</h3>
6363

6464
With thousands of members in the Layer5 community, many come and go. Many take
6565
and many give. While we hope that each and every individual that joins will
6666
find a fit in the community and/or on a project, this isn't always the case.
6767

6868
<BlockquoteAlt
69-
style="width:100%;"
70-
style="position:relative;"
69+
style={{ width: "100%" }}
70+
style={{ position: "relative" }}
7171
quote="The dedication you have shown on the way to this achievement is impressive, Nikhil. People like you are the key to the great community at Layer5."
7272
person="Rodolfo"
7373
/>
@@ -87,13 +87,13 @@ import MMOYNikhil from "./MeshMate-of-the-Year-2020-Nihkil-Ladha.webp";
8787
project to own.
8888

8989
<BlockquoteAlt
90-
style="width:100%;"
91-
style="position:relative;"
90+
style={{ width: "100%" }}
91+
style={{ position: "relative" }}
9292
quote="Congratulations on being our community maintainer superstar, Nikhil. You has done a great job on our new Layer5 site and your infinite patience on communicating with everyone sets you apart as an awesome community ambassador."
9393
person="Aisuko Li"
9494
/>
9595

96-
<h3 style="padding:2rem 0;">MeshMates are a massive force</h3>
96+
<h3 style={{ padding: "2rem 0" }}>MeshMates are a massive force</h3>
9797
In just a year's time, with thousands of people in the Layer5 community and
9898
500+ contributors to our projects, it's clear that Layer5 MeshMates
9999
significantly uplift our collaborative efforts and are steady force in the
@@ -159,14 +159,14 @@ import MMOYNikhil from "./MeshMate-of-the-Year-2020-Nihkil-Ladha.webp";
159159
awarded to for 2021. In the year and a half that Nikhil has been in the
160160
community, he has touched the lives of many people, including mine. Nikhil is
161161
my friend. He is the Layer5 MeshMate of the Year.
162-
<div style="text-align: center;">
162+
<div style={{ textAlign: "center" }}>
163163
<img className="meshmate-img" src={MMOYNikhil} alt="Meshmate of the year" />
164164
</div>
165165

166166
The MeshMate badge is a point of pride for individuals participating in the
167167
program and looked upon with admiration and veneration by many within and
168168
external to the Layer5 community.
169-
<p style="text-align:center;">
169+
<p style={{ textAlign: "center" }}>
170170
Wear your MeshMate of the Year badge proudly, Nikhil.
171171
</p>
172172
</BlogWrapper>

src/collections/blog/2022/2022-05-27-debug-envoy-proxy/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ import Code from "../../../../components/CodeBlock";
3838
The available log levels are:
3939

4040
<ul>
41-
<li className="highlight" style="width: fit-content;">trace</li>
42-
<li className="highlight" style="width: fit-content;">debug</li>
43-
<li className="highlight" style="width: fit-content;">info</li>
44-
<li className="highlight" style="width: fit-content;">warning/warn</li>
45-
<li className="highlight" style="width: fit-content;">error</li>
46-
<li className="highlight" style="width: fit-content;">critical</li>
47-
<li className="highlight" style="width: fit-content;">off</li>
41+
<li className="highlight" style={{ width: "fit-content" }}>trace</li>
42+
<li className="highlight" style={{ width: "fit-content" }}>debug</li>
43+
<li className="highlight" style={{ width: "fit-content" }}>info</li>
44+
<li className="highlight" style={{ width: "fit-content" }}>warning/warn</li>
45+
<li className="highlight" style={{ width: "fit-content" }}>error</li>
46+
<li className="highlight" style={{ width: "fit-content" }}>critical</li>
47+
<li className="highlight" style={{ width: "fit-content" }}>off</li>
4848
</ul>
4949

5050
The default is <span className="highlight">info</span>.

src/collections/blog/2022/2022-10-19-kubeconna2022/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import Button from "../../../../reusecore/Button";
3333
Join us as we host project office hours. Don't be shy with your questions! Project maintainers are happy to receive your questions and will be available to share about current project activites, discuss current features as well as planned future project roadmap.
3434

3535
<h3>Meshery Project Office Hours</h3>
36-
<h5 style="display:inline;">October 26, 2022</h5>:&nbsp; <Link to="/cloud-native-management/meshery">Meshery</Link> is the open source, cloud native manager that enables the adoption, operation, and management of Kubernetes, any service mesh, and their workloads. Meshery is a multi-cluster Kubernetes manager hundreds of <Link to="/cloud-native-management/meshery/integrations">integrations</Link> supported for any workload or infrastructure components.
36+
<h5 style={{ display: "inline" }}>October 26, 2022</h5>:&nbsp; <Link to="/cloud-native-management/meshery">Meshery</Link> is the open source, cloud native manager that enables the adoption, operation, and management of Kubernetes, any service mesh, and their workloads. Meshery is a multi-cluster Kubernetes manager hundreds of <Link to="/cloud-native-management/meshery/integrations">integrations</Link> supported for any workload or infrastructure components.
3737
We will be briefing you all on the following feature highlights of the latest version of Meshery v0.6.0:
3838
<ul>
3939
<li> Applications</li>
@@ -46,13 +46,13 @@ Join us as we host project office hours. Don't be shy with your questions! Proje
4646
<br />
4747

4848
<h3>Service Mesh Performance Office Hours</h3>
49-
<h5 style="display:inline;">October 27, 2022</h5>:&nbsp; <Link to="/projects/cloud-native-performance">Service Mesh Performance</Link> is a CNCF-hosted project that has received support from Layer5, Intel, RedHat, and HashiCorp. By utilizing SMP, <a href="https://smp-spec.io/meshmark">MeshMark</a> offers a global performance index to compare the effectiveness of your mesh deployment to those in other organizations setups.
49+
<h5 style={{ display: "inline" }}>October 27, 2022</h5>:&nbsp; <Link to="/projects/cloud-native-performance">Service Mesh Performance</Link> is a CNCF-hosted project that has received support from Layer5, Intel, RedHat, and HashiCorp. By utilizing SMP, <a href="https://smp-spec.io/meshmark">MeshMark</a> offers a global performance index to compare the effectiveness of your mesh deployment to those in other organizations setups.
5050

5151
<Button $secondary title="RSVP for Service Mesh Performance Project Office Hours" $url="​https://community.cncf.io/j/ge5ft6dxm3ac5/" $external={ true } />
5252
<br />
5353

5454
<h3>The State of the Cloud Native Network: Deep-dive from CNCF TAG Network</h3>
55-
<h5 style="display:inline;">October 27, 2022</h5>:&nbsp; Join CNCF Technical Advisory Group co-chair and Layer5's founder, <Link to="/community/members/lee-calcote">Lee Calcote</Link> as he discusses the many projects of TAG Network and its working groups. NATs, Network Service Mesh, BFE, Contour, Kuma, Service Mesh Interface, Chaos Mesh, Open Service Mesh, Emissary, k8gb, Service Mesh Performance, Submariner, Cilium, Meshery, Fab Edge, Istio, Nighthawk, Aeraki, and FabEdge are just a few of the many terms used to describe cloud native networking. The size might be intimidating.
55+
<h5 style={{ display: "inline" }}>October 27, 2022</h5>:&nbsp; Join CNCF Technical Advisory Group co-chair and Layer5's founder, <Link to="/community/members/lee-calcote">Lee Calcote</Link> as he discusses the many projects of TAG Network and its working groups. NATs, Network Service Mesh, BFE, Contour, Kuma, Service Mesh Interface, Chaos Mesh, Open Service Mesh, Emissary, k8gb, Service Mesh Performance, Submariner, Cilium, Meshery, Fab Edge, Istio, Nighthawk, Aeraki, and FabEdge are just a few of the many terms used to describe cloud native networking. The size might be intimidating.
5656
From fundamental Layer 3 connectivity to the newest in service mesh, the third session will cover the big picture of Cloud Native Networking in the CNCF and how to put it all in a context you can utilize.
5757

5858
<Button $secondary title="RSVP for the State of the Cloud Native Network talk" $url="https://sched.co/1BZJl" $external={ true } />

src/collections/blog/2023/04-12-meshery-surpasses-1000-contributors/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The Meshery platform provides a highly extensible self-service engineering platf
3939

4040
The Layer5 community is a warm, welcoming, and supportive community that has won many awards for its open-source contributions. We are proud to be a part of such a great community, and we encourage you to get involved and help us make Meshery even better!
4141

42-
<div className="tip" style="font-size:1.15rem;text-align:center;">
42+
<div className="tip" style={{ fontSize: "1.15rem", textAlign: "center" }}>
4343

4444
If you haven't already, we invite you to come and see why Meshery is such a popular platform.
4545

src/collections/blog/2023/05-02-layer5-reaches-a-4000-community-member-milestone/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This culture of support and collaboration has not gone unnoticed by the wider te
4545
<Link to="/blog/community/meshery-surpasses-1000-contributors">
4646
<figure className="imgWithCaption">
4747
<img src={Playfield} />
48-
<figcaption style="text-align:center;">
48+
<figcaption style={{ textAlign: "center" }}>
4949
over 1,000 Meshery contributors
5050
<br />
5151
</figcaption>

src/collections/blog/2023/08-23-importance-of-github-stars/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Starring a repository is a simple two-step process.
7373
</figure>
7474

7575
<br/>
76-
<p style="display: flex; justify-content: center;"> This is what a project will look like after you have starred it:</p>
76+
<p style={{ display: "flex", justifyContent: "center" }}> This is what a project will look like after you have starred it:</p>
7777
<figure className="imgWithCaption">
7878
<img src={After}/>
7979
<figcaption>
@@ -92,7 +92,7 @@ You can help Five by giving a star to the [Meshery](https://github.com/meshery/m
9292
<a href="https://github.com/meshery/meshery">
9393
<figure className="imgWithCaption">
9494
<img src={Five}/>
95-
<figcaption style="text-align:center;">
95+
<figcaption style={{ textAlign: "center" }}>
9696
🌟 Star the Meshery repository 🌟
9797
<br/>
9898
</figcaption>

src/collections/blog/2024/03-20-kubeconeu2024/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ At the booth, we'll be showcasing demos of our two newest projects:
4242
* **ConnectRPC:** Discover a revolutionary new approach to service mesh interoperability with ConnectRPC.
4343
* **KubeSlice:** Dive into the world of network slicing with KubeSlice, designed for optimal network resource utilization.
4444

45-
<div style="display: flex; align-items: center">
45+
<div style={{ display: "flex", alignItems: "center" }}>
4646
<h2> Don't forget to catch our lightning talk today at 2:30! </h2>
4747
<img src={Booth} width="400" />
4848
</div>

src/collections/blog/2024/10-09-docker-build-warning/post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { BlockquoteAlt } from "../../../../reusecore/Blockquote/Blockquote-alt-s
2323
While building a Docker image for one of <Link to="/projects">Layer5's open source projects</Link>, I ran into a build warning in one of the multi-stage Dockerfiles. Up to this point, while creating container images, I hadn't paid attention to a particular feature of `docker build`: <i><a href="https://docs.docker.com/reference/build-checks/">build checks</a></i>. I had otherwise overlooked warnings and informational notices that were lost among the fray of docker build log lines. I've stopped ignoring them, however. In this post, I'll touch upon a handful of the more common build warnings, delve into the importance of these checks, and explore how and why to address each. But, first...
2424

2525
<BlockquoteAlt
26-
style="width:100%;" person="Lee Calcote" quote="Build checks are your Dockerfile linter." />
26+
style={{ width: "100%" }} person="Lee Calcote" quote="Build checks are your Dockerfile linter." />
2727

2828
### Why Use Docker Build Checks?
2929

src/collections/blog/2024/11-10-kubecon-na-2024/post.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Human-Computer Interaction Principles in Meshery:
3737
<li>Mental Models: How Meshery aligns with users' mental models of Kubernetes environments, facilitating comprehension and navigation.</li>
3838
<li>Visual Perception: How Meshery leverages visual cues, colors, and layout to guide users' attention and highlight critical information.</li>
3939
</ul>
40-
<div className="flex-row" style="margin-bottom: 2rem;">
40+
<div className="flex-row" style={{ marginBottom: "2rem" }}>
4141
Date: November 12, 2024<br />
4242
Time: 3:04pm - 3:09pm MST
4343
<Button $secondary title="See Details" $url="https://sched.co/1iWA9" $external={ true } />
@@ -46,7 +46,7 @@ Human-Computer Interaction Principles in Meshery:
4646
### Session: CNCF TAG Network - Intro & Deep Dive
4747

4848
“It’s the network!” is the cry of every engineer. With the increased prevalence of microservices and distributed systems, it’s true - networking as a discipline has never been more critical in the well-architected design and efficient operation of modern infrastructure. Join this talk for an intro to the TAG, its charter and a deeper discussion of current cloud native networking topics being advanced in this TAG.
49-
<div className="flex-row" style="margin-bottom: 2rem;">
49+
<div className="flex-row" style={{ marginBottom: "2rem" }}>
5050
Date: November 14, 2024 <br />
5151
Time: 11:55am - 12:30pm MST
5252
<Button $secondary title="See Details" $url=" https://sched.co/1howx" $external={ true } />
@@ -56,7 +56,7 @@ Human-Computer Interaction Principles in Meshery:
5656

5757
Join the Meshery maintainers and community in improving the leading cloud native management plane. This is your chance to get hands-on with the tools shaping the future of collaborative cloud native management. Opportunities: Work on core functionality in the Server (Golang) or UI (React) or extend Meshery by building your own plugin. Contribute to the Meshery documentation by incorporating your own examples of cloud native solution architectures using Meshery Designer.
5858
Why Contribute to Meshery? - Gain experience with cloud native technologies, including essentially every CNCF project and open source development practices. As is the 10th fastest growing CNCF project, Meshery has a vibrant community. Work alongside passionate maintainers and contributors. No Prior Experience Needed: We welcome contributions from all levels of experience. Join us at Meshery Contribfest and be part of the growing community shaping the future of collaborative cloud native management.
59-
<div className="flex-row" style="margin-bottom: 2rem;">
59+
<div className="flex-row" style={{ marginBottom: "2rem" }}>
6060
Date: November 14, 2024 <br />
6161
Time: 4:30pm - 6:00pm MST
6262
<Button $secondary title="See Details" $url="https://kccncna2024.sched.com/event/1hoxN/contribfest-meshery-contribfest-extending-the-cloud-native-manager" $external={ true } />

0 commit comments

Comments
 (0)