mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Add gitbook skeleton
This commit is contained in:
parent
419aaa0c5f
commit
b4f9dfa219
3
.gitignore
vendored
3
.gitignore
vendored
@ -18,3 +18,6 @@ pids
|
|||||||
|
|
||||||
# Optional REPL history
|
# Optional REPL history
|
||||||
.node_repl_history
|
.node_repl_history
|
||||||
|
|
||||||
|
# GitBook
|
||||||
|
_book
|
||||||
|
17
book.json
Normal file
17
book.json
Normal 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
4
docs/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Summary
|
||||||
|
=======
|
||||||
|
|
||||||
|
- [Installation](docs/installation.md)
|
2
docs/installation.md
Normal file
2
docs/installation.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Hello Foo
|
||||||
|
=========
|
Loading…
Reference in New Issue
Block a user