You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-07-15 01:34:30 +02:00
Начало доков Green API
This commit is contained in:
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'}]},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user