summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve parsing of readme (extraction of title and description as plain text ↵Samy Pessé2014-05-201-3/+14
| | | | and not markdown)
* 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 ↵Samy Pessé2014-05-201-12/+18
| | | | multi-languages handling
* 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"
| * typo: "blockin" to "block in"Aaron Schumacher2014-05-161-1/+1
|/
* Fix issue of disabling issues and contributeAaron O'Mullan2014-05-152-4/+6
| | | | Improve robustness of template display conditions
* Allow github support to be disabled in book.jsonAaron O'Mullan2014-05-151-1/+11
| | | | Fixes #238
* Merge pull request #233 from embreinhardt/masterSamy Pessé2014-05-144-3/+4
|\ | | | | Add LESS variable for sidebar full-width breakpoint
| * 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 consistent
| * Make font-settings.html indentation consistentErika Reinhardt2014-05-141-17/+17
| | | | | | | | [Minor] Was mix of tabs and spaces, which messed with text edit display
* | Merge pull request #231 from embreinhardt/masterSamy Pessé2014-05-142-9/+9
|\ \ | |/ | | Add HTML classes to make plugins easier to write
| * 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.MD
| * 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 path for articles
| * Force forward slashes on SUMMARY.md pathsMatteo Ronchi2014-05-081-1/+1
|/ | | | | this prevent windows user to generate invalid path on unix OS Reference to issue #39 on gitbook-editor
* Merge pull request #221 from frodsan/patch-1Aaron O'Mullan2014-05-081-1/+1
|\ | | | | Don't show divider even if githubId is present.
| * 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 option
| * 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 header
| * Accessibility: added aria-labels to headerIan McBurnie2014-05-061-7/+7
|/ | | | Feel free to change any of the label text that I have chosen :-)
* 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 links
| * Accessibility: aria-label added to navigation linksIan McBurnie2014-05-051-2/+2
|/ | | | | | | | Current behavior: Screenreader just reads ‘link’ when landing on the previous and next navigation links, giving the user no indication of what the link does or where it goes. New Behaviour: Screenreader reads “Previous page: {page title}” and “Next page: {page title}” respectively.
* 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 #202
| * Improve generate's reliability, fixes #202Aaron O'Mullan2014-05-041-100/+153
|/ | | | This also improves speed on multi language books
* Fix #197: use URI.js for calculation of relative urlSamy Pessé2014-05-046-58/+47
| | | | Use bower for client dependencies
* 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 plugins
| * 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 #127
| * 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 typos
| * 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
|\ | | | | Update README.md
| * Update README.mdEric Priou2014-04-291-1/+1
| |
* | Bump version to 0.4.00.4.0Aaron O'Mullan2014-04-281-1/+1
| |
* | Update doc about how to configure gitbookSamy Pessé2014-04-281-6/+29
| |
* | Remove some options from command line (moved to book.json)Samy Pessé2014-04-281-10/+0
| |
* | Use a global configuration file for a book (default to book.json)Samy Pessé2014-04-283-9/+62
| |
* | Fix #163: Move logic of git infos extraction to libSamy Pessé2014-04-284-67/+32
| |
* | Add hooks "page:before" and "page:after"Samy Pessé2014-04-281-4/+22
| |
* | Use hook to allow plugins to edit page content during generation (Fixes #176)Samy Pessé2014-04-283-12/+19
| |
* | Bump version to 0.3.20.3.2Aaron O'Mullan2014-04-271-1/+1
| |
* | Merge pull request #173 from erixtekila/masterSamy Pessé2014-04-271-0/+2
|\ \ | |/ | | Update README.md
| * Update README.mdEric Priou2014-04-271-3/+0
| |
| * Update README.mdEric Priou2014-04-271-0/+5
|/ | | 3rd party plugins done in the weekend
* Add link to disqus pluginSamy Pessé2014-04-271-0/+1
|
* Fix stupid typo thanks to @erixtekilaSamy Pessé2014-04-271-1/+1
|
* Merge pull request #171 from GitbookIO/feature/offlineCacheSamy Pessé2014-04-2713-11/+168
|\ | | | | Improve pages loading
| * Update page when new version of application cacheSamy Pessé2014-04-273-2/+21
| |
| * Add base loading indicator for navigationSamy Pessé2014-04-276-7/+43
| | | | | | | | #161
| * Add base cache manifestSamy Pessé2014-04-275-3/+105
|/
* Adapt tests for pluginsSamy Pessé2014-04-272-3/+3
|
* Fix #169: fix resolve of external pluginsSamy Pessé2014-04-273-10/+18
|
* Fix #165: replace separator from ":" to ","Samy Pessé2014-04-271-1/+1
|
* Fix display of code element in sepia/nightSamy Pessé2014-04-252-3/+3
|
* Improve summary divider for theme sepia and nightSamy Pessé2014-04-252-1/+3
|
* Improve highlight theme for sepia and night themesSamy Pessé2014-04-256-2/+218
|
* Change highlight theme to tomorrowSamy Pessé2014-04-253-16/+13
|
* Improve display of pre in markdown contentSamy Pessé2014-04-252-16/+3
|
* Add file watcher in "gitbook serve" command (Fix #47, #89, #140)Samy Pessé2014-04-255-35/+148
|
* Fix #153 and Improve pushState navigationSamy Pessé2014-04-253-12/+60
|
* Merge pull request #144 from attomos/masterSamy Pessé2014-04-253-6/+15
|\ | | | | Make quiz easier to click by surround it with label.
| * Make quiz easier to click by surround it with label.Nattaphoom Ch2014-04-243-6/+15
| |
* | Merge pull request #155 from pborreli/patch-1Samy Pessé2014-04-241-1/+1
|\ \ | | | | | | Fixed typo
| * | Fixed typoPascal Borreli2014-04-241-1/+1
|/ /