summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add command "ebook" to generate an ebookSamy Pessé2014-04-062-60/+88
| |
| * Add option cover for ebook generationSamy Pessé2014-04-061-2/+18
| |
| * Add base ebook generator using ebook-convertSamy Pessé2014-04-062-0/+55
|/
* Merge pull request #40 from GitbookIO/feature/searchclientSamy Pessé2014-04-0615-35/+21633
|\ | | | | Feature/searchclient
| * Use cache in localstorage to store search indexSamy Pessé2014-04-065-13/+44
| |
| * Fix loading of search index in sub directoriesSamy Pessé2014-04-065-7/+7
| |
| * Open sidebar when opening searchSamy Pessé2014-04-062-2/+2
| |
| * Reset search results when hidding search barSamy Pessé2014-04-062-0/+4
| |
| * Filter summary using search barSamy Pessé2014-04-064-13/+57
| |
| * Move search bar as globalSamy Pessé2014-04-064-24/+27
| |
| * Blur search input when hidding search barSamy Pessé2014-04-064-110/+116
| |
| * Change norm of core/stateSamy Pessé2014-04-067-25/+21399
| |
| * Hide the search bar when pressing ESC keySamy Pessé2014-04-062-5/+17
| |
| * Add keyboard shortcut "f" for opening search barSamy Pessé2014-04-063-2/+9
| |
| * Focus search input when openingSamy Pessé2014-04-065-5/+8
| |
| * Add base search bar in sidebarSamy Pessé2014-04-069-10/+124
| |
* | Resolve image URLs, fixes #38Aaron O'Mullan2014-04-061-0/+22
| | | | | | | | Using outidr & dir options
* | Add outdir option to generators' generateFileAaron O'Mullan2014-04-062-1/+3
| |
* | Fix dir option in site generatorAaron O'Mullan2014-04-061-1/+1
| | | | | | | | Use relative folder not absolute
* | Fix relative link detection in rendererAaron O'Mullan2014-04-061-1/+1
| |
* | Fix minor repetion in READMEAaron O'Mullan2014-04-061-1/+1
| | | | | | | | .gitignore was repeated twice
* | Fix a few typos in READMEAaron O'Mullan2014-04-061-1/+1
| |
* | Document ignores in README, fixes #37Aaron O'Mullan2014-04-061-6/+10
| |
* | Add .bookignore to ignoreFiles #37Aaron O'Mullan2014-04-061-1/+1
|/
* Merge pull request #39 from GitbookIO/feature/searchSamy Pessé2014-04-066-63/+190
|\ | | | | Feature/search
| * Generate section.id in lexerAaron O'Mullan2014-04-062-5/+13
| | | | | | | | This allows generating correct URLs for our search index
| * Generate search_index.json when generating siteAaron O'Mullan2014-04-062-2/+107
| | | | | | | | Fixes #24
| * Add lunr@0.5.2 dependencyAaron O'Mullan2014-04-061-0/+1
| |
| * In page parser, lex only if not already lexedAaron O'Mullan2014-04-061-1/+2
| |
| * Move page lexer to separate moduleAaron O'Mullan2014-04-063-56/+67
| | | | | | | | Allow lexer to be used independently of page parser/renderer
| * Add marked-text-renderer@0.0.1 dependencyAaron O'Mullan2014-04-061-0/+1
| |
* | Fix #33: copy files when generating pdf or single pageSamy Pessé2014-04-061-8/+0
| |
* | Add documentation about multi-languages booksSamy Pessé2014-04-061-0/+11
| |
* | Add support of multi-languages book in command pdfSamy Pessé2014-04-061-7/+34
| |
* | bin/build after generation return all the optionsSamy Pessé2014-04-062-4/+4
|/
* Return options after generateSamy Pessé2014-04-061-0/+5
|
* Merge pull request #35 from GitbookIO/feature/multilangsSamy Pessé2014-04-0612-103/+240
|\ | | | | Fix #34: Feature/multilangs
| * Fix generation for page formatSamy Pessé2014-04-064-30/+19
| |
| * Fix commands optionsSamy Pessé2014-04-061-17/+22
| |
| * Fix command buildSamy Pessé2014-04-061-1/+1
| |
| * Add base style for languages index pageSamy Pessé2014-04-064-9/+57
| |
| * Add base for generating languages indexSamy Pessé2014-04-066-35/+104
| |
| * Add base for multi-languages bookSamy Pessé2014-04-061-45/+71
|/
* Fix page format when chapters are not yet writtenSamy Pessé2014-04-061-23/+27
|
* Fix footer link when no chapters is ready yetSamy Pessé2014-04-061-8/+10
|
* Prevent renderer from mutating sectionsAaron O'Mullan2014-04-061-0/+3
|
* Add information about output formatSamy Pessé2014-04-051-0/+15
|
* Rename Index.js to index.jsSamy Pessé2014-04-061-1/+1
|
* Refactor bin/gitbook.jsSamy Pessé2014-04-051-0/+87
|
* Add command gitbook pdf to generate PDFSamy Pessé2014-04-055-116/+64
|
* Remove useless console.log in test/summary.jsAaron O'Mullan2014-04-051-1/+0
|
* Merge pull request #31 from GitbookIO/feature/langAaron O'Mullan2014-04-054-0/+38
|\ | | | | Feature/lang
| * Adapt test to new code language normalizationAaron O'Mullan2014-04-051-1/+1
| |
| * Add basic code language normalizationAaron O'Mullan2014-04-053-1/+23
| |
| * Add test for exercise language detectionAaron O'Mullan2014-04-051-0/+4
| |
| * Detect exercise languageAaron O'Mullan2014-04-051-0/+12
| | | | | | | | And ensure that all code blocks use the same language
* | Add pdf generator using gitbook-pdfSamy Pessé2014-04-052-0/+57
| |
* | Fix link to introductionSamy Pessé2014-04-051-5/+1
| |
* | Normalize paths on Windows to Unix conventionAaron O'Mullan2014-04-051-2/+10
| | | | | | | | Convert “\” to “/“ in relative paths in fs.list
* | Start exercise index at 1 on pdf formatSamy Pessé2014-04-051-3/+3
| |
* | Improve style of exercises in pdf formatSamy Pessé2014-04-052-2/+11
| |
* | Add exercise solutions at the end of the pdf bookSamy Pessé2014-04-051-0/+27
| |
* | Add README introduction to page/pdf generationSamy Pessé2014-04-051-0/+20
| |
* | Fix rendering of code in exercisesSamy Pessé2014-04-051-5/+1
| |
* | Generate an index.html instead of a README.htmlSamy Pessé2014-04-053-11/+6
| |
* | Fix conflict in app.jsSamy Pessé2014-04-051-1/+1
| |
* | Merge branch 'master' of https://github.com/GitbookIO/gitbookSamy Pessé2014-04-053-4/+7
|\ \ | |/ | | | | | | Conflicts: theme/assets/app.js
| * Improve robustness of analytics.isAvailableAaron O'Mullan2014-04-052-2/+5
| | | | | | | | | | | | | | Fixes GitbookIO/javascript#18 Safari has issues with loading mixpanel, this adds and extra check so Safari doesn’t fail on event tracking
| * Bump version to 0.1.10.1.1Aaron O'Mullan2014-04-051-1/+1
| |
| * Copy README.html to index.html instead of symlimkAaron O'Mullan2014-04-051-2/+2
| | | | | | | | Fixes #28
* | Add base for exercise for others languagesSamy Pessé2014-04-054-13/+27
|/
* Show exercise in page formatSamy Pessé2014-04-044-2/+28
|
* Fix link for chapters in page formatSamy Pessé2014-04-041-1/+1
|
* Add info about --theme optionSamy Pessé2014-04-041-0/+2
|
* Fix error with mixpanel loadingSamy Pessé2014-04-045-46/+17
|
* Merge pull request #27 from qrohlf/fix-sidebar-mobileSamy Pessé2014-04-053-4/+6
|\ | | | | don't show the sidebar by default on mobile
| * don't show the sidebar by default on mobileQuinn Rohlf2014-04-043-4/+6
| |
* | No need to include highlight twice (style.css and print.css)Samy Pessé2014-04-042-9/+1
| |
* | Add separation line between pagesSamy Pessé2014-04-042-1/+9
| |
* | Improve style for page printingSamy Pessé2014-04-046-27/+80
| |
* | Add summary to page generatorSamy Pessé2014-04-044-4/+38
|/
* Add base style for printingSamy Pessé2014-04-046-1/+35
|
* Fix pages order in page generatorSamy Pessé2014-04-041-1/+12
|
* In page generator, add break for printing between pagesSamy Pessé2014-04-041-2/+1
|
* Don't generate folder when using generator "page"Samy Pessé2014-04-041-0/+4
|
* Change option for changing generator to formatSamy Pessé2014-04-041-3/+3
|
* Add base for generating single page htmlSamy Pessé2014-04-045-8/+79
|
* Move mixpanel to app.jsSamy Pessé2014-04-045-9/+48
|
* Change template name for site generation to siteSamy Pessé2014-04-042-1/+1
|
* Add command line options for changing themeSamy Pessé2014-04-041-1/+5
|
* Remove lex commandSamy Pessé2014-04-041-9/+0
|
* Add base for themingSamy Pessé2014-04-04112-5/+14
|
* Move generator to specific folderSamy Pessé2014-04-043-9/+9
|
* Add base for page generatorSamy Pessé2014-04-042-0/+31
|
* Add Travis CI badgeSamy Pessé2014-04-041-0/+2
|
* Use relative symlink between index & READMEAaron O'Mullan2014-04-041-2/+2
| | | | Fixes #19, fixes #21
* Rename PAGE.MD to PAGE.mdSamy Pessé2014-04-041-0/+0
|
* Merge pull request #25 from GitbookIO/feature/generatorsAaron O'Mullan2014-04-0414-188/+272
|\ | | | | Feature/generators
| * Log error in command line toolSamy Pessé2014-04-041-7/+8
| |
| * Remove logs from generationSamy Pessé2014-04-043-10/+2
| |