topnav.yml 639 B

12345678910111213141516171819202122
  1. ## Topnav single links
  2. ## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
  3. topnav:
  4. - title: Topnav
  5. items:
  6. - title: Campi Aperti per l'autogestione alimentare
  7. external_url: https://git.lattuga.net:campiaperti/documentazione.git
  8. - title: News
  9. url: /news
  10. #Topnav dropdowns
  11. topnav_dropdowns:
  12. - title: Topnav dropdowns
  13. folders:
  14. - title: Argomenti
  15. folderitems:
  16. - title: Dispensa
  17. url: /mydoc_server.html
  18. - title: Prova 1
  19. url: /p1_landing_page.html
  20. - title: Prova 2
  21. url: /p2_landing_page.html