1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00

Начало доков SQLite

This commit is contained in:
Anton Titovets 2024-12-31 11:45:18 +03:00
parent 0494bf2053
commit d1a63ce153
9 changed files with 6054 additions and 6027 deletions

View File

@ -130,7 +130,8 @@ li > a.menu__link {
.Notion a::before, .GoogleCalendar a::before, .GoogleDrive a::before, .GoogleSheets a::before,
.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{
.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{
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@ -211,6 +212,10 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/TCP.png);
}
.SQLite > div > a::before{
content: url(../../static/img/APIs/small/SQLite.png);
}
.Messenger > div > a::before{
content: url(../../static/img/Categories/chat.png);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

10
docs/en/md/Instructions/SQLite.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
id: SQLite
sidebar_class_name: SQLite
---
<img src={require('../../static/img/APIs/SQLite.png').default} width='64px' />
# SQLite
This section is dedicated to the SQLite database library. На данной странице описаны все действия, необходимые для полноценного начала работы

View File

@ -36,6 +36,7 @@
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/Airtable'}, label: 'Airtable', className: 'Airtable', items:[{type: 'autogenerated', dirName: 'Airtable'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleSheets'}, label: 'Google Sheets', className: 'GoogleSheets', items:[{type: 'autogenerated', dirName: 'Google_Sheets'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/SQLite'}, label: 'SQLite', className: 'SQLite', items:[{type: 'autogenerated', dirName: 'SQLite'}]},
],
},
{

10
docs/ru/md/Instructions/SQLite.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
id: SQLite
sidebar_class_name: SQLite
---
<img src={require('../../static/img/APIs/SQLite.png').default} width='64px' />
# SQLite
Этот раздел посвящен библиотеке для работы с базами данных SQLite. На данной странице описаны все действия, необходимые для полноценного начала работы

View File

@ -36,6 +36,7 @@ export default {
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/Airtable'}, label: 'Airtable', className: 'Airtable', items:[{type: 'autogenerated', dirName: 'Airtable'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/GoogleSheets'}, label: 'Google Sheets', className: 'GoogleSheets', items:[{type: 'autogenerated', dirName: 'Google_Sheets'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/SQLite'}, label: 'SQLite', className: 'SQLite', items:[{type: 'autogenerated', dirName: 'SQLite'}]},
],
},
{

BIN
media/SQLite.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

File diff suppressed because it is too large Load Diff