Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multilevel site #26

Open
chrisersen opened this issue May 6, 2012 · 1 comment
Open

multilevel site #26

chrisersen opened this issue May 6, 2012 · 1 comment

Comments

@chrisersen
Copy link

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

@karanahuja-android
Copy link

  • 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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants