From b4f9dfa219b96118e044d2ec19ea1ff760939401 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 11 May 2016 13:23:33 -0700 Subject: [PATCH] Add gitbook skeleton --- .gitignore | 3 +++ book.json | 17 +++++++++++++++++ docs/README.md | 4 ++++ docs/installation.md | 2 ++ 4 files changed, 26 insertions(+) create mode 100644 book.json create mode 100644 docs/README.md create mode 100644 docs/installation.md diff --git a/.gitignore b/.gitignore index 1aab60d90..78f521b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ pids # Optional REPL history .node_repl_history + +# GitBook +_book diff --git a/book.json b/book.json new file mode 100644 index 000000000..dfaf542a6 --- /dev/null +++ b/book.json @@ -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/" + } + } +} diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..85028b50d --- /dev/null +++ b/docs/README.md @@ -0,0 +1,4 @@ +Summary +======= + +- [Installation](docs/installation.md) diff --git a/docs/installation.md b/docs/installation.md new file mode 100644 index 000000000..32e3ffb59 --- /dev/null +++ b/docs/installation.md @@ -0,0 +1,2 @@ +Hello Foo +=========