Skip to content

Commit

Permalink
Add configuration for gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Oct 23, 2016
1 parent a23919e commit 2c3f199
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bookignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bin/*
config/*
data/*
lib/*
private/*
test/*
views/*
10 changes: 10 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"theme": "dark",
"plugins": ["exercises", "edit-link", "page-toc"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/martindale/maki/edit/community",
"label": "Edit This Page"
}
}
}

0 comments on commit 2c3f199

Please sign in to comment.