Skip to content

Commit

Permalink
Trying to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcode authored Jan 30, 2017
1 parent ed65888 commit 8e989f4
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"root": "./docs/guide",
"structure.readme": "README.adoc"
"root": "./docs/guide",
"plugins": [
"addcssjs"
],
"structure": {
"readme": "README.adoc",
"summary": "SUMMARY.adoc"
},
"pdf": {
"paperSize": "letter"
},
"pluginsConfig": {
"addcssjs": {
"js": ["styles/adoc/adoc.js"],
"css": ["styles/adoc/adoc.css"]
}
}
}

0 comments on commit 8e989f4

Please sign in to comment.