You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Дополнение документации
This commit is contained in:
6
docs/docusaurus/src/css/custom.css
vendored
6
docs/docusaurus/src/css/custom.css
vendored
@@ -196,7 +196,7 @@ li > a.menu__link {
|
||||
.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, .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 {
|
||||
.Info a::before, .FTP a::before {
|
||||
padding-right: 0.7rem;
|
||||
padding-top: 0.4rem;
|
||||
}
|
||||
@@ -314,6 +314,10 @@ li > a.menu__link {
|
||||
content: url(../../static/img/APIs/small/OpenAI.png);
|
||||
}
|
||||
|
||||
.FTP > div > a::before{
|
||||
content: url(../../static/img/APIs/small/FTP.png);
|
||||
}
|
||||
|
||||
.Messenger > div > a::before{
|
||||
content: url(../../static/img/Categories/chat.png);
|
||||
}
|
||||
|
||||
1
docs/docusaurus/src/pages/index.js
vendored
1
docs/docusaurus/src/pages/index.js
vendored
@@ -34,6 +34,7 @@ const iconList = [
|
||||
'/img/APIs/SQLite.png',
|
||||
'/img/APIs/TCP.png',
|
||||
'/img/APIs/VKTeams.png',
|
||||
'/img/APIs/FTP.png',
|
||||
];
|
||||
|
||||
const FallingIcons = () => {
|
||||
|
||||
1
docs/ru/md/Instructions/Start.md
vendored
1
docs/ru/md/Instructions/Start.md
vendored
@@ -41,6 +41,7 @@ keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3,
|
||||
<a href="/docs/Instructions/Airtable/"><img src={require('../../static/img/APIs/Airtable.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Dropbox/"><img src={require('../../static/img/APIs/Dropbox.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/Neocities/"><img src={require('../../static/img/APIs/Neocities.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/FTP/"><img src={require('../../static/img/APIs/FTP.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/TCP/"><img src={require('../../static/img/APIs/TCP.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/HTTP/"><img src={require('../../static/img/APIs/HTTP.png').default} width="32" class="wp_logo"/></a>
|
||||
<a href="/docs/Instructions/RCON/"><img src={require('../../static/img/APIs/RCON.png').default} width="32" class="wp_logo"/></a>
|
||||
|
||||
Reference in New Issue
Block a user