Skip to content

Commit 3a61d7c

Browse files
committed
Fix: Update
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent d97b228 commit 3a61d7c

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

src/collections/workshops/2025_04_meshery_docs/index.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ slack: http://slack.layer5.io
1010
date: 2025-04-10 02:08:05 +0000
1111
status: "delivered"
1212
---
13-
<h4>Contributing to Meshery Docs</h4> <br /> <p> Learn how Meshery’s documentation is structured using Hugo, Jekyll, and Markdown. You’ll get tips on writing clear, consistent content, using active voice, and following Meshery's style guidelines. We’ll cover `make docs`, commit sign-offs, and how to preview your changes locally before submitting. </p>
13+
<h4>Contributing to Meshery Docs</h4> <br /> <p><strong>Trainer:</strong> <a href="https://layer5.io/community/members/zihan-kuang" target="_blank">Zihan Kuang</a> <br /> <strong>Technologies:</strong> Hugo, Jekyll, Markdown, HTML, CSS </p> <p> Learn how Meshery’s documentation is structured using Hugo, Jekyll, and Markdown. You’ll get tips on writing clear, consistent content, using active voice, and following Meshery's style guidelines. We’ll cover <code>make docs</code>, commit sign-offs, and how to preview your changes locally before submitting. </p>
1414
You will learn to:
1515

1616
<ul> <li>Set up your environment with <code>make docs</code></li> <li>Navigate the docs structure</li> <li>Write clean, contributor-friendly content</li> <li>Open effective, signed-off pull requests</li> </ul>
1717

1818
<h4 style="margin-bottom:1.25rem;"><a href="https://docs.google.com/presentation/d/1kQIzSa4f-pOH8cM4SwEdbFZGI_SXVyyhc9zUZPB7bsI/edit?slide=id.g34811bf5022_0_3#slide=id.g34811bf5022_0_3">Workshop Slides</a></h4>
19-
20-
<iframe width="50%" height="400px;" src="https://docs.google.com/presentation/d/1kQIzSa4f-pOH8cM4SwEdbFZGI_SXVyyhc9zUZPB7bsI/edit?slide=id.g34811bf5022_0_3#slide=id.g34811bf5022_0_3" loading="lazy"></iframe>
21-
<br />
2219
<br />
2320
<h4 style="margin-bottom:1.25rem;">Workshop Recording</h4>
2421

25-
<iframe width="50%" src="https://www.youtube.com/watch?v=7wRbbOSwrtI" loading="lazy" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" style="min-height: 315px; min-width: 280px;margin:auto;text-align:center;" allowfullscreen></iframe>
22+
<iframe width="50%" src="https://www.youtube.com/embed/7wRbbOSwrtI" loading="lazy" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" style="min-height: 315px; min-width: 280px;margin:auto;text-align:center;" allowfullscreen></iframe>
2623
<br />
2724
<br />

src/components/Workshop-Card/WorkshopsCardWrapper.style.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const WorkshopCardWrapper = styled.div`
3333
.image-container {
3434
display: block;
3535
width: 100%;
36-
height: 50%;
3736
overflow: hidden;
3837
}
3938

src/components/Workshop-Card/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const WorkshopCardContent = ({ frontmatter, content, ID, id }) => {
1717
<div className={content && ID === id ? "card-content-open" : "card-content"}>
1818
<div>
1919
<h3 className="title">{frontmatter.title}</h3>
20-
<p className="para">{frontmatter.technology}</p>
2120
<a href={frontmatter.profile}> - {frontmatter.trainer}</a>
2221
</div>
2322
</div>

0 commit comments

Comments
 (0)