summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove useless method parseArticleSamy Pessé2014-05-261-4/+0
* Parse more than two level in summarySamy Pessé2014-05-263-4/+10
* Merge pull request #263 from jpoesen/patch-1Samy Pessé2014-05-261-18/+18
|\
| * Minor typo, grammar and style corrections.Joeri Poesen2014-05-261-18/+18
|/
* Fix cache manifest generationSamy Pessé2014-05-251-2/+2
* Bump version to 0.4.60.4.6Aaron O'Mullan2014-05-231-1/+1
* Fix loading button display on navigationSamy Pessé2014-05-242-5/+3
* Fix #235: search after navigation to another pageSamy Pessé2014-05-234-18/+11
* Fix #218: keep state of font settingsSamy Pessé2014-05-235-49/+57
* Change position of menu action in headerSamy Pessé2014-05-231-1/+1
* Fix display of divider in lateral menuSamy Pessé2014-05-231-1/+5
* Minor css improvementsSamy Pessé2014-05-236-16/+12
* Fix #249: fix links.toAbsolute on windowsSamy Pessé2014-05-231-0/+4
* Fix cache manifest in the html tagSamy Pessé2014-05-232-6/+2
* Plugins can extend htmlSamy Pessé2014-05-233-0/+22
* Support multi-languages book in json formatSamy Pessé2014-05-231-4/+17
* Fix order of progress for level superior to x.9Samy Pessé2014-05-211-2/+2
* Add link to documentationSamy Pessé2014-05-211-1/+1
* Add livereload as default plugins only for serveSamy Pessé2014-05-214-18/+21
* Merge pull request #234 from davidagraf/livereloadSamy Pessé2014-05-216-9/+40
|\
| * gitbook-plugin-livereload dependency to npmDavid Graf2014-05-211-1/+1
| * Merge branch 'master' into livereloadDavid Graf2014-05-218-38/+107
| |\ | |/ |/|
* | Improve grammar (thanks to @theoutlander )Samy Pessé2014-05-211-2/+2
* | Bump version to 0.4.50.4.5Aaron O'Mullan2014-05-201-1/+1
* | Fix generate failing on README parsingAaron O'Mullan2014-05-201-5/+7
* | Bump version to 0.4.40.4.4Aaron O'Mullan2014-05-201-1/+1
* | For multi-langs, run build one by oneSamy Pessé2014-05-211-3/+3
* | Improve parsing of readme (extraction of title and description as plain text ...Samy Pessé2014-05-201-3/+14
* | Fix merge of output for multi-languages booksSamy Pessé2014-05-201-2/+12
* | Add support for multi-languages books in JSON formatSamy Pessé2014-05-201-0/+17
* | Extract title and description from readme before switching to multi-languages...Samy Pessé2014-05-201-12/+18
* | Add more infos about gitbook.ioSamy Pessé2014-05-201-2/+6
* | Add norm for small coverSamy Pessé2014-05-201-1/+3
* | Change advised ratio for coverSamy Pessé2014-05-191-1/+1
* | Bump version to 0.4.30.4.3Aaron O'Mullan2014-05-181-1/+1
* | Print stack only when env DEBUG is setSamy Pessé2014-05-171-1/+3
* | Exit process with -1 when error occursSamy Pessé2014-05-171-2/+5
* | Merge pull request #240 from ajschumacher/patch-1Aaron O'Mullan2014-05-161-1/+1
|\ \
| * | typo: "blockin" to "block in"Aaron Schumacher2014-05-161-1/+1
|/ /
* | Fix issue of disabling issues and contributeAaron O'Mullan2014-05-152-4/+6
* | Allow github support to be disabled in book.jsonAaron O'Mullan2014-05-151-1/+11
| * disable cache manifest import if cache is disabledDavid Graf2014-05-151-1/+5
| * added livereload dependencyDavid Graf2014-05-152-3/+5
| * Introducing livereload serverDavid Graf2014-05-152-1/+18
| * Introducing option to disable cache manifest generationDavid Graf2014-05-152-3/+8
| * ignore vim swap filesDavid Graf2014-05-151-1/+4
|/
* Merge pull request #233 from embreinhardt/masterSamy Pessé2014-05-144-3/+4
|\
| * Add LESS variable for sidebar full-width breakpointErika Reinhardt2014-05-144-3/+4
* | Merge pull request #232 from embreinhardt/masterSamy Pessé2014-05-141-17/+17
|\ \ | |/
| * Make font-settings.html indentation consistentErika Reinhardt2014-05-141-17/+17
* | Merge pull request #231 from embreinhardt/masterSamy Pessé2014-05-142-9/+9
|\ \ | |/
| * Add HTML classes to make plugins easier to writeErika Reinhardt2014-05-142-9/+9
|/
* Merge pull request #229 from weitzman/patch-1Aaron O'Mullan2014-05-121-1/+1
|\
| * Fix recent typo in README.MDMoshe Weitzman2014-05-121-1/+1
|/
* Add infos about coverSamy Pessé2014-05-111-0/+6
* Merge pull request #223 from cef62/fix-windows-pathsSamy Pessé2014-05-081-1/+1
|\
| * Force forward slashes on SUMMARY.md pathsMatteo Ronchi2014-05-081-1/+1
|/
* Merge pull request #221 from frodsan/patch-1Aaron O'Mullan2014-05-081-1/+1
|\
| * Don't show divider even if githubId is present.Francesco Rodríguez2014-05-081-1/+1
|/
* Fix #218: Add settings for client theme (font family, size, theme)Samy Pessé2014-05-084-16/+33
* Merge pull request #219 from BjoernSchotte/feature/doc-themeAaron O'Mullan2014-05-071-0/+5
|\
| * added documentation for theme optionBjörn Schotte2014-05-081-0/+5
|/
* Merge pull request #216 from ianmcburnie/accessibilityAaron O'Mullan2014-05-061-7/+7
|\
| * Accessibility: added aria-labels to headerIan McBurnie2014-05-061-7/+7
|/
* Fix #211: read config file before cleaning output folderSamy Pessé2014-05-061-5/+5
* Merge pull request #213 from ianmcburnie/accessibilityAaron O'Mullan2014-05-051-2/+2
|\
| * Accessibility: aria-label added to navigation linksIan McBurnie2014-05-051-2/+2
|/
* Fix #208: correct name for edit/contribute link in docSamy Pessé2014-05-051-1/+1
* Add tests for book generationSamy Pessé2014-05-055-0/+53
* Merge pull request #203 from GitbookIO/improve/generateSamy Pessé2014-05-041-100/+153
|\
| * Improve generate's reliability, fixes #202Aaron O'Mullan2014-05-041-100/+153
|/
* Fix #197: use URI.js for calculation of relative urlSamy Pessé2014-05-046-58/+47
* Add bower dependenciesSamy Pessé2014-05-043-1/+23
* Add bower vendors to gitignoreSamy Pessé2014-05-041-0/+2
* Remove vendors directorySamy Pessé2014-05-044-18917/+0
* Create CHANGES.mdSamy Pessé2014-05-041-0/+2
* Bump version to 0.4.20.4.2Aaron O'Mullan2014-05-011-1/+1
* Fix #191: remove log for changes in filesSamy Pessé2014-05-011-1/+1
* Add option to remove home linkSamy Pessé2014-05-012-2/+8
* Add options to remove sharing linksSamy Pessé2014-05-012-1/+12
* Merge pull request #196 from mrpotes/new-pluginsSamy Pessé2014-05-011-0/+3
|\
| * New pluginsJames Phillpotts2014-05-011-0/+3
* | Fix font-size for titles in markdown contentSamy Pessé2014-05-012-7/+7
|/
* Center navigation button on mobile on start pageSamy Pessé2014-05-013-3/+8
* Fix book content padding on mobileSamy Pessé2014-05-013-3/+3
* Fix #162: hide watch/star buttons on mobileSamy Pessé2014-05-011-2/+2
* Fix #182: Replace all book body when page changesSamy Pessé2014-05-012-10/+9
* Update gaze version to 0.5.1Samy Pessé2014-05-011-1/+1
* Secure .book positionSamy Pessé2014-05-012-1/+5
* Fix #164: use position absolute instead of fixedSamy Pessé2014-04-304-4/+4
* Fix #127: add configuration for changing links in sidebarSamy Pessé2014-04-304-17/+48
* Merge pull request #188 from snipe/feature/json-docSamy Pessé2014-04-301-8/+8
|\
| * Added quotes for JSON example, per #127snipe2014-04-301-8/+8
* | Merge pull request #187 from snipe/feature/typo-fixesSamy Pessé2014-04-301-2/+2
|\ \ | |/ |/|
| * Fixed typossnipe2014-04-301-2/+2
|/
* Fix #186: Plugins that don't have assets should be skippedSamy Pessé2014-04-302-2/+8
* Fix error when calling hooks in site generationSamy Pessé2014-04-301-1/+1
* 0.4.10.4.1Aaron O'Mullan2014-04-291-1/+1
* Fix #183: normalize hooks and transformation of page (content, progress, ..°Samy Pessé2014-04-291-20/+26
* Merge pull request #179 from erixtekila/masterSamy Pessé2014-04-291-1/+1
|\