1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Дополнение сайдбаров документации

This commit is contained in:
Anton Titovets
2025-11-04 21:22:29 +03:00
parent 9573d15172
commit e40053dc34
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ const sidebars = {
{ 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', link: { type: 'doc', id: 'Instructions/MongoDB' }, label: 'MongoDB', className: 'MongoDB', items: [{ type: 'autogenerated', dirName: 'MongoDB' }] },
],
},
{