summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|/ /
* | Bump version to 0.3.10.3.1Aaron O'Mullan2014-04-241-1/+1
| |
* | Reorder plugin namesAaron O'Mullan2014-04-241-2/+3
| | | | | | | | Improves #149 and improves GitBookIO/editor#12
* | Fix plugin testsAaron O'Mullan2014-04-241-2/+2
| |
* | Require plugin names to contain gitbook-*Aaron O'Mullan2014-04-241-3/+2
| | | | | | | | Fixes #149, fixes GitBookIO/editor#12
* | Fix #146: complete licenseSamy Pessé2014-04-241-2/+2
| |
* | Merge pull request #141 from frodsan/nicetiesAaron O'Mullan2014-04-233-5/+5
|\ \ | |/ |/| Niceties
| * 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 contributor
| * 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
| | | | Add more tests for links in page
* 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 ↵Samy Pessé2014-04-2215-14/+623
|\ | | | | | | Hermanya-master
| * 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
|\ \ | | | | | | Fix #65: Plugins Architecture
| * | Change plugins separator to ","Samy Pessé2014-04-213-3/+3
| | |
| * | Add option --pluginsConfigSamy Pessé2014-04-213-21/+32
| | |
| * | Update default addonsSamy Pessé2014-04-212-4/+4
| | |
| * | Change js interface for plugins and add configurationSamy Pessé2014-04-2111-27/+42
| | |
| * | Use mathjax plugin version 0.0.2Samy Pessé2014-04-211-1/+1
| | |