summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix fonts pathSamy Pessé2014-04-142-3/+3
* Improve search input designSamy Pessé2014-04-143-5/+4
* Switch to 4spaces indentations for less filesSamy Pessé2014-04-146-339/+339
* Made progress bar staticSamy Pessé2014-04-144-65/+65
* Add base from clarity theme from @NijikokunSamy Pessé2014-04-1475-1575/+1265
* Remove logs from core moduleSamy Pessé2014-04-131-3/+1
* Move more build logic to the core generation moduleSamy Pessé2014-04-133-128/+131
* Add gitbook init command, fixes #67Aaron O'Mullan2014-04-123-0/+83
* Refactor binary's buildCommandAaron O'Mullan2014-04-121-16/+16
* Merge pull request #85 from GitbookIO/pr/63Aaron O'Mullan2014-04-1215-24/+334
|\
| * Refactor, document, improve section type detectionAaron O'Mullan2014-04-121-18/+45
| * Fixup page lexing in test/pageAaron O'Mullan2014-04-121-2/+5
| * Quiz with GFM checkbox listsJames Phillpotts2014-04-1210-50/+126
| * Tabular quizJames Phillpotts2014-04-1215-21/+225
|/
* Update AUTHORS.mdSamy Pessé2014-04-111-2/+8
* Create AUTHORS.mdSamy Pessé2014-04-111-0/+10
* Merge pull request #84 from Tim-Zhang/masterSamy Pessé2014-04-111-2/+5
|\
| * Fix title problem when repo url doesn't have .git suffixTimZhang2014-04-111-2/+5
|/
* Merge pull request #78 from mrpotes/mocha-windowsAaron O'Mullan2014-04-103-12/+16
|\
| * Use OS-agnostic path generation for images tooJames Phillpotts2014-04-103-6/+14
| * Use API from node 0.8James Phillpotts2014-04-101-1/+2
| * Fix URL creation on windowsJames Phillpotts2014-04-101-7/+2
* | Merge pull request #77 from GitbookIO/improve/sections_lexingSamy Pessé2014-04-104-5/+101
|\ \ | |/ |/|
| * Improve section detection, fixes #68Aaron O'Mullan2014-04-101-5/+9
| * Add better tests for ambiguous section detectionAaron O'Mullan2014-04-102-0/+90
| * Improve language normalizationAaron O'Mullan2014-04-101-0/+2
|/
* Merge pull request #62 from oliverh855/masterSamy Pessé2014-04-0914-493/+963
|\
| * Removes unused font-family appLightOliver Hoffmann2014-04-091-9/+0
| * Removes helvetica font from repositoryOliver Hoffmann2014-04-098-479/+0
| * Changes the default font from Helvetica to Open Sans. See #14Oliver Hoffmann2014-04-096-6/+964
|/
* Merge Optional githubSamy Pessé2014-04-0913-21424/+83
|\
| * Bump version to 0.1.30.1.3Aaron O'Mullan2014-04-081-1/+1
| * Uglify output JS theme/assets/app.jsAaron O'Mullan2014-04-082-21419/+2
| * Add context code support to exercises (optional)Aaron O'Mullan2014-04-086-15/+48
| * Add lexing support for content code in exercisesAaron O'Mullan2014-04-084-2/+48
| * Fix URL rewriting error on empty URLsAaron O'Mullan2014-04-081-2/+2
* | Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into mrp...Samy Pessé2014-04-0910-36/+57
|\ \ | |/ |/|
| * Tidy up use of github, and make error more descriptiveJames Phillpotts2014-04-084-19/+27
| * Whoops, missed a couple of extra uses of githubIdJames Phillpotts2014-04-072-10/+14
| * Make use of github optionalJames Phillpotts2014-04-075-15/+24
* | Merge pull request #51 from calmdev/fix/gh-enterpriseSamy Pessé2014-04-073-2/+3
|\ \
| * | Fixes --githubHost option for use with Github Enterprise.Levi Lewis2014-04-073-2/+3
|/ /
* | Bump version to 0.1.20.1.2Samy Pessé2014-04-071-1/+1
* | Center images in markdown bodySamy Pessé2014-04-072-2/+5
* | Don't use caching for search indexSamy Pessé2014-04-072-18/+0
* | Fix display of table in page bodySamy Pessé2014-04-072-2/+5
* | Improve new navigation on mobileSamy Pessé2014-04-074-12/+24
* | Add new lateral navigationsSamy Pessé2014-04-078-77/+67
* | Fix progress link to READMESamy Pessé2014-04-071-1/+3
|/
* Remove need for README.md for multi-languagesSamy Pessé2014-04-061-1/+1
* Fix overflow on languages pageSamy Pessé2014-04-062-1/+2
* Merge pull request #42 from GitbookIO/feature/ebookSamy Pessé2014-04-065-60/+160
|\
| * Add format ebook to README.mdSamy Pessé2014-04-061-0/+1
| * 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
|\
| * 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
* | Add outdir option to generators' generateFileAaron O'Mullan2014-04-062-1/+3
* | Fix dir option in site generatorAaron O'Mullan2014-04-061-1/+1
* | Fix relative link detection in rendererAaron O'Mullan2014-04-061-1/+1
* | Fix minor repetion in READMEAaron O'Mullan2014-04-061-1/+1
* | 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
|\
| * Generate section.id in lexerAaron O'Mullan2014-04-062-5/+13
| * Generate search_index.json when generating siteAaron O'Mullan2014-04-062-2/+107
| * 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
| * 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 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