summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add parse.navigation moduleAaron O'Mullan2014-03-313-0/+115
* Change summary data formatAaron O'Mullan2014-03-313-16/+15
* Improve page section designSamy Pessé2014-03-313-3/+4
* Remove test.jsSamy Pessé2014-03-311-15/+0
* Set size of exercise code editor according to solutionAaron O'Mullan2014-03-312-1/+5
* Add lex sub-command to gitbook binaryAaron O'Mullan2014-03-311-0/+13
* 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-313-39/+41
* Add content & code generation for exercise sectionsAaron O'Mullan2014-03-312-10/+36
* Add base display of exerciseSamy Pessé2014-03-318-4/+94
* Merge pull request #1 from GitbookIO/feature/cliAaron O'Mullan2014-03-313-0/+122
|\
| * Initial gitbook binaryAaron O'Mullan2014-03-313-0/+122
* | Fix author linkSamy Pessé2014-03-312-1/+2
* | Fix link for watcher and stargazersSamy Pessé2014-03-312-2/+17
* | Get watcher and stargazer count using github apiSamy Pessé2014-03-311-2/+11
|/
* Fix bug with exercise classificationAaron O'Mullan2014-03-311-7/+9
* Fix header link and displaySamy Pessé2014-03-313-18/+3
* Fix all relative linksSamy Pessé2014-03-314-10/+15
* Merge branch 'master' of https://github.com/GitbookIO/gitbookSamy Pessé2014-03-315-2/+52
|\
| * Normalize .md links to .html when rendering pagesAaron O'Mullan2014-03-312-1/+35
| * Normalize chapter & article pathsAaron O'Mullan2014-03-311-1/+6
| * Add tests for path normalizationAaron O'Mullan2014-03-311-0/+9
| * Add link to PAGE.md fixtureAaron O'Mullan2014-03-311-0/+2
* | Fix link in summary (absolute to relative)Samy Pessé2014-03-311-2/+2
* | Fix font pathSamy Pessé2014-03-312-2/+2
* | Copy assets to buildSamy Pessé2014-03-3178-6/+14
* | Add base for generationSamy Pessé2014-03-3184-2/+9456
|/
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-316-4/+8
* Improve section classificationAaron O'Mullan2014-03-311-2/+2
* Change lib entry point to lib/index.jsAaron O'Mullan2014-03-311-1/+1
* 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 tests for page content renderingAaron O'Mullan2014-03-301-0/+6
* Add section type detectionAaron O'Mullan2014-03-301-1/+17
* Test for section typesAaron O'Mullan2014-03-301-0/+6
* Add initial page parsingAaron O'Mullan2014-03-301-0/+28
* Add basic page testsAaron O'Mullan2014-03-302-0/+45
* Add title and path parsing for chapters & articlesAaron O'Mullan2014-03-301-2/+22
* Add test for titles & pathsAaron O'Mullan2014-03-301-0/+12
* Add summary parsingAaron O'Mullan2014-03-302-0/+95
* Add tests for summary parsingAaron O'Mullan2014-03-303-1/+30
* Add base dependenciesAaron O'Mullan2014-03-301-0/+8
* Initial package.jsonAaron O'Mullan2014-03-301-0/+23
* Initial commitAaron O'Mullan2014-03-303-0/+230