Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear folder | Samy Pessé | 2015-01-19 | 1 | -64/+0 |
| | |||||
* | Remove special case in navigation | Aaron O'Mullan | 2014-06-16 | 1 | -22/+1 |
| | | | | For intro node | ||||
* | Support custom intro node, fixes #318 | Aaron O'Mullan | 2014-06-15 | 1 | -8/+23 |
| | |||||
* | Adapt navigation parsing to third and more levels in summary | Samy Pessé | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Refactor navigation generation to be functional | Aaron O'Mullan | 2014-04-18 | 1 | -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 anymore | Samy Pessé | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Change normalization of parser to give link in .md | Samy Pessé | 2014-04-04 | 1 | -3/+3 |
| | |||||
* | Fix some typos in lib | Samy Pessé | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | Fix #8: Improve page title | Samy Pessé | 2014-04-02 | 1 | -0/+1 |
| | |||||
* | Expose titles in navigation of current nodes | Aaron O'Mullan | 2014-04-02 | 1 | -0/+2 |
| | |||||
* | Don't add chapters/articles with null paths to navigation | Aaron O'Mullan | 2014-04-01 | 1 | -0/+5 |
| | |||||
* | Add level attribute in navigation | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 |
| | |||||
* | Fix tiny typo | Aaron O'Mullan | 2014-03-31 | 1 | -1/+1 |
| | | | | In string not code | ||||
* | Improve navigation from 1st chapter back to intro | Aaron O'Mullan | 2014-03-31 | 1 | -1/+7 |
| | | | | 1st chapter’s prev, now links to the intro page | ||||
* | Fix previous/next chapter navigation | Aaron O'Mullan | 2014-03-31 | 1 | -7/+12 |
| | |||||
* | Add parse.navigation module | Aaron O'Mullan | 2014-03-31 | 1 | -0/+67 |
With tests |