/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
sidebars.js
103 строки
2 KB
Spirzen
Large rework
14 июн 2026, 17:19
14 июн 2026, 17:19
d991178
Код
Авторство
О чём код?
// 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: 'Как устроена Вселенная IT', link: { type: 'doc', id: 'about/kak-ustroena-vselennaya-it/index' }, items: [ { type: 'autogenerated', dirName: 'about/kak-ustroena-vselennaya-it', }, ], }, ], }, { 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;