diff --git a/docs/docusaurus/src/css/custom.css b/docs/docusaurus/src/css/custom.css
index 73410b6388e..96d8e40eae6 100644
--- a/docs/docusaurus/src/css/custom.css
+++ b/docs/docusaurus/src/css/custom.css
@@ -197,7 +197,7 @@ li > a.menu__link {
.VKTeams a::before, .S3 a::before, .TCP 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, .MSSQL a::before, .AI a:before,
.Ollama a::before, .Exchange a::before, .HTTP a::before, .OpenAI a::before, .Addons a::before, .Melezh a::before, .CL a::before, .WebUI a::before,
-.Info a::before, .FTP a::before, .SFTP a::before, .SSH a::before{
+.Info a::before, .FTP a::before, .SFTP a::before, .SSH a::before, .GreenMax a::before{
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@@ -302,6 +302,10 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/GreenAPI.png);
}
+.GreenMax > div > a::before{
+ content: url(../../static/img/APIs/small/GreenMax.png);
+}
+
.Ollama > div > a::before{
content: url(../../static/img/APIs/small/Ollama.png);
diff --git a/docs/en/md/Instructions/Start.md b/docs/en/md/Instructions/Start.md
index 7c95b1eaf1c..d66c0d00c2b 100644
--- a/docs/en/md/Instructions/Start.md
+++ b/docs/en/md/Instructions/Start.md
@@ -22,6 +22,7 @@ Fast navigation:
+
diff --git a/docs/en/md/sidebars.js b/docs/en/md/sidebars.js
index 77a44793e49..b3a03984c95 100644
--- a/docs/en/md/sidebars.js
+++ b/docs/en/md/sidebars.js
@@ -18,7 +18,8 @@
{ 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: 'Green_API'}]},
+ { type: 'category', link: { type: 'doc', id: 'Instructions/GreenAPI' }, label: 'WhatsApp (GreenAPI)', className: 'GreenAPI', items: [{ type: 'autogenerated', dirName: 'GreenAPI' }] },
+ { type: 'category', link: { type: 'doc', id: 'Instructions/GreenMax' }, label: 'Max (GreenAPI)', className: 'GreenMax', items: [{ type: 'autogenerated', dirName: 'GreenMax' }] },
],
},
{
diff --git a/docs/ru/md/Instructions/Start.md b/docs/ru/md/Instructions/Start.md
index 2ea56ff12a2..30b7a4b3252 100644
--- a/docs/ru/md/Instructions/Start.md
+++ b/docs/ru/md/Instructions/Start.md
@@ -23,6 +23,7 @@ keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3,
+
diff --git a/docs/ru/md/sidebars.js b/docs/ru/md/sidebars.js
index 6d31b2f72c3..a728b3f112b 100644
--- a/docs/ru/md/sidebars.js
+++ b/docs/ru/md/sidebars.js
@@ -18,7 +18,8 @@ const sidebars = {
{ 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: 'Green_API' }] },
+ { type: 'category', link: { type: 'doc', id: 'Instructions/GreenAPI' }, label: 'WhatsApp (GreenAPI)', className: 'GreenAPI', items: [{ type: 'autogenerated', dirName: 'Green_API' }] },
+ { type: 'category', link: { type: 'doc', id: 'Instructions/GreenMax' }, label: 'Max (GreenAPI)', className: 'GreenMax', items: [{ type: 'autogenerated', dirName: 'GreenMax' }] },
],
},
{