From d433c45c866b8b9d6dd5e18b44cd66a7d527c8b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gerg=C5=91=20Radeczki?= <g.radeczki@gmail.com>
Date: Thu, 12 Aug 2021 17:23:16 +0200
Subject: [PATCH] added webstorm and summarizing articles

---
 docs/web/tutorial/editor/index.md    | 1 +
 docs/web/tutorial/editor/vscode.md   | 3 ++-
 docs/web/tutorial/editor/webstorm.md | 4 ++++
 mkdocs.yml                           | 1 +
 4 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 docs/web/tutorial/editor/index.md
 create mode 100644 docs/web/tutorial/editor/webstorm.md

diff --git a/docs/web/tutorial/editor/index.md b/docs/web/tutorial/editor/index.md
new file mode 100644
index 000000000..56d317f88
--- /dev/null
+++ b/docs/web/tutorial/editor/index.md
@@ -0,0 +1 @@
+# Mit használjak?
\ No newline at end of file
diff --git a/docs/web/tutorial/editor/vscode.md b/docs/web/tutorial/editor/vscode.md
index 65770dd83..3a157cab3 100644
--- a/docs/web/tutorial/editor/vscode.md
+++ b/docs/web/tutorial/editor/vscode.md
@@ -1,3 +1,4 @@
 # Visual Studio Code
 
-Milyen szövegszerkesztőt használjak
\ No newline at end of file
+!!! todo
+    Megírni a szöveget
\ No newline at end of file
diff --git a/docs/web/tutorial/editor/webstorm.md b/docs/web/tutorial/editor/webstorm.md
new file mode 100644
index 000000000..839d99cd1
--- /dev/null
+++ b/docs/web/tutorial/editor/webstorm.md
@@ -0,0 +1,4 @@
+# WebStorm
+
+!!! todo
+    Megírni a szöveget
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 37298e8e5..563d88c92 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -150,6 +150,7 @@ nav:
       - 2020/21/2 Web kezdő: web/workshop/2021-02-22.md
       - 2020/21/2 Web haladó: web/workshop/2021-03-03.md
     - Szerkesztő programok:
+      - Mit használjak?: web/tutorial/editor/index.md
       - Visual Studio Code: web/tutorial/editor/vscode.md
     - Weboldal készítés az alapoktól:
       - 0. Bevezető: web/tutorial/step-by-step/index.md
-- 
GitLab