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/api/01-rest-api.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 1
---
# REST API

5
docs/api/02-http.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 2
---
# Протокол HTTP

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 3
---
# Статус ответа HTTP

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 4
---
# Типы запросов HTTP

5
docs/api/05-polling.md Normal file
View File

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

5
docs/api/06-websocket.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 6
---
# Websockets

5
docs/api/07-graphql.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 7
---
# GraphQL

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

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