1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/ru/md/sidebars.js

166 lines
8.1 KiB
JavaScript
Raw Normal View History

2025-07-06 01:01:25 +03:00
const sidebars = {
docs: [
{
type: 'category',
label: 'Добро пожаловать!',
link: { type: 'doc', id: 'Instructions/Start' },
className: 'Start',
items: [{ type: 'autogenerated', dirName: 'Start' }]
},
{
type: 'category',
label: 'Мессенджеры',
className: 'Messenger',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/Telegram' }, label: 'Telegram', className: 'Telegram', items: [{ type: 'autogenerated', dirName: 'Telegram' }] },
{ 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: 'WhatsApp (GreenAPI)', className: 'GreenAPI', items: [{ type: 'autogenerated', dirName: 'GreenAPI' }] },
2025-10-25 14:06:37 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/GreenMax' }, label: 'Max (GreenAPI)', className: 'GreenMax', items: [{ type: 'autogenerated', dirName: 'GreenMax' }] },
2025-07-06 01:01:25 +03:00
],
},
{
type: 'category',
label: 'Социальные сети',
className: 'Social',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/VK' }, label: 'VK', className: 'VK', items: [{ type: 'autogenerated', dirName: 'VK' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/Twitter' }, label: 'Twitter', className: 'Twitter', items: [{ type: 'autogenerated', dirName: 'Twitter' }] },
],
},
{
type: 'category',
label: 'Базы данных и электронные таблицы',
className: 'Database',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/Airtable' }, label: 'Airtable', className: 'Airtable', items: [{ type: 'autogenerated', dirName: 'Airtable' }] },
2025-10-25 22:19:46 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/GoogleSheets' }, label: 'Google Sheets', className: 'GoogleSheets', items: [{ type: 'autogenerated', dirName: 'GoogleSheets' }] },
2025-07-06 01:01:25 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/PostgreSQL' }, label: 'PostgreSQL', className: 'PostgreSQL', items: [{ type: 'autogenerated', dirName: 'PostgreSQL' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/SQLite' }, label: 'SQLite', className: 'SQLite', items: [{ type: 'autogenerated', dirName: 'SQLite' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/MySQL' }, label: 'MySQL', className: 'MySQL', items: [{ type: 'autogenerated', dirName: 'MySQL' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/MSSQL' }, label: 'MS SQL Server', className: 'MSSQL', items: [{ type: 'autogenerated', dirName: 'MSSQL' }] },
],
},
{
type: 'category',
label: 'Файловые хостинги и хранилища',
className: 'Folder',
items: [
2025-10-25 22:19:46 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/GoogleDrive' }, label: 'Google Drive', className: 'GoogleDrive', items: [{ type: 'autogenerated', dirName: 'GoogleDrive' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/YandexDisk' }, label: 'Yandex Disk', className: 'YandexDisk', items: [{ type: 'autogenerated', dirName: 'YandexDisk' }] },
2025-07-06 01:01:25 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/Dropbox' }, label: 'Dropbox', className: 'Dropbox', items: [{ type: 'autogenerated', dirName: 'Dropbox' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/S3' }, label: 'AWS S3 (MinIO)', className: 'S3', items: [{ type: 'autogenerated', dirName: 'S3' }] },
],
},
{
type: 'category',
label: 'Комплексные решения (CMS, CRM)',
className: 'CRM',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/Bitrix24' }, label: 'Bitrix24', className: 'Bitrix24', items: [{ type: 'autogenerated', dirName: 'Bitrix24' }] },
],
},
{
type: 'category',
label: 'Электронная коммерция и доставка',
className: 'Commerce',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/CDEK' }, label: 'CDEK', className: 'CDEK', items: [{ type: 'autogenerated', dirName: 'CDEK' }] },
],
},
{
type: 'category',
label: 'Планирование и управление проектами ',
className: 'Calendar',
items: [
2025-10-25 22:19:46 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/GoogleCalendar' }, label: 'Google Calendar', className: 'GoogleCalendar', items: [{ type: 'autogenerated', dirName: 'GoogleCalendar' }] },
2025-07-06 01:01:25 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/Notion' }, label: 'Notion', className: 'Notion', items: [{ type: 'autogenerated', dirName: 'Notion' }] },
],
},
{
type: 'category',
label: 'Искусственный интеллект',
className: 'AI',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/Ollama' }, label: 'Ollama', className: 'Ollama', items: [{ type: 'autogenerated', dirName: 'Ollama' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/OpenAI' }, label: 'OpenAI', className: 'OpenAI', items: [{ type: 'autogenerated', dirName: 'OpenAI' }] },
],
},
{
type: 'category',
label: 'Протоколы обмена',
className: 'Exchange',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/TCP' }, label: 'TCP', className: 'TCP', items: [{ type: 'autogenerated', dirName: 'TCP' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/HTTP' }, label: 'HTTP', className: 'HTTP', items: [{ type: 'autogenerated', dirName: 'HTTP-client' }] },
2025-09-07 22:24:00 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/FTP' }, label: 'FTP', className: 'FTP', items: [{ type: 'autogenerated', dirName: 'FTP' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/SFTP' }, label: 'SFTP', className: 'SFTP', items: [{ type: 'autogenerated', dirName: 'SFTP' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/SSH' }, label: 'SSH', className: 'SSH', items: [{ type: 'autogenerated', dirName: 'SSH' }] },
2025-07-06 01:01:25 +03:00
{ type: 'category', link: { type: 'doc', id: 'Instructions/RCON' }, label: 'RCON', className: 'RCON', items: [{ type: 'autogenerated', dirName: 'RCON' }] },
],
},
{
type: 'category',
label: 'Прочее',
className: 'Other',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/Neocities' }, label: 'Neocities', className: 'Neocities', items: [{ type: 'autogenerated', dirName: 'Neocities' }] },
]
}
],
addonsSidebar: [
{
type: 'doc',
id: 'Addons/About-Addons',
label: 'Об аддонах',
className: 'Addons',
},
{
type: 'doc',
id: 'Addons/Melezh',
label: 'Melezh',
className: 'Melezh',
},
// другие аддоны...
],
// Сайдбар деталей конкретного аддона (Melezh)
melezhSidebar: [
{
type: 'category',
label: 'О Melezh',
className: 'Info',
link: {
type: 'doc',
id: 'Addons/Melezh/Overview'
},
items: [{ type: 'autogenerated', dirName: 'Addons/Melezh/Start' }]
},
{
type: 'category',
label: 'Web-интерфейс',
className: 'WebUI',
items: [
{ type: 'autogenerated', dirName: 'Addons/Melezh/Web-Interface' },
]
},
{
type: 'category',
label: 'Консольный интерфейс',
className: 'CL',
items: [
{ type: 'autogenerated', dirName: 'Addons/Melezh/Console-Interface' },
]
},
]
};
2025-05-23 23:21:04 +03:00
module.exports = sidebars;