summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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.mdEric Priou2014-04-271-3/+0
| * Update README.mdEric Priou2014-04-271-0/+5
|/
* 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
|\
| * 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
| * 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.Nattaphoom Ch2014-04-243-6/+15
* | Merge pull request #155 from pborreli/patch-1Samy Pessé2014-04-241-1/+1
|\ \
| * | Fixed typoPascal Borreli2014-04-241-1/+1
|/ /
* | Bump version to 0.3.10.3.1Aaron O'Mullan2014-04-241-1/+1
* | Reorder plugin namesAaron O'Mullan2014-04-241-2/+3
* | Fix plugin testsAaron O'Mullan2014-04-241-2/+2
* | Require plugin names to contain gitbook-*Aaron O'Mullan2014-04-241-3/+2
* | Fix #146: complete licenseSamy Pessé2014-04-241-2/+2
* | Merge pull request #141 from frodsan/nicetiesAaron O'Mullan2014-04-233-5/+5
|\ \ | |/ |/|
| * Update color themes for highlight.js link.Francesco Rodriguez2014-04-232-4/+4
| * Fix typo.Francesco Rodriguez2014-04-231-1/+1
|/
* Merge pull request #138 from Hermanya/patch-1Samy Pessé2014-04-221-0/+1
|\
| * Add @Hermanya as a contributorHermanya2014-04-221-0/+1
|/
* Bump version to 0.3.0Aaron O'Mullan2014-04-221-1/+1
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-226-15/+98
* Improve sepia theme sidebarSamy Pessé2014-04-222-2/+2
* Improve font-settings dropdown designSamy Pessé2014-04-222-16/+7
* Merge branch 'master' of https://github.com/Hermanya/gitbook into Hermanya-ma...Samy Pessé2014-04-2215-14/+623
|\
| * Font settings, closes #102Herman Starikov2014-04-1915-14/+600
* | Add section in readme about pluginsSamy Pessé2014-04-221-0/+13
* | Merge pull request #123 from GitbookIO/feature/pluginsAaron O'Mullan2014-04-2120-94/+395
|\ \
| * | Change plugins separator to ","Samy Pessé2014-04-213-3/+3