diff --git a/docs/docusaurus/src/css/custom.css b/docs/docusaurus/src/css/custom.css
index b28cfe53e3..22114250d7 100644
--- a/docs/docusaurus/src/css/custom.css
+++ b/docs/docusaurus/src/css/custom.css
@@ -166,7 +166,7 @@ li > a.menu__link {
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before, .Commerce a::before,
.VKTeams a::before, .S3 a::before, .TCP a::before, .Ozon a::before, .Neocities a::before, .CDEK a::before, .Start a::before,
.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before, .RCON a::before, .MySQL a::before, .AI a:before,
-.Ollama a::before, .Exchange a::before {
+.Ollama a::before, .Exchange a::before, HTTP a::before {
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@@ -179,6 +179,10 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/Telegram.png);
}
+.HTTP > div > a::before{
+ content: url(../../static/img/APIs/small/HTTP.png);
+}
+
.VK > div > a::before{
content: url(../../static/img/APIs/small/VK.png);
}
diff --git a/docs/docusaurus/static/img/APIs/HTTP.png b/docs/docusaurus/static/img/APIs/HTTP.png
new file mode 100644
index 0000000000..627a1b5103
Binary files /dev/null and b/docs/docusaurus/static/img/APIs/HTTP.png differ
diff --git a/docs/docusaurus/static/img/APIs/small/HTTP.png b/docs/docusaurus/static/img/APIs/small/HTTP.png
new file mode 100644
index 0000000000..5b8a141060
Binary files /dev/null and b/docs/docusaurus/static/img/APIs/small/HTTP.png differ
diff --git a/docs/docusaurus/static/img/circle.png b/docs/docusaurus/static/img/circle.png
new file mode 100644
index 0000000000..5771f0d34a
Binary files /dev/null and b/docs/docusaurus/static/img/circle.png differ
diff --git a/docs/en/md/Instructions/HTTP.md b/docs/en/md/Instructions/HTTP.md
new file mode 100644
index 0000000000..bf40d23dcd
--- /dev/null
+++ b/docs/en/md/Instructions/HTTP.md
@@ -0,0 +1,11 @@
+---
+id: HTTP
+sidebar_class_name: HTTP
+---
+
+
+
+# HTTP (Client)
+
+
+This section is dedicated to the library for working with the HTTP. On this page, all the steps necessary to start working are described
diff --git a/docs/en/md/sidebars.js b/docs/en/md/sidebars.js
index 722a0996c1..db8bf8340a 100644
--- a/docs/en/md/sidebars.js
+++ b/docs/en/md/sidebars.js
@@ -93,6 +93,7 @@
className: 'Exchange',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/TCP'}, label: 'TCP', className: 'TCP', items:[{type: 'autogenerated', dirName: 'TCP'}]},
+ { type: 'category', link: {type: 'doc', id:'Instructions/HTTP'}, label: 'HTTP', className: 'HTTP', items:[{type: 'autogenerated', dirName: 'HTTP-client'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
],
},
diff --git a/docs/ru/md/Instructions/HTTP.md b/docs/ru/md/Instructions/HTTP.md
new file mode 100644
index 0000000000..1bceaa4d0f
--- /dev/null
+++ b/docs/ru/md/Instructions/HTTP.md
@@ -0,0 +1,13 @@
+---
+id: HTTP
+sidebar_class_name: HTTP
+keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3, API, Интеграция, Сервисы, Обмен, OneScript, CLI, HTTP, HTTPS]
+---
+
+
+
+# HTTP (Клиент)
+
+
+
+Этот раздел посвящен библиотеке для работы с протоколом HTTP в 1С:Предприятие, OneScript и CLI. На данной странице описаны все действия, необходимые для полноценного начала работы
diff --git a/docs/ru/md/sidebars.js b/docs/ru/md/sidebars.js
index 2062241a49..9d1b8354a8 100644
--- a/docs/ru/md/sidebars.js
+++ b/docs/ru/md/sidebars.js
@@ -93,6 +93,7 @@ export default {
className: 'Exchange',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/TCP'}, label: 'TCP', className: 'TCP', items:[{type: 'autogenerated', dirName: 'TCP'}]},
+ { type: 'category', link: {type: 'doc', id:'Instructions/HTTP'}, label: 'HTTP', className: 'HTTP', items:[{type: 'autogenerated', dirName: 'HTTP-client'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
],
},
diff --git a/media/HTTP.png b/media/HTTP.png
new file mode 100644
index 0000000000..42aa4ba6e2
Binary files /dev/null and b/media/HTTP.png differ