Skip to content
Snippets Groups Projects
Select Git revision
  • vtk
  • master default
  • neuralpint
  • TEMPORARY_MERGE_PR_576
  • TEMPORARY_MERGE_PR_571
  • TEMPORARY_MERGE_PR_544
  • TEMPORARY_MERGE_PR_563
  • pancetta-patch-8
  • fieldsIO
  • TEMPORARY_MERGE_PR_525
  • pancetta-patch-7
  • TEMPORARY_MERGE_PR_502
  • TEMPORARY_MERGE_PR_501
  • TEMPORARY_MERGE_PR_498
  • v6
  • new-release
  • TEMPORARY_MERGE_PR_476
  • TEMPORARY_MERGE_PR_480
  • TEMPORARY_MERGE_PR_478
  • fix_JF
  • v5.6
  • v5.5.3
  • v5.5.2
  • v5.5.1
  • 5.5.0
25 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    sidebars.ts 778 B
    import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
    
    /**
     * 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.
     */
    const sidebars: SidebarsConfig = {
      // By default, Docusaurus generates a sidebar from the docs folder structure
      tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
    
      // But you can create a sidebar manually
      /*
      tutorialSidebar: [
        'intro',
        'hello',
        {
          type: 'category',
          label: 'Tutorial',
          items: ['tutorial-basics/create-a-document'],
        },
      ],
       */
    };
    
    export default sidebars;