2025-05-27 14:22:28 +03:00
const sidebars = {
2024-08-13 10:24:12 +00:00
docs : [
{
type : 'category' ,
label : 'Welcome!' ,
link : { type : 'doc' , id : 'Instructions/Start' } ,
className : 'Start' ,
items : [ { type : 'autogenerated' , dirName : 'Start' } ]
} ,
{
type : 'category' ,
label : 'Messengers' ,
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' } ] } ,
2025-03-18 23:35:36 +03:00
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/GreenAPI' } , label : 'Green API (WhatsApp)' , className : 'GreenAPI' , items : [ { type : 'autogenerated' , dirName : 'Green_API' } ] } ,
2024-08-13 10:24:12 +00:00
] ,
} ,
{
type : 'category' ,
label : 'Social networks' ,
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 : 'Databases and spreadsheets' ,
className : 'Database' ,
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' } ] } ,
2025-02-13 14:53:50 +03:00
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/PostgreSQL' } , label : 'PostgreSQL' , className : 'PostgreSQL' , items : [ { type : 'autogenerated' , dirName : 'PostgreSQL' } ] } ,
2024-12-31 11:45:18 +03:00
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/SQLite' } , label : 'SQLite' , className : 'SQLite' , items : [ { type : 'autogenerated' , dirName : 'SQLite' } ] } ,
2025-04-01 23:18:40 +03:00
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/MySQL' } , label : 'MySQL' , className : 'MySQL' , items : [ { type : 'autogenerated' , dirName : 'MySQL' } ] } ,
2024-08-13 10:24:12 +00:00
] ,
} ,
{
type : 'category' ,
2024-11-14 23:25:25 +03:00
label : 'File-hosting services and storages' ,
2024-08-13 10:24:12 +00:00
className : 'Folder' ,
items : [
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/GoogleDrive' } , label : 'Google Drive' , className : 'GoogleDrive' , items : [ { type : 'autogenerated' , dirName : 'Google_Drive' } ] } ,
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/YandexDisk' } , label : 'Yandex Disk' , className : 'YandexDisk' , items : [ { type : 'autogenerated' , dirName : 'Yandex_Disk' } ] } ,
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/Dropbox' } , label : 'Dropbox' , className : 'Dropbox' , items : [ { type : 'autogenerated' , dirName : 'Dropbox' } ] } ,
2024-11-14 23:23:04 +03:00
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/S3' } , label : 'AWS S3 (MinIO)' , className : 'S3' , items : [ { type : 'autogenerated' , dirName : 'S3' } ] } ,
2024-08-13 10:24:12 +00:00
] ,
} ,
{
type : 'category' ,
label : 'Complete solutions (CMS, CRM)' ,
className : 'CRM' ,
items : [
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/Bitrix24' } , label : 'Bitrix24' , className : 'Bitrix24' , items : [ { type : 'autogenerated' , dirName : 'Bitrix24' } ] } ,
] ,
} ,
2024-08-20 14:23:18 +03:00
{
type : 'category' ,
2024-10-16 17:07:05 +03:00
label : 'E-commerce and delivery' ,
2024-08-20 14:23:18 +03:00
className : 'Commerce' ,
items : [
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/Ozon' } , label : 'Ozon' , className : 'Ozon' , items : [ { type : 'autogenerated' , dirName : 'Ozon' } ] } ,
2024-10-16 17:07:05 +03:00
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/CDEK' } , label : 'CDEK' , className : 'CDEK' , items : [ { type : 'autogenerated' , dirName : 'CDEK' } ] } ,
2024-08-20 14:23:18 +03:00
] ,
} ,
2024-08-13 10:24:12 +00:00
{
type : 'category' ,
label : 'Planning and projects managment ' ,
className : 'Calendar' ,
items : [
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/GoogleCalendar' } , label : 'Google Calendar' , className : 'GoogleCalendar' , items : [ { type : 'autogenerated' , dirName : 'Google_Calendar' } ] } ,
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/Notion' } , label : 'Notion' , className : 'Notion' , items : [ { type : 'autogenerated' , dirName : 'Notion' } ] } ,
] ,
} ,
2025-04-14 23:37:08 +03:00
{
type : 'category' ,
label : 'Artificial intelligence' ,
className : 'AI' ,
items : [
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/Ollama' } , label : 'Ollama' , className : 'Ollama' , items : [ { type : 'autogenerated' , dirName : 'Ollama' } ] } ,
] ,
2025-05-05 16:10:40 +03:00
} ,
{
type : 'category' ,
label : 'Протоколы обмена' ,
className : 'Exchange' ,
items : [
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/TCP' } , label : 'TCP' , className : 'TCP' , items : [ { type : 'autogenerated' , dirName : 'TCP' } ] } ,
2025-05-05 17:30:31 +03:00
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/HTTP' } , label : 'HTTP' , className : 'HTTP' , items : [ { type : 'autogenerated' , dirName : 'HTTP-client' } ] } ,
2025-05-05 16:10:40 +03:00
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/RCON' } , label : 'RCON' , className : 'RCON' , items : [ { type : 'autogenerated' , dirName : 'RCON' } ] } ,
] ,
2025-04-14 23:37:08 +03:00
} ,
2024-09-25 16:14:26 +03:00
{
type : 'category' ,
label : 'Other' ,
className : 'Other' ,
items : [
{ type : 'category' , link : { type : 'doc' , id : 'Instructions/Neocities' } , label : 'Neocities' , className : 'Neocities' , items : [ { type : 'autogenerated' , dirName : 'Neocities' } ] } ,
]
}
2024-08-13 10:24:12 +00:00
] ,
2025-05-27 14:22:28 +03:00
addonsSidebar : [
{
type : 'doc' ,
id : 'Addons/About-Addons' ,
label : 'Об аддонах' ,
className : 'Addons' ,
} ,
{
type : 'doc' ,
id : 'Addons/Melezh' ,
label : 'Melezh' ,
className : 'Melezh' ,
} ,
// другие аддоны...
] ,
// Сайдбар деталей конкретного аддона (Melezh)
melezhSidebar : [
{
type : 'category' ,
2025-06-02 23:11:14 +03:00
label : 'About Melezh' ,
2025-05-27 14:22:28 +03:00
className : 'Info' ,
link : {
type : 'doc' ,
id : 'Addons/Melezh/Overview'
} ,
items : [ { type : 'autogenerated' , dirName : 'Addons/Melezh/Start' } ]
} ,
{
type : 'category' ,
2025-06-02 23:11:14 +03:00
label : 'Web interface' ,
2025-05-27 14:22:28 +03:00
className : 'WebUI' ,
items : [
{ type : 'autogenerated' , dirName : 'Addons/Melezh/Web-Interface' } ,
]
} ,
{
type : 'category' ,
2025-06-02 23:11:14 +03:00
label : 'Command-line interface' ,
2025-05-27 14:22:28 +03:00
className : 'CL' ,
items : [
{ type : 'autogenerated' , dirName : 'Addons/Melezh/Console-Interface' } ,
]
} ,
]
2024-08-13 10:24:12 +00:00
} ;
2025-05-27 14:22:28 +03:00
module . exports = sidebars ;