summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't add chapters/articles with null paths to navigationAaron O'Mullan2014-04-011-0/+5
|
* Adjust summary test for new SUMMARY.md fixtureAaron O'Mullan2014-04-011-1/+5
|
* Add tests for null paths in navigationAaron O'Mullan2014-04-012-0/+9
| | | | Unfinished chapters/articles should be put in navigation
* Fix execution of codeSamy Pessé2014-04-012-11/+7
|
* Add execution of exerciseSamy Pessé2014-04-018-31/+167
|
* Add jsrepl to static assetsAaron O'Mullan2014-03-315-0/+122
|
* Add base for full optimized markdown github styleSamy Pessé2014-03-313-1/+291
|
* Fix font-awesome pathSamy Pessé2014-03-312-2/+2
|
* Fix overflow on headerSamy Pessé2014-03-312-1/+2
|
* Mark as disabled articles not yet finished in the summarySamy Pessé2014-03-313-2/+15
|
* Only convert markdown file from the navigationSamy Pessé2014-03-312-5/+5
|
* Move getFiles to fs moduleSamy Pessé2014-03-312-36/+35
|
* Show level in summary pageSamy Pessé2014-03-313-3/+12
|
* Signal and mark progressSamy Pessé2014-03-318-32/+67
|
* Mark levels done in local storageSamy Pessé2014-03-316-6/+17
|
* Add level attribute in navigationAaron O'Mullan2014-03-311-0/+3
|
* Add tests for level attribute in navigationAaron O'Mullan2014-03-311-0/+11
|
* Add base for handling and storing progressSamy Pessé2014-03-316-3/+6872
|
* Add level attribute to chapters/articlesAaron O'Mullan2014-03-311-6/+10
|
* Add tests for level attribute to chapters/articlesAaron O'Mullan2014-03-311-0/+11
|
* Symlink README.html to index.html for book outputAaron O'Mullan2014-03-312-4/+13
|
* Remove extra "q" dependency in package.jsonAaron O'Mullan2014-03-311-1/+0
|
* Replace glob with better fstream-ignoreAaron O'Mullan2014-03-312-6/+40
| | | | It ignores according to .gitignore and other folders
* Fix star and watch countSamy Pessé2014-03-313-3/+4
|
* Move all javascript to the bundleSamy Pessé2014-03-316-51/+45
|
* Add base for javascript compilation using requirejsSamy Pessé2014-03-317-2/+11211
|
* Ensure destination dir exists before buildingAaron O'Mullan2014-03-311-0/+4
|
* Add target _blank support in renderer for external linksAaron O'Mullan2014-03-311-8/+39
|
* Fix display of long title in summarySamy Pessé2014-03-312-1/+4
|
* Improve footer navigation displaySamy Pessé2014-03-313-3/+7
|
* Mark as active current chapterSamy Pessé2014-03-313-3/+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-312-2/+8
| | | | 1st chapter’s prev, now links to the intro page
* Improve navigation on mobile resolutionsSamy Pessé2014-03-313-4/+37
|
* Fix previous/next chapter navigationAaron O'Mullan2014-03-311-7/+12
|
* Add better tests for chapter navigationAaron O'Mullan2014-03-311-1/+7
| | | | Proves previous and next chapter logic is broken
* Add navigation tests for first page for README of a chapterAaron O'Mullan2014-03-311-0/+5
|
* Fix title position for small screenSamy Pessé2014-03-311-2/+2
|
* Improve title position with summary open in headerSamy Pessé2014-03-312-39/+51
|
* Mark active chapter in summarySamy Pessé2014-03-313-6/+6
|
* Add navigation parsed in footerSamy Pessé2014-03-313-7/+12
|
* Improve spacing of navigation links in footerSamy Pessé2014-03-312-4/+6
|
* Add footer for navigation linksSamy Pessé2014-03-316-27/+86
|
* Add parse.navigation moduleAaron O'Mullan2014-03-313-0/+115
| | | | With tests
* Change summary data formatAaron O'Mullan2014-03-313-16/+15
| | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute
* 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
| | | | Use the number of lines in solution to set editor’s size
* Add lex sub-command to gitbook binaryAaron O'Mullan2014-03-311-0/+13
| | | | | The lex command is useful for debugging files and seeing how they are parsed
* 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 binary
| * 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
| | | | | | | | .md to .html
| * 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
| | | | (Split sections)
* 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