plugin icon indicating copy to clipboard operation
plugin copied to clipboard

Ebook Resources in Gitbook 2.0

Open saturngod opened this issue 10 years ago • 1 comments

In the index.js , it's using same name website for both ebook and websites.

Do I need to use two website key or only one is enough for both website and ebook ?

// Extend website resources and html
    website: {
// Extend ebook resources and html
    website: {

saturngod avatar Mar 17 '15 07:03 saturngod

Noticed this as well. I believe it is a typo and structure should be:

// Extend website resources and html
website: { ... },
// Extend ebook resources and html
ebook: { ... }

jsteenkamp avatar Feb 22 '16 20:02 jsteenkamp