You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-04-26 20:43:22 +02:00
Доработка тегов документации для EN
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
.tagLabel {
|
||||
padding: 0 0.5rem;
|
||||
background: #004943;
|
||||
background: #017269;
|
||||
color: #ffffff !important;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
@@ -49,7 +49,6 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Темная тема */
|
||||
[data-theme='dark'] .tag {
|
||||
background: #1e293b;
|
||||
border-color: #334155;
|
||||
@@ -64,7 +63,6 @@
|
||||
color: #e5e5e5 !important;
|
||||
}
|
||||
|
||||
/* Адаптивность для мобильных */
|
||||
@media (max-width: 768px) {
|
||||
.libraryIntro {
|
||||
gap: 0.35rem;
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Airtable
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_Airtable" cli="airtable" use="oint/api/airtable" lang="en"/>
|
||||
|
||||
This section covers the library for working with Airtable API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Bitrix24
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_Bitrix24" cli="bitrix24" use="oint/api/bitrix24" lang="en"/>
|
||||
|
||||
This section covers the library for working with Bitrix24 API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
### Getting Started
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# CDEK
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_CDEK" cli="cdek" use="oint/api/cdek" lang="en"/>
|
||||
|
||||
This section covers the library for working with CDEK API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
## Getting Started
|
||||
|
||||
+4
@@ -8,4 +8,8 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# ClickHouse
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_ClickHouse" cli="clickhouse" use="oint/api/clickhouse" lang="en"/>
|
||||
|
||||
This section covers the library for working with ClickHouse in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Dropbox
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_Dropbox" cli="dropbox" use="oint/api/dropbox" lang="en"/>
|
||||
|
||||
This section covers the library for working with Dropbox API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1C:Enterprise, 1C:Enterprise 8.3, API, Integration, Services, Dat
|
||||
|
||||
# FTP(s)
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_FTP" cli="ftp" use="oint/api/ftp" lang="en"/>
|
||||
|
||||
This section covers the library for working with the FTP(s) protocol in 1C:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
<div class="theme-admonition theme-admonition-info admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module alert alert--info">
|
||||
|
||||
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Google Calendar
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_GoogleCalendar" cli="gcalendar" use="oint/api/gcalendar" lang="en"/>
|
||||
|
||||
### Getting Started
|
||||
|
||||
To get started, you need to create an account and a new project on the [Google Cloud Console main page](https://console.cloud.google.com/), then enable the Calendar service on [its Marketplace page](https://console.cloud.google.com/marketplace/product/google/calendar-json.googleapis.com).
|
||||
|
||||
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Google Drive
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_GoogleDrive" cli="gdrive" use="oint/api/gdrive" lang="en"/>
|
||||
|
||||
### Getting Started
|
||||
|
||||
To get started, you need to create an account and a new project on the [Google Cloud Console main page](https://console.cloud.google.com/), then enable the Drive service on [its Marketplace page](https://console.cloud.google.com/marketplace/product/google/drive.googleapis.com).
|
||||
|
||||
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Google Sheets
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_GoogleSheets" cli="gsheets" use="oint/api/gsheets" lang="en"/>
|
||||
|
||||
### Getting Started
|
||||
|
||||
To get started, you need to create an account and a new project on the [Google Cloud Console main page](https://console.cloud.google.com/), then enable the Sheets service on [its Marketplace page](https://console.cloud.google.com/marketplace/product/google/sheets.googleapis.com).
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# WhatsApp (GreenAPI)
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_GreenAPI" cli="greenapi" use="oint/api/greenapi" lang="en"/>
|
||||
|
||||
This section covers the library for working with WhatsApp via Green API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
### Getting Started
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Max (GreenAPI)
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_GreenMax" cli="greenmax" use="oint/api/greenmax" lang="en"/>
|
||||
|
||||
This section covers the library for working with Max via Green API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
### Getting Started
|
||||
|
||||
Vendored
+3
@@ -7,6 +7,9 @@ sidebar_class_name: HTTP
|
||||
|
||||
# HTTP (Client)
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_ЗапросыHTTP" use="oint/tools/http" lang="en"/>
|
||||
|
||||
This section covers the library for working with HTTP(s) protocol in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
|
||||
Vendored
+4
@@ -7,6 +7,10 @@ sidebar_class_name: MSSQL
|
||||
|
||||
# MSSQL
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_MSSQL" cli="mssql" use="oint/api/mssql" lang="en"/>
|
||||
|
||||
This section covers the library for working with MS SQL Server in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
<div class="theme-admonition theme-admonition-info admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module alert alert--info">
|
||||
|
||||
Vendored
+4
@@ -7,6 +7,10 @@ sidebar_class_name: MongoDB
|
||||
|
||||
# MongoDB
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_MongoDB" cli="mongodb" use="oint/api/mongodb" lang="en"/>
|
||||
|
||||
This section covers the library for working with MongoDB databases in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
<div class="theme-admonition theme-admonition-info admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module alert alert--info">
|
||||
|
||||
Vendored
+4
@@ -7,6 +7,10 @@ sidebar_class_name: MySQL
|
||||
|
||||
# MySQL
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_MySQL" cli="mysql" use="oint/api/mysql" lang="en"/>
|
||||
|
||||
This section covers the library for working with MySQL databases in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
<div class="theme-admonition theme-admonition-info admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module alert alert--info">
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Neocities
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_Neocities" cli="neocities" use="oint/api/neocities" lang="en"/>
|
||||
|
||||
This section covers the library for working with Neocities API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Notion
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_Notion" cli="notion" use="oint/api/notion" lang="en"/>
|
||||
|
||||
This section covers the library for working with Notion API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# Ollama
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_Ollama" cli="ollama" use="oint/api/ollama" lang="en"/>
|
||||
|
||||
This section covers the library for working with Ollama in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Vendored
+4
@@ -7,6 +7,10 @@ sidebar_class_name: OpenAI
|
||||
|
||||
# OpenAI
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_OpenAI" cli="openai" use="oint/api/openai" lang="en"/>
|
||||
|
||||
This section covers the library for working with OpenAI API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
## Preface
|
||||
|
||||
+4
@@ -7,6 +7,10 @@ sidebar_class_name: PostgreSQL
|
||||
|
||||
# PostgreSQL
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_PostgreSQL" cli="postgres" use="oint/api/postgres" lang="en"/>
|
||||
|
||||
This section covers the library for working with PostgreSQL databases in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
<div class="theme-admonition theme-admonition-info admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module alert alert--info">
|
||||
|
||||
Vendored
+4
@@ -7,6 +7,10 @@ sidebar_class_name: RCON
|
||||
|
||||
# RCON (Client)
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_RCON" cli="rcon" use="oint/api/rcon" lang="en"/>
|
||||
|
||||
This section covers the library for working with RCON protocol in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
<div class="theme-admonition theme-admonition-info admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module alert alert--info">
|
||||
|
||||
Vendored
+4
@@ -7,6 +7,10 @@ sidebar_class_name: S3
|
||||
|
||||
# AWS S3 (MinIO)
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_S3" cli="s3" use="oint/api/s3" lang="en"/>
|
||||
|
||||
This section covers the library for working with AWS S3 API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
:::important
|
||||
|
||||
Vendored
+4
@@ -8,6 +8,10 @@ keywords: [1C, 1C:Enterprise, 1C:Enterprise 8.3, API, Integration, Services, Dat
|
||||
|
||||
# SFTP
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_SFTP" cli="sftp" use="oint/api/sftp" lang="en"/>
|
||||
|
||||
This section covers the library for working with SFTP protocol in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
<div class="theme-admonition theme-admonition-info admonition_node_modules-@docusaurus-theme-classic-lib-theme-Admonition-Layout-styles-module alert alert--info">
|
||||
|
||||
Vendored
+4
@@ -9,6 +9,10 @@ keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Servic
|
||||
|
||||
# gRPC
|
||||
|
||||
import LibraryIntro from '@site/src/components/LibraryIntro';
|
||||
|
||||
<LibraryIntro module="OPI_GRPC" cli="grpc" use="oint/api/grpc" lang="en"/>
|
||||
|
||||
This section covers the library for working with gRPC in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user