Skip to content

Commit

Permalink
Update Gitbook config, add link to live docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Aug 14, 2018
1 parent 964b760 commit 6f0f05b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ npm install react-inky --save

## Documentation

- [Setup](docs/setup.md)
- [Examples](docs/examples.md)
[Read the documentation](https://react-inky.now.sh)

## Local Development

Expand Down
3 changes: 2 additions & 1 deletion book.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"root": "docs",
"title": "react-inky",
"description": "React components for Inky"
"description": "React components for Inky",
"plugins": ["-sharing"]
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"docs:build": "gitbook build",
"docs:serve": "gitbook serve",
"test": "xo && mocha --require babel-register \"src/**/__tests__/*.js\"",
"prepare": "gitbook install",
"prepublishOnly": "npm test && npm run build"
},
"repository": {
Expand Down

0 comments on commit 6f0f05b

Please sign in to comment.