Say I am writing a manual for a product, and I have a series of pages named: "Chapter 1", "Section 1.1", "Section 1.2", "Chapter 2", "Section 2.1"
Can I use drupal view to generate a "table of content" page like this:
http://views-help.doc.logrus.com/
- Chapter 1
- Section 1.1
- Section 1.2
- Chapter 2
- Section 2.1
or any module that can do this job? thanks!
By using the "html list" format of "view" module, I can only get a list without hierarchy:
- Chapter 1
- Section 1.1
- Section 1.2
- Chapter 2
- Section 2.1
I am using drupal 7