Add gitbook skeleton

This commit is contained in:
Gregory Schier 2016-05-11 13:23:33 -07:00
parent 419aaa0c5f
commit b4f9dfa219
4 changed files with 26 additions and 0 deletions

3
.gitignore vendored
View File

@ -18,3 +18,6 @@ pids
# Optional REPL history
.node_repl_history
# GitBook
_book

17
book.json Normal file
View File

@ -0,0 +1,17 @@
{
"gitbook": "2.x.x",
"title": "Insomnia Rest Client",
"structure": {
"summary": "docs/README.md"
},
"plugins": ["edit-link", "prism", "-highlight", "github", "anker-enable"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/gschier/insomnia/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/gschier/insomnia/"
}
}
}

4
docs/README.md Normal file
View File

@ -0,0 +1,4 @@
Summary
=======
- [Installation](docs/installation.md)

2
docs/installation.md Normal file
View File

@ -0,0 +1,2 @@
Hello Foo
=========