Skip to content
Snippets Groups Projects
Select Git revision
  • dada9972f3b924825a33e0cc547e4fff0b6a26a8
  • master default protected
  • update-april2020
  • develop
  • v1.3-dev
  • features/online
  • v1.3.1
  • v1.3.0
  • v2.0.0_dev
  • v1.2.0
  • v1.1.9
  • v1.1.8
  • v1.1.7
  • v1.1.6
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.0
  • v1.1.1
  • v1.0.0
  • v0.96
  • v0.95
  • hcana_podd_1.5.28
  • HitMaps
  • DCandHodoscopeHits
26 results

SConscript.py

Blame
  • Forked from jlab / hallc / analyzer_software / hcana
    Source project has a limited visibility.
    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'
    ```