/
alt3rmann
/
graphql-engine
Обзор
Документация
Войти
/
alt3rmann
/
graphql-engine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/sidebars.js
32 строки
762 B
Rikin Kachhia
docs: add prettier
21 июл 2023, 15:52
21 июл 2023, 15:52
4c66d64
Код
Авторство
О чём код?
/** * 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 = { // docsSidebar: [ // { // type: 'category', // label: 'Hasura GraphQL Engine', // items: [{ type: 'autogenerated', dirName: 'graphql/core' }], // }, // ], // }; module.exports = { docsSidebar: [ { type: 'autogenerated', dirName: '.', // generate sidebar from the docs folder (or versioned_docs/<version>) }, ], };