From 753ac7cc3a8ad16e1e95284bdd31e6497c4da788 Mon Sep 17 00:00:00 2001 From: raczmirko <123543210+raczmirko@users.noreply.github.com> Date: Sat, 27 Jul 2024 11:48:38 +0200 Subject: [PATCH] feat: added new resources --- src/assets/resources.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/assets/resources.json b/src/assets/resources.json index d43c13b..436c3ea 100644 --- a/src/assets/resources.json +++ b/src/assets/resources.json @@ -194,5 +194,19 @@ "Name": "Transactional: controller vs. service?", "Link": "https://stackoverflow.com/questions/4462785/transactional-controller-vs-service", "Description": "Where to use the @Transactional annotation in Spring? In the Controller or the Service?" + }, + { + "Category": "GitHub Pages", + "Language": "EN", + "Name": "Automatic deploy via gh-pages", + "Link": "https://www.npmjs.com/package/gh-pages", + "Description": "Automatic deployments of a branch to GitHub Pages via the gh-pages command." + }, + { + "Category": "Git", + "Language": "EN", + "Name": "Git Branch Naming Convention", + "Link": "https://dev.to/couchcamote/git-branching-name-convention-cch", + "Description": "How should git branches be called?" } ]