SUMMARY: index pattern sections

This commit is contained in:
Tamer Tas
2016-09-13 15:48:48 +03:00
parent f009bea3b0
commit 418cd23c0a
3 changed files with 135 additions and 52 deletions

17
book.json Normal file
View File

@@ -0,0 +1,17 @@
{
"plugins": [
"-search",
"-lunr",
"github",
"edit-link"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/tmrts/go-patterns"
},
"edit-link": {
"base": "https://github.com/tmrts/go-patterns/edit/master/",
"label": ""
}
}
}