summaryrefslogtreecommitdiffstats
path: root/lib/parse/navigation.js
Commit message (Collapse)AuthorAgeFilesLines
* Clear folderSamy Pessé2015-01-191-64/+0
|
* Remove special case in navigationAaron O'Mullan2014-06-161-22/+1
| | | | For intro node
* Support custom intro node, fixes #318Aaron O'Mullan2014-06-151-8/+23
|
* Adapt navigation parsing to third and more levels in summarySamy Pessé2014-05-261-1/+1
|
* Refactor navigation generation to be functionalAaron O'Mullan2014-04-181-47/+28
| | | | | This makes it a lot less error prone and far more robust. As well as a lot easier to understand
* _path is not used anymoreSamy Pessé2014-04-041-2/+2
|
* Change normalization of parser to give link in .mdSamy Pessé2014-04-041-3/+3
|
* Fix some typos in libSamy Pessé2014-04-041-1/+1
|
* Fix #8: Improve page titleSamy Pessé2014-04-021-0/+1
|
* Expose titles in navigation of current nodesAaron O'Mullan2014-04-021-0/+2
|
* Don't add chapters/articles with null paths to navigationAaron O'Mullan2014-04-011-0/+5
|
* Add level attribute in navigationAaron O'Mullan2014-03-311-0/+3
|
* Fix tiny typoAaron O'Mullan2014-03-311-1/+1
| | | | In string not code
* Improve navigation from 1st chapter back to introAaron O'Mullan2014-03-311-1/+7
| | | | 1st chapter’s prev, now links to the intro page
* Fix previous/next chapter navigationAaron O'Mullan2014-03-311-7/+12
|
* Add parse.navigation moduleAaron O'Mullan2014-03-311-0/+67
With tests