/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.26.2
docs/sidebars.js
23 строки
718 B
Josh
chore: reshuffle documentation
11 май 2023, 14:00
11 май 2023, 14:00
d0b4958
Код
Авторство
О чём код?
/** * Creating a sidebar enables you to: - create an ordered group of docs - render a sidebar for each doc of that group - provide next/previous navigation The sidebars can be generated from the filesystem, or explicitly defined here. Create as many sidebars as you want. */ // @ts-check /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure docs: [{ type: 'autogenerated', dirName: 'docs' }], api: [{ type: 'autogenerated', dirName: 'api' }], guides: [{ type: 'autogenerated', dirName: 'guides' }], rfcs: [{ type: 'autogenerated', dirName: 'rfcs' }], }; module.exports = sidebars;