Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change summary data format | Aaron O'Mullan | 2014-03-31 | 1 | -3/+2 |
| | | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute | ||||
* | Set size of exercise code editor according to solution | Aaron O'Mullan | 2014-03-31 | 1 | -0/+4 |
| | | | | Use the number of lines in solution to set editor’s size | ||||
* | Clean output folder before generating | Aaron O'Mullan | 2014-03-31 | 2 | -5/+12 |
| | |||||
* | Filter out empty sections when generating pages | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 |
| | |||||
* | Generate a unique Id for each section | Aaron O'Mullan | 2014-03-31 | 1 | -0/+5 |
| | |||||
* | Add base for full display of exercises | Samy Pessé | 2014-03-31 | 1 | -13/+2 |
| | |||||
* | Add content & code generation for exercise sections | Aaron O'Mullan | 2014-03-31 | 1 | -9/+28 |
| | |||||
* | Add base display of exercise | Samy Pessé | 2014-03-31 | 1 | -1/+13 |
| | |||||
* | Fix author link | Samy Pessé | 2014-03-31 | 1 | -0/+1 |
| | |||||
* | Fix bug with exercise classification | Aaron O'Mullan | 2014-03-31 | 1 | -7/+9 |
| | |||||
* | Fix all relative links | Samy Pessé | 2014-03-31 | 2 | -3/+8 |
| | |||||
* | Merge branch 'master' of https://github.com/GitbookIO/gitbook | Samy Pessé | 2014-03-31 | 3 | -2/+41 |
|\ | |||||
| * | Normalize .md links to .html when rendering pages | Aaron O'Mullan | 2014-03-31 | 2 | -1/+35 |
| | | |||||
| * | Normalize chapter & article paths | Aaron O'Mullan | 2014-03-31 | 1 | -1/+6 |
| | | |||||
* | | Copy assets to build | Samy Pessé | 2014-03-31 | 2 | -1/+9 |
| | | |||||
* | | Add base for generation | Samy Pessé | 2014-03-31 | 4 | -0/+157 |
|/ | |||||
* | Move summary & page parsing code to lib/parse/ | Aaron O'Mullan | 2014-03-31 | 4 | -2/+6 |
| | |||||
* | Improve section classification | Aaron O'Mullan | 2014-03-31 | 1 | -2/+2 |
| | |||||
* | Expose page module in index.js | Aaron O'Mullan | 2014-03-30 | 1 | -1/+2 |
| | |||||
* | Render normal sections' content to HTML | Aaron O'Mullan | 2014-03-30 | 1 | -0/+18 |
| | |||||
* | Add section type detection | Aaron O'Mullan | 2014-03-30 | 1 | -1/+17 |
| | |||||
* | Add initial page parsing | Aaron O'Mullan | 2014-03-30 | 1 | -0/+28 |
| | | | | (Split sections) | ||||
* | Add title and path parsing for chapters & articles | Aaron O'Mullan | 2014-03-30 | 1 | -2/+22 |
| | |||||
* | Add summary parsing | Aaron O'Mullan | 2014-03-30 | 2 | -0/+95 |