GitbookIO / plugin

Sample plugin for GitBook
Apache License 2.0
66 stars 56 forks source link

Ebook Resources in Gitbook 2.0 #15

Open saturngod opened 9 years ago

saturngod commented 9 years ago

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: {
jsteenkamp commented 8 years ago

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: { ... }