From a3ba14969716e5126a5b543b881dd5290ce6d3d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20R=C3=A9thelyi?= <rethelyibalint@gmail.com> Date: Tue, 30 Mar 2021 19:13:22 +0200 Subject: [PATCH] =?UTF-8?q?mert=20Lack=C3=B3=20lusta=20volt=20elforkolni?= =?UTF-8?q?=20a=20projektet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eloadas.html | 36 ++++++++++++++---------------------- index.html | 9 +++++++++ 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/eloadas.html b/eloadas.html index ec72745..8dd3e62 100644 --- a/eloadas.html +++ b/eloadas.html @@ -31,41 +31,33 @@ <p class="date">2021.03.28.</p> </section> -<section id="sziasztok" class="title-slide slide level1"> +<section id="sziasztok" class="slide level1"> <h1>Sziasztok</h1> - </section> - -<section> -<section id="mirĹl-is-lesz-ma-szĂł" class="title-slide slide level1"> +<section id="mirĹl-is-lesz-ma-szĂł" class="slide level1"> <h1>MirĹl is lesz ma szĂł?</h1> - -</section> -<section id="gyakorlaton" class="slide level2"> -<h2>Gyakorlaton</h2> +<h2 id="gyakorlaton">Gyakorlaton</h2> <ul> <li>megismerjĂźk a GitSCH-t</li> <li>lĂŠtrehozunk Ăşj projektet</li> <li>tagokat adunk hozzĂĄ a projekthez, jogosultsĂĄgokat ĂĄllĂtunk</li> <li>elsĹ verziĂłkĂśvetett appunk</li> </ul> -</section></section> -<section> -<section id="hĂĄzi" class="title-slide slide level1"> -<h1>HĂĄzi</h1> - </section> -<section id="alap" class="slide level2"> -<h2>Alap</h2> -<p>Kaptok egy <a href="https://git.sch.bme.hu/KSZKepzes/cicas-kepek">repo</a>-t, azt el kell forkolni, ĂŠs sajĂĄt kĂŠpet kell feltĂślteni.</p> +<section id="fork" class="slide level1"> +<h1>Fork</h1> +<p>RĂĄmentek a reponĂĄl a fork gombra ĂŠs kĂŠsz.</p> +<p>Ha megvagytok a mĂłdosĂtĂĄssal, csinĂĄltok egy merge request-et.</p> </section> -<section id="expert" class="slide level2"> -<h2>Expert</h2> +<section id="hĂĄzi" class="slide level1"> +<h1>HĂĄzi</h1> +<h2 id="alap">Alap</h2> +<p>Kaptok egy <a href="https://git.sch.bme.hu/KSZKepzes/cicas-kepek">repo</a>-t, azt el kell forkolni, ĂŠs sajĂĄt kĂŠpet kell feltĂślteni.</p> +<h2 id="expert">Expert</h2> <p>KĂŠszĂtsetek pipeline-t a gyakorlat repo-jĂĄhoz, ĂŠs csinĂĄljatok autodeploy-t a linux-os vm-etekre!</p> -</section></section> -<section id="jĂł-munkĂĄt" class="title-slide slide level1"> +</section> +<section id="jĂł-munkĂĄt" class="slide level1"> <h1>JĂł munkĂĄt!</h1> - </section> </div> </div> diff --git a/index.html b/index.html index 645122a..134907d 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,15 @@ }, ], }, + { + title: 'Gyakorlat', + children: [ + { + title: 'Gyakorlat ĂŠs hĂĄzi feladat', + link: '/guide/gyakorlat/1_segedlet', + }, + ], + }, ], fetchOptions: { cache: 'no-cache' }, }); -- GitLab