<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Contributing on Layer5 Documentation</title><link>https://deploy-preview-913--bejewelled-pegasus-b0ce81.netlify.app/contributing/</link><description>Recent content in Contributing on Layer5 Documentation</description><generator>Hugo</generator><language>en</language><atom:link href="https://deploy-preview-913--bejewelled-pegasus-b0ce81.netlify.app/contributing/index.xml" rel="self" type="application/rss+xml"/><item><title>Contributing to Layer5 Docs</title><link>https://deploy-preview-913--bejewelled-pegasus-b0ce81.netlify.app/contributing/contributing-to-docs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-913--bejewelled-pegasus-b0ce81.netlify.app/contributing/contributing-to-docs/</guid><description>&lt;p>Welcome to the GitHub repository for Layer5&amp;rsquo;s documentation website!&lt;/p>
&lt;p>The docs website is hosted at &lt;a href="https://docs.layer5.io">https://docs.layer5.io&lt;/a>.&lt;/p>
&lt;p>We use &lt;a href="https://gohugo.io/">Hugo&lt;/a> with the &lt;a href="https://github.com/google/docsy">google/docsy&lt;/a> theme for styling and site structure, and &lt;a href="https://www.netlify.com/">Netlify&lt;/a> to manage the deployment of the site.&lt;/p>

&lt;h2 id="quickstart" class="heading-link">
 Quickstart
 &lt;a href="#quickstart" class="heading-anchor" aria-label="Permalink to this heading">🔗&lt;/a>
&lt;/h2>
&lt;p>Here&amp;rsquo;s a quick guide to updating the docs:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>Fork the &lt;a href="https://github.com/layer5io/docs">layer5io/docs repository&lt;/a> on GitHub.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Make your changes and send a pull request (PR).&lt;/p>
&lt;/li>
&lt;li>
&lt;p>If you&amp;rsquo;re not yet ready for a review, add &amp;ldquo;WIP&amp;rdquo; to the PR name to indicate it&amp;rsquo;s a work in progress.&lt;/p></description></item><item><title>Contributing to Video Gallery</title><link>https://deploy-preview-913--bejewelled-pegasus-b0ce81.netlify.app/contributing/contributing-to-video-gallary/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-913--bejewelled-pegasus-b0ce81.netlify.app/contributing/contributing-to-video-gallary/</guid><description>&lt;div class="alert alert-primary" role="alert">
 &lt;h4 class="alert-heading">Note&lt;/h4>
 
 In Hugo, a section is a directory containing an &lt;code>_index.md&lt;/code> file.
 
&lt;/div>



&lt;h2 id="overview" class="heading-link">
 Overview
 &lt;a href="#overview" class="heading-anchor" aria-label="Permalink to this heading">🔗&lt;/a>
&lt;/h2>
&lt;p>Contributing videos involves either:&lt;/p>
&lt;ol>
&lt;li>Creating a category → subcategory → adding video markdown files, or&lt;/li>
&lt;li>Adding video markdown files directly under a category (these will automatically be assigned to an &amp;ldquo;ALL&amp;rdquo; subcategory)&lt;/li>
&lt;/ol>

&lt;h2 id="1-creating-a-category" class="heading-link">
 1. Creating a Category
 &lt;a href="#1-creating-a-category" class="heading-anchor" aria-label="Permalink to this heading">🔗&lt;/a>
&lt;/h2>
&lt;p>To create a top-level category:&lt;/p>
&lt;ol>
&lt;li>Create a directory under &lt;code>content/en/videos&lt;/code> (e.g., &lt;code>getting-started&lt;/code>)&lt;/li>
&lt;li>Add an &lt;code>_index.md&lt;/code> file inside this directory with the following frontmatter:&lt;/li>
&lt;/ol>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#8a8a8a;background-color:#1c1c1c;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-yaml" data-lang="yaml">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#0087ff">title&lt;/span>: Getting Started &lt;span style="color:#4e4e4e"># Category text appearing in the /videos category tab and left sidebar&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#0087ff">description&lt;/span>: &amp;gt;&lt;span style="color:#00afaf">
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#00afaf"> Getting started videos on Cloud and Kanvas&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#0087ff">weight&lt;/span>: &lt;span style="color:#00afaf">2&lt;/span> &lt;span style="color:#4e4e4e"># Order in which this category appears in the /videos page and left sidebar&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#0087ff">icon&lt;/span>: bi-rocket-takeoff-fill &lt;span style="color:#4e4e4e"># Icon for the category (supports Bootstrap icons and local/remote assets)&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#0087ff">videoGrid&lt;/span>: &lt;span style="color:#d75f00">true&lt;/span> &lt;span style="color:#4e4e4e"># When true, shows all child / nested videos as a grid of cards on this section&amp;#39;s index page&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#4e4e4e"># When false, presents a hyperlinked list of videos/sub-sections instead&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#0087ff">draft&lt;/span>: &lt;span style="color:#d75f00">true&lt;/span> &lt;span style="color:#4e4e4e"># When true, previews this section on local dev server but hides from left sidebar and /videos landing page on published site&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>
&lt;h2 id="2-adding-videos-to-your-category" class="heading-link">
 2. Adding Videos to Your Category
 &lt;a href="#2-adding-videos-to-your-category" class="heading-anchor" aria-label="Permalink to this heading">🔗&lt;/a>
&lt;/h2>
&lt;p>There are two approaches for adding videos:&lt;/p></description></item></channel></rss>