sectionid | sectionclass | parent-id | number | title |
---|---|---|---|---|
filenames |
h4 |
order |
3121 |
File Names |
The first option is just prefixing all of your files with file names.
So your files might look something like this:
{% highlight html %} ├── 01 intro.md │ ├── 02 set_up.md │ ├── 02-01 config.md │ ├── 02-02 sass.md │ ├── 03 content.md │ ├── 03-01 collection_entries.md │ ├── 03-01-01 section_types.md │ ├── 03-01-01-01 level_one.md │ ├── 03-01-01-02 level_two.md │ ├── 03-01-01-03 level_three.md │ ├── 03-01-01-04 level_four.md │ └── and so on... {% endhighlight %}