fix(summary): moving summary at the right place

This commit is contained in:
Olivier Lambert 2016-07-04 17:37:29 +02:00
parent 0da8f44922
commit 6175a8c8c1
2 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
{ {
"gitbook": "2.4.3", "gitbook": "2.4.3",
"structure": { "structure": {
"summary": "docs/README.md" "summary": "docs/README.md"
}, },
"plugins": [ "plugins": [
"anchors", "anchors",
"-edit-link" "-edit-link"
], ],
"pluginsConfig": {} "pluginsConfig": {}
} }