home_sidebar.yml 512 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: Products
  7. output: web
  8. folderitems:
  9. - title: News
  10. url: /news.html
  11. output: web
  12. - title: Theme instructions
  13. url: /mydoc_introduction.html
  14. output: web
  15. - title: Product 1
  16. url: /p1_landing_page.html
  17. output: web
  18. - title: Product 2
  19. url: /p2_landing_page.html
  20. output: web