Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed May 20, 2017
1 parent 71d5aaa commit 6a316db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.12
- 4
- 5
- 6
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/README.md → SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* [aggregate](/docs/collection/aggregate.md)
* [bulkWrite](/docs/collection/bulkWrite.md)
* [count](/docs/collection/count.md)
* [createIndex](/docs/collection/createIndex.md)
* [distinct](/docs/collection/distinct.md)
* [drop](/docs/collection/drop.md)
* [dropIndex](/docs/collection/dropIndex.md)
* [dropIndexes](/docs/collection/dropIndexes.md)
* [ensureIndex](/docs/collection/ensureIndex.md)
* [find](/docs/collection/find.md)
* [findOne](/docs/collection/findOne.md)
* [findOneAndDelete](/docs/collection/findOneAndDelete.md)
Expand All @@ -27,5 +27,5 @@
* [update](/docs/collection/update.md)
* [id](/docs/id.md)
* [Debugging](/docs/Debugging.md)
* [Change Log](/History.md)
* [Change Log](/CHANGELOG.md)
* [Contributors](https://github.com/Automattic/monk/graphs/contributors)
6 changes: 2 additions & 4 deletions book.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"gitbook": "2.5.2",
"gitbook": ">=3.2.2",
"title": "Monk",
"structure": {
"summary": "docs/README.md"
},
"description": "The wise MongoDB API",
"plugins": ["prism", "-highlight", "github", "anker-enable"],
"pluginsConfig": {
"github": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"dependencies": {
"debug": "*",
"gitbook-plugin-github": "2.0.0",
"mongodb": "^2.1.18"
},
"devDependencies": {
Expand All @@ -29,7 +30,7 @@
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gitbook-cli": "2.3.0",
"gitbook-cli": "^2.3.0",
"gitbook-plugin-anker-enable": "^0.0.4",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^3.0.0",
Expand Down

0 comments on commit 6a316db

Please sign in to comment.