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

1
docs/browser/.gitkeep Normal file
View File

@@ -0,0 +1 @@
empty

View File

@@ -0,0 +1,7 @@
---
sidebar_position: 1
---
# Браузер
Как работает браузер?
Из каких модулей(интерфейс, домпарсер, js-движок, рендер, стораджи) состоит браузер

5
docs/browser/02-dom.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 2
---
# DOM

5
docs/browser/03-cssom.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 3
---
# CSSOM

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 4
---
# Critical render path

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 5
---
# Browser Dev-tools

View File

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