1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00
slate/book.json
Renaud Chaput de4c9e478a Lint JSON, CSS and Markdown files with Prettier (#1612)
* Process and Lint CSS, Markdown and JSON files with Prettier

* Run `yarn prettier` to re-format Markdown, CSS and JSON files
2018-02-07 07:58:41 -08:00

15 lines
278 B
JSON

{
"gitbook": "3.2.2",
"root": "./docs",
"structure": {
"readme": "Introduction.md",
"summary": "Readme.md"
},
"plugins": ["-highlight", "prism", "github"],
"pluginsConfig": {
"github": {
"url": "https://github.com/ianstormtaylor/slate"
}
}
}