Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ebook Resources in Gitbook 2.0 #15

Open
saturngod opened this issue Mar 17, 2015 · 1 comment
Open

Ebook Resources in Gitbook 2.0 #15

saturngod opened this issue Mar 17, 2015 · 1 comment

Comments

@saturngod
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants