add typescript

This commit is contained in:
2025-02-28 14:39:31 +03:00
parent 7d94ca6021
commit 99dffd0a1d
135 changed files with 1098 additions and 349 deletions

5
docs/git/01-git.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 1
---
# Git

5
docs/git/02-ci-cd.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 2
---
# CI/CD

7
docs/git/_category_.json Normal file
View File

@@ -0,0 +1,7 @@
{
"label": "Git",
"position": 8,
"link": {
"type": "generated-index"
}
}