Skip to content

Instantly share code, notes, and snippets.

@roachhd
Created November 23, 2014 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/ed537c8d1d9d00363fea to your computer and use it in GitHub Desktop.
Save roachhd/ed537c8d1d9d00363fea to your computer and use it in GitHub Desktop.
GitBook IO Docs

Extra Bits

In your SUMMARY.md be sure to have no blank lines between files Not This:

* [Chapter One](chapter-one/README.md)

* [Chapter Two](chapter-two/README.md)
  * [Chapter Two Article One](chapter-two/article-one.md)

Like This:

* [Chapter One](chapter-one/README.md)
* [Chapter Two](chapter-two/README.md)
  * [Chapter Two Article One](chapter-two/article-one.md)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment