We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ab619 commit e651476Copy full SHA for e651476
README.md
@@ -14,6 +14,10 @@ db.info(function(err, info) {
14
});
15
```
16
17
+## Documentation
18
+
19
+Full documentation at http://mikepb.github.io/clerk/
20
21
## Installation
22
23
```sh
jsdoc.json
@@ -2,10 +2,22 @@
2
"source": {
3
"include": [
4
"clerk.js",
5
+ "package.json",
6
"README.md"
7
]
8
},
9
"plugins": ["plugins/markdown"],
10
+ "templates": {
11
+ "applicationName": "clerk",
12
+ "meta": {
13
+ "title": "clerk",
+ "description": "clerk - CouchDB library for node and the browser",
+ "keyword": "clerk couchdb"
+ },
+ "default": {
+ "outputSourceFiles": true
+ }
"opts": {
"destination": "docs"
}
0 commit comments