/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Mobile
sidebars.js
92 строки
2 KB
Spirzen
Big design rework
03 июн 2026, 00:53
03 июн 2026, 00:53
47730ce
Код
Авторство
О чём код?
// sidebars.js const sidebars = { docsSidebar: [ { type: 'category', label: 'О проекте', link: { type: 'doc', id: 'about/project' }, items: [ 'about/project', 'about/collections', 'about/collections/pervye-shagi', 'about/interactive', 'about/author', 'about/license', 'about/manifest', ], }, { type: 'category', label: 'Энциклопедия', link: { type: 'doc', id: 'encyclopedia/intro' }, items: [ { type: 'autogenerated', dirName: 'encyclopedia', }, ], }, { type: 'category', label: 'Инструменты', link: { type: 'doc', id: 'tools/intro' }, items: [ { type: 'autogenerated', dirName: 'tools', }, ], }, { type: 'category', label: 'Глоссарий', link: { type: 'doc', id: 'glossary/intro' }, items: [ { type: 'autogenerated', dirName: 'glossary', }, ], }, { type: 'category', label: 'Лаборатория', link: { type: 'doc', id: 'lab/intro' }, items: [ { type: 'autogenerated', dirName: 'lab', }, ], }, { type: 'category', label: 'Контекст', link: { type: 'doc', id: 'context/intro' }, items: [ { type: 'autogenerated', dirName: 'context', }, ], }, { type: 'category', label: 'Философия', link: { type: 'doc', id: 'philosophy/intro' }, items: [ { type: 'autogenerated', dirName: 'philosophy', }, ], }, { type: 'doc', id: 'toc', label: 'Общее содержание', }, ], }; export default sidebars;