Skip to content

Commit

Permalink
Updates book.json
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
jamuhl committed May 30, 2017
1 parent a70a8d1 commit 161450a
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
{
"plugins": [ "theme-api" ],
"plugins": [ "edit-link", "theme-api", "jsfiddle", "custom-favicon", "simple-page-toc" ],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/i18next/react-i18next-gitbook/edit/master/",
"label": "Edit"
},
"theme-api": {
"languages": [
{
"lang": "js",
"name": "JavaScript",
"name": "js",
"default": true
},
{
"lang": "go",
"name": "Go"
}
]
}
],
"split": true
},
"jsfiddle":{
"type": "script",
"tabs": ["result","js"],
"height": "500",
"width": "500"
},
"favicon": "assets/favicon.ico",
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
}
}
}

0 comments on commit 161450a

Please sign in to comment.