You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adminforth/documentation/blog/tags.yml
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,19 @@ nuxt:
26
26
github-actions:
27
27
label: GitHub Actions
28
28
permalink: /github-actions
29
-
description: GitHub Actions is a continuous integration and continuous deployment (CI/CD) service provided by GitHub that allows you to automate your software development workflows.
29
+
description: GitHub Actions is a continuous integration and continuous deployment (CI/CD) service provided by GitHub that allows you to automate your software development workflows.
30
+
31
+
git:
32
+
label: Git
33
+
permalink: /git
34
+
description: Git is a distributed version control system that allows multiple developers to collaborate on a project.
35
+
36
+
versioning:
37
+
label: Versioning
38
+
permalink: /versioning
39
+
description: Versioning is the process of assigning unique identifiers to different versions of a software application or project.
40
+
41
+
npm:
42
+
label: NPM
43
+
permalink: /npm
44
+
description: NPM is a package manager for the JavaScript programming language that allows developers to share and reuse code.
0 commit comments