We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed49c31 commit 44f87e0Copy full SHA for 44f87e0
book.json
@@ -0,0 +1,6 @@
1
+{
2
+ "plugins": ["autocover"],
3
+ "pluginsConfig": {
4
+ "autocover": {}
5
+ }
6
+}
package.json
@@ -13,7 +13,8 @@
13
"grunt": "~0.4.1",
14
"grunt-gitbook": "0.4.2",
15
"grunt-gh-pages": "0.9.1",
16
- "grunt-contrib-clean": "~0.5.0"
+ "grunt-contrib-clean": "~0.5.0",
17
+ "gitbook-plugin-autocover": "0.0.2"
18
},
19
"peerDependencies": {
20
"grunt": "~0.4.1"
0 commit comments