Skip to content

Commit e651476

Browse files
committed
Link to documentation site
1 parent d4ab619 commit e651476

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ db.info(function(err, info) {
1414
});
1515
```
1616

17+
## Documentation
18+
19+
Full documentation at http://mikepb.github.io/clerk/
20+
1721
## Installation
1822

1923
```sh

jsdoc.json

+12
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
"source": {
33
"include": [
44
"clerk.js",
5+
"package.json",
56
"README.md"
67
]
78
},
89
"plugins": ["plugins/markdown"],
10+
"templates": {
11+
"applicationName": "clerk",
12+
"meta": {
13+
"title": "clerk",
14+
"description": "clerk - CouchDB library for node and the browser",
15+
"keyword": "clerk couchdb"
16+
},
17+
"default": {
18+
"outputSourceFiles": true
19+
}
20+
},
921
"opts": {
1022
"destination": "docs"
1123
}

0 commit comments

Comments
 (0)