summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Change summary data formatAaron O'Mullan2014-03-311-3/+2
| | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute
* Set size of exercise code editor according to solutionAaron O'Mullan2014-03-311-0/+4
| | | | Use the number of lines in solution to set editor’s size
* Clean output folder before generatingAaron O'Mullan2014-03-312-5/+12
|
* Filter out empty sections when generating pagesAaron O'Mullan2014-03-311-0/+3
|
* Generate a unique Id for each sectionAaron O'Mullan2014-03-311-0/+5
|
* Add base for full display of exercisesSamy Pessé2014-03-311-13/+2
|
* Add content & code generation for exercise sectionsAaron O'Mullan2014-03-311-9/+28
|
* Add base display of exerciseSamy Pessé2014-03-311-1/+13
|
* Fix author linkSamy Pessé2014-03-311-0/+1
|
* Fix bug with exercise classificationAaron O'Mullan2014-03-311-7/+9
|
* Fix all relative linksSamy Pessé2014-03-312-3/+8
|
* Merge branch 'master' of https://github.com/GitbookIO/gitbookSamy Pessé2014-03-313-2/+41
|\
| * Normalize .md links to .html when rendering pagesAaron O'Mullan2014-03-312-1/+35
| |
| * Normalize chapter & article pathsAaron O'Mullan2014-03-311-1/+6
| |
* | Copy assets to buildSamy Pessé2014-03-312-1/+9
| |
* | Add base for generationSamy Pessé2014-03-314-0/+157
|/
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-314-2/+6
|
* Improve section classificationAaron O'Mullan2014-03-311-2/+2
|
* Expose page module in index.jsAaron O'Mullan2014-03-301-1/+2
|
* Render normal sections' content to HTMLAaron O'Mullan2014-03-301-0/+18
|
* Add section type detectionAaron O'Mullan2014-03-301-1/+17
|
* Add initial page parsingAaron O'Mullan2014-03-301-0/+28
| | | | (Split sections)
* Add title and path parsing for chapters & articlesAaron O'Mullan2014-03-301-2/+22
|
* Add summary parsingAaron O'Mullan2014-03-302-0/+95