Skip to content
Snippets Groups Projects
Select Git revision
  • parse-modified-drich-xml-files
  • main default protected
  • github-actions-workflow-dispatch protected
  • 12-drich-sensor-material-should-not-be-airoptical protected
  • 2-reparametrize-cleanup-implement-inner-central-detector protected
  • 9-put-rings-of-barrel-ecal-sciglass-blocks-in-polycones protected
6 results

dirc_vis.mac

Blame
  • navigation.mdx 399 B
    ---
    title: Navigation
    ---
    
    To create a navigation file, simple add it under the config folder. Example:
    
    ```yml title=sidebar.yml
    # Just a simple item
    - label: 'Home'
      link: '/'
    # With a list of items
    - label: 'With subitens'
      items:
        - label: 'My Example'
          link: '/my-example'
    ```
    
    You can also add external links:
    
    ```yml
    - label: 'GitHub'
      link: 'https://github.com/jpedroschmitz'
    ```