From 3d713880ff70ec7d8e8a4db21f28fbb45895f731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20L=C3=A1szl=C3=B3?= <rlacko99@gmail.com> Date: Thu, 8 Oct 2020 12:41:16 +0200 Subject: [PATCH] Added table of contents --- docs/README.md | 17 +++++++++++++++++ docs/index.html | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index cd6e180..0e01d0f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,23 @@ # Tartalom - BevezetĹ + - [BemutatkozĂĄs](intro/1_introduction.md) - [VerziĂłkezelĂŠs](intro/2_versioning.md) - [Git tĂśrtĂŠnete](intro/3_history.md) + +- Git hasznĂĄlata + + - [TelepĂtĂŠs ĂŠs konfigurĂĄciĂł](workshop/1_installation.md) + - [Alapok](workshop/2_basics.md) + - [ElĂĄgazĂĄs, "BranchelĂŠs"](workshop/3_branch.md) + +- TĂĄvoli Repository + + - [Alapok, SSH kulcs](remote/1_basics.md) + - [Github](remote/2_github.md) + - [Issue, merge request, Fork](remote/3_issue_merge_fork.md) + +- ForrĂĄs + + - [Pro Git kĂśnyv](https://git-scm.com/book/en/v2/) diff --git a/docs/index.html b/docs/index.html index a6616b4..52d21b1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@ /> <link rel="stylesheet" - href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" + href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css" /> </head> <body> -- GitLab