home_sidebar.yml 500 B

12345678910111213141516171819202122
  1. # This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
  2. entries:
  3. - title: Sidebar
  4. levels: one
  5. folders:
  6. - title: Argomenti
  7. output: web
  8. folderitems:
  9. - title: News
  10. url: /news.html
  11. output: web
  12. - title: Il server
  13. url: /mydoc_introduction.html
  14. output: web
  15. - title: Prova 1
  16. url: /p1_landing_page.html
  17. output: web
  18. - title: Prova 2
  19. url: /p2_landing_page.html
  20. output: web