Skip to content

Commit

Permalink
Merge pull request #25 from dijs/re-arch
Browse files Browse the repository at this point in the history
Complete Rewrite
  • Loading branch information
dijs committed Jun 14, 2016
2 parents 069ea95 + 4455dd0 commit f8ba075
Show file tree
Hide file tree
Showing 49 changed files with 20,000 additions and 349 deletions.
11 changes: 9 additions & 2 deletions .jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["dist/wiki.js", "package.json", "README.md"],
"include": [
"dist/determiners.js",
"dist/page.js",
"dist/util.js",
"dist/wiki.js",
"package.json",
"README.md"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
Expand All @@ -22,4 +29,4 @@
"recurse": true,
"template": "./node_modules/minami"
}
}
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ npm test
## Usage

```javascript
import Wiki from 'wikijs';

const wiki = new Wiki();
import wiki from 'wikijs';

wiki.page('Batman')
.then(page => page.info('alter_ego'))
Expand Down
3 changes: 0 additions & 3 deletions TODO.md

This file was deleted.

Loading

0 comments on commit f8ba075

Please sign in to comment.