summaryrefslogtreecommitdiffstats
path: root/lib/generate/site/index.js
Commit message (Expand)AuthorAgeFilesLines
* Improve ebook generation (toc, ...)Samy Pessé2014-05-291-1/+0
* Fix cache manifest generationSamy Pessé2014-05-251-2/+2
* Plugins can extend htmlSamy Pessé2014-05-231-0/+1
* Introducing option to disable cache manifest generationDavid Graf2014-05-151-3/+7
* Fix #127: add configuration for changing links in sidebarSamy Pessé2014-04-301-1/+3
* Fix #186: Plugins that don't have assets should be skippedSamy Pessé2014-04-301-1/+2
* Fix error when calling hooks in site generationSamy Pessé2014-04-301-1/+1
* Fix #183: normalize hooks and transformation of page (content, progress, ..°Samy Pessé2014-04-291-20/+26
* 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-281-2/+9
* Add base cache manifestSamy Pessé2014-04-271-2/+30
* Change js interface for plugins and add configurationSamy Pessé2014-04-211-1/+2
* Use complete assets folder for pluginsSamy Pessé2014-04-201-7/+2
* Add option to change templates from pluginSamy Pessé2014-04-201-4/+19
* Add resources to site buildSamy Pessé2014-04-191-2/+18
* Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into mrp...Samy Pessé2014-04-091-2/+2
|\
| * Make use of github optionalJames Phillpotts2014-04-071-2/+2
* | Fix progress link to READMESamy Pessé2014-04-071-1/+3
|/
* Merge pull request #40 from GitbookIO/feature/searchclientSamy Pessé2014-04-061-0/+3
|\
| * Use cache in localstorage to store search indexSamy Pessé2014-04-061-0/+3
* | Add outdir option to generators' generateFileAaron O'Mullan2014-04-061-0/+1
* | Fix dir option in site generatorAaron O'Mullan2014-04-061-1/+1
|/
* Generate search_index.json when generating siteAaron O'Mullan2014-04-061-2/+36
* Fix generation for page formatSamy Pessé2014-04-061-3/+10
* Add base for generating languages indexSamy Pessé2014-04-061-17/+39
* Generate an index.html instead of a README.htmlSamy Pessé2014-04-051-9/+4
* Copy README.html to index.html instead of symlimkAaron O'Mullan2014-04-051-2/+2
* Add base for generating single page htmlSamy Pessé2014-04-041-5/+0
* Change template name for site generation to siteSamy Pessé2014-04-041-1/+1
* Add base for themingSamy Pessé2014-04-041-2/+8
* Move generator to specific folderSamy Pessé2014-04-041-0/+91