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

GitBook #76

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

GitBook #76

wants to merge 3 commits into from

Conversation

SamyPesse
Copy link

This PR switches the book over to the gitbook format, simplifying the build process and setup 📖 💥 .

screen shot 2015-01-14 at 21 28 17

You can test it using:

# Install GitBook
$ npm i gitbook -g

# Install plugins
$ gitbook install

# Build and preview the book
$ gitbook serve

@jehoshua02
Copy link

I know the gitbook docs instruct to install gitbook globally, but is it possible to install it as a project dependency? You don't want to write the book against one version of gitbook and build with a non-backward compatible version later. Installing it globally, other developers have no idea what version of gitbook was originally used.

@AaronO
Copy link

AaronO commented Jan 14, 2015

@jehoshua02 Answered you here : GitbookIO/gitbook#554

@sindresorhus
Copy link
Contributor

I also have big concerns about having to install gitbook only globally: GitbookIO/gitbook#554 (comment)

@AaronO
Copy link

AaronO commented Apr 7, 2015

@sindresorhus By the way GitBook 2.0.0 that's now released supports granular versions.

Are you still interested in this PR ? You would get automatic builds for free (no hassle).

@sindresorhus
Copy link
Contributor

@AaronO Good choice. Yeah, definitely :)

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

Successfully merging this pull request may close these issues.

4 participants