mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-19 21:17:55 +02:00
Начало доков Green API
This commit is contained in:
parent
7e0a6848f2
commit
dddbec71b0
6
docs/docusaurus/src/css/custom.css
vendored
6
docs/docusaurus/src/css/custom.css
vendored
@ -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);
|
||||
}
|
||||
|
BIN
docs/docusaurus/static/img/APIs/GreenAPI.png
vendored
Normal file
BIN
docs/docusaurus/static/img/APIs/GreenAPI.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
docs/docusaurus/static/img/APIs/small/GreenAPI.png
vendored
Normal file
BIN
docs/docusaurus/static/img/APIs/small/GreenAPI.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
13
docs/en/md/Instructions/GreenAPI.md
vendored
Normal file
13
docs/en/md/Instructions/GreenAPI.md
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
id: GreenAPI
|
||||
sidebar_class_name: GreenAPI
|
||||
---
|
||||
|
||||
<img src={require('../../static/img/APIs/GreenAPI.png').default} width='64px' />
|
||||
|
||||
# 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
|
||||
|
3
docs/en/md/Instructions/Start.md
vendored
3
docs/en/md/Instructions/Start.md
vendored
@ -22,8 +22,9 @@ Fast navigation:
|
||||
<a href="/docs/Instructions/VKTeams/"><img src={require('../../static/img/APIs/VKTeams.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Viber/"><img src={require('../../static/img/APIs/Viber.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Ozon/"><img src={require('../../static/img/APIs/Ozon.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/GreenAPI/"><img src={require('../../static/img/APIs/GreenAPI.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/S3/"><img src={require('../../static/img/APIs/S3.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/PostgreSQL/"><img src={require('../../static/img/APIs/PostgreSQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/PostgreSQL/"><img src={require('../../static/img/APIs/PostgreSQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/SQLite/"><img src={require('../../static/img/APIs/SQLite.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Twitter/"><img src={require('../../static/img/APIs/Twitter.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Notion/"><img src={require('../../static/img/APIs/Notion.png').default} width="32" class="wp_logo"/></a>
|
||||
|
1
docs/en/md/sidebars.js
vendored
1
docs/en/md/sidebars.js
vendored
@ -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'}]},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
13
docs/ru/md/Instructions/GreenAPI.md
vendored
Normal file
13
docs/ru/md/Instructions/GreenAPI.md
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
id: GreenAPI
|
||||
sidebar_class_name: GreenAPI
|
||||
---
|
||||
|
||||
<img src={require('../../static/img/APIs/GreenAPI.png').default} width='64px' />
|
||||
|
||||
# Green API (WhatsApp)
|
||||
|
||||
Этот раздел посвящен библиотеке для работы с WhatsApp через Green API. На данной странице описаны все действия, необходимые для полноценного начала работы
|
||||
|
||||
## Начало работы
|
||||
|
3
docs/ru/md/Instructions/Start.md
vendored
3
docs/ru/md/Instructions/Start.md
vendored
@ -22,8 +22,9 @@ sidebar_class_name: NachaloRaboty
|
||||
<a href="/docs/Instructions/VKTeams/"><img src={require('../../static/img/APIs/VKTeams.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Viber/"><img src={require('../../static/img/APIs/Viber.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Ozon/"><img src={require('../../static/img/APIs/Ozon.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/GreenAPI/"><img src={require('../../static/img/APIs/GreenAPI.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/S3/"><img src={require('../../static/img/APIs/S3.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/PostgreSQL/"><img src={require('../../static/img/APIs/PostgreSQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/PostgreSQL/"><img src={require('../../static/img/APIs/PostgreSQL.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/SQLite/"><img src={require('../../static/img/APIs/SQLite.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Twitter/"><img src={require('../../static/img/APIs/Twitter.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Notion/"><img src={require('../../static/img/APIs/Notion.png').default} width="32" class="wp_logo"/></a>
|
||||
|
1
docs/ru/md/sidebars.js
vendored
1
docs/ru/md/sidebars.js
vendored
@ -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'}]},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
BIN
media/GreenAPI.png
vendored
Normal file
BIN
media/GreenAPI.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
x
Reference in New Issue
Block a user