Код IT
← Каталог

Основы JavaScript — Файл sidebars

Фрагмент из «Основы JavaScript»: Файл sidebars.

javascript projectencyclopedia7-09-bazy-znaniy-i-zadachniki-111 embed URL статья в энциклопедии
JavaScript main.js
module.exports = {
  tutorialSidebar: [
    {
      type: 'category',
      label: 'Основы',
      collapsed: false,
      items: ['getting-started', 'installation', 'configuration'],
    },
    {
      type: 'category',
      label: 'Продвинутые темы',
      items: ['advanced-usage', 'deployment', 'customization'],
    },
    'api-reference',
  ],
};
module.exports = {
  tutorialSidebar: [
    {
      type: 'category',
      label: 'Основы',
      collapsed: false,
      items: ['getting-started', 'installation', 'configuration'],
    },
    {
      type: 'category',
      label: 'Продвинутые темы',
      items: ['advanced-usage', 'deployment', 'customization'],
    },
    'api-reference',
  ],
};