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

View File

@@ -0,0 +1 @@
empty

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 1
---
# Обзор архитектур

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 2
---
# Классическая архитектура

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 3
---
# Atomic design

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 4
---
# Доменная архитектура

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 5
---
# Feature slice design

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 6
---
# Test driven development

View File

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