From 36b4f990851d535b6b8320e13c58a0e43ebffa99 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Sat, 25 Oct 2025 14:06:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docusaurus/src/css/custom.css | 6 +++++- docs/en/md/Instructions/Start.md | 1 + docs/en/md/sidebars.js | 3 ++- docs/ru/md/Instructions/Start.md | 1 + docs/ru/md/sidebars.js | 3 ++- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/docusaurus/src/css/custom.css b/docs/docusaurus/src/css/custom.css index 73410b6388..96d8e40eae 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 7c95b1eaf1..d66c0d00c2 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 77a44793e4..b3a03984c9 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 2ea56ff12a..30b7a4b325 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 6d31b2f72c..a728b3f112 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' }] }, ], }, {