1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-19 14:27:07 +01:00
slate/book.json

19 lines
294 B
JSON
Raw Normal View History

{
"gitbook": "3.2.2",
2016-08-25 22:32:17 -04:00
"root": "./docs",
"structure": {
"readme": "Introduction.md",
"summary": "Readme.md"
},
"plugins": [
"-highlight",
"prism",
"github"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/ianstormtaylor/slate"
}
2016-08-25 22:32:17 -04:00
}
}