diff --git a/docs/docusaurus/src/css/custom.css b/docs/docusaurus/src/css/custom.css
index f7c1ebb9a0..ecf414c69b 100644
--- a/docs/docusaurus/src/css/custom.css
+++ b/docs/docusaurus/src/css/custom.css
@@ -131,7 +131,7 @@ li > a.menu__link {
.Slack a::before, .YandexDisk a::before, .Dropbox a::before, .Bitrix24 a::before, .Messenger a::before,
.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{
+.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before{
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@@ -220,6 +220,10 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/PostgreSQL.png);
}
+.GreenAPI > div > a::before{
+ content: url(../../static/img/APIs/small/GreenAPI.png);
+}
+
.Messenger > div > a::before{
content: url(../../static/img/Categories/chat.png);
}
diff --git a/docs/docusaurus/static/img/APIs/GreenAPI.png b/docs/docusaurus/static/img/APIs/GreenAPI.png
new file mode 100644
index 0000000000..cced2a8bb3
Binary files /dev/null and b/docs/docusaurus/static/img/APIs/GreenAPI.png differ
diff --git a/docs/docusaurus/static/img/APIs/small/GreenAPI.png b/docs/docusaurus/static/img/APIs/small/GreenAPI.png
new file mode 100644
index 0000000000..c129db2e0e
Binary files /dev/null and b/docs/docusaurus/static/img/APIs/small/GreenAPI.png differ
diff --git a/docs/en/md/Instructions/GreenAPI.md b/docs/en/md/Instructions/GreenAPI.md
new file mode 100644
index 0000000000..2d7fe6b990
--- /dev/null
+++ b/docs/en/md/Instructions/GreenAPI.md
@@ -0,0 +1,13 @@
+---
+id: GreenAPI
+sidebar_class_name: GreenAPI
+---
+
+
+
+# Green API (WhatsApp)
+
+This section is dedicated to the library for working with WhatsApp via Green API. On this page, all the steps necessary to start working are described
+
+## Getting started
+
diff --git a/docs/en/md/Instructions/Start.md b/docs/en/md/Instructions/Start.md
index b665ce13a0..4cf76e36ef 100644
--- a/docs/en/md/Instructions/Start.md
+++ b/docs/en/md/Instructions/Start.md
@@ -22,8 +22,9 @@ Fast navigation:
+
-
+
diff --git a/docs/en/md/sidebars.js b/docs/en/md/sidebars.js
index efb81c1cf8..c028468ca9 100644
--- a/docs/en/md/sidebars.js
+++ b/docs/en/md/sidebars.js
@@ -18,6 +18,7 @@
{ type: 'category', link: {type: 'doc', id:'Instructions/Viber'}, label: 'Viber', className: 'Viber', items:[{type: 'autogenerated', dirName: 'Viber'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/Slack'}, label: 'Slack', className: 'Slack', items:[{type: 'autogenerated', dirName: 'Slack'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/VKTeams'}, label: 'VK Teams', className: 'VKTeams', items:[{type: 'autogenerated', dirName: 'VKTeams'}]},
+ { type: 'category', link: {type: 'doc', id:'Instructions/GreenAPI'}, label: 'Green API (WhatsApp)', className: 'GreenAPI', items:[{type: 'autogenerated', dirName: 'GreenAPI'}]},
],
},
{
diff --git a/docs/ru/md/Instructions/GreenAPI.md b/docs/ru/md/Instructions/GreenAPI.md
new file mode 100644
index 0000000000..b446689bae
--- /dev/null
+++ b/docs/ru/md/Instructions/GreenAPI.md
@@ -0,0 +1,13 @@
+---
+id: GreenAPI
+sidebar_class_name: GreenAPI
+---
+
+
+
+# Green API (WhatsApp)
+
+Этот раздел посвящен библиотеке для работы с WhatsApp через Green API. На данной странице описаны все действия, необходимые для полноценного начала работы
+
+## Начало работы
+
diff --git a/docs/ru/md/Instructions/Start.md b/docs/ru/md/Instructions/Start.md
index 709eed9cf4..338998ce24 100644
--- a/docs/ru/md/Instructions/Start.md
+++ b/docs/ru/md/Instructions/Start.md
@@ -22,8 +22,9 @@ sidebar_class_name: NachaloRaboty
+
-
+
diff --git a/docs/ru/md/sidebars.js b/docs/ru/md/sidebars.js
index 0b30729ad9..8d79e96a16 100644
--- a/docs/ru/md/sidebars.js
+++ b/docs/ru/md/sidebars.js
@@ -18,6 +18,7 @@ export default {
{ type: 'category', link: {type: 'doc', id:'Instructions/Viber'}, label: 'Viber', className: 'Viber', items:[{type: 'autogenerated', dirName: 'Viber'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/Slack'}, label: 'Slack', className: 'Slack', items:[{type: 'autogenerated', dirName: 'Slack'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/VKTeams'}, label: 'VK Teams', className: 'VKTeams', items:[{type: 'autogenerated', dirName: 'VKTeams'}]},
+ { type: 'category', link: {type: 'doc', id:'Instructions/GreenAPI'}, label: 'Green API (WhatsApp)', className: 'GreenAPI', items:[{type: 'autogenerated', dirName: 'GreenAPI'}]},
],
},
{
diff --git a/media/GreenAPI.png b/media/GreenAPI.png
new file mode 100644
index 0000000000..e25c6910f0
Binary files /dev/null and b/media/GreenAPI.png differ