GitbookIO / plugin

Sample plugin for GitBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ebook Resources in Gitbook 2.0

saturngod opened this issue · 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: {

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