yst icon indicating copy to clipboard operation
yst copied to clipboard

multilevel site

Open chrisersen opened this issue 12 years ago • 1 comments

At the moment it is possible to make the navigation menu with multiple levels, but the first level in a multilevel structure has no content:

- Rooms:
  - url      : room101.html
    title    : Room 101
    source   : room101.txt

  - url      : room203.html
    title    : Room 203
    source   : room203.txt

but I also need content in the first level:

- url: rooms.html
  title: Rooms
  source: rooms.txt
  - url      : room101.html
    title    : Room 101
    source   : room101.txt
  - url      : room203.html
    title    : Room 203
    source   : room203.txt

Is it possible to achieve that with yst?

thanks,

christian

chrisersen avatar May 06 '12 14:05 chrisersen

  • Rooms:

    • url : rooms.html title : Rooms source : rooms.txt
  • url : room101.html title : Room 101 source : room101.txt

  • url : room203.html title : Room 203 source : room203.txt

does this suffice :) i know what you mean but dont know the exact solution to your question so i am just suggesting a workaround just in case it works(maybe.)

karanahuja-android avatar Feb 22 '17 10:02 karanahuja-android