Skip to content

Commit fbcc903

Browse files
committed
docs: fix tags
1 parent f6af373 commit fbcc903

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

adminforth/documentation/blog/tags.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,19 @@ nuxt:
2626
github-actions:
2727
label: GitHub Actions
2828
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

Comments
 (0)