orbitdb/conf/jsdoc/jsdoc.json
Hayden Young 6def69f345
Identity issue (#82)
* docs: Correctly print out db query results.

* test: Remove concurrent.

* test: Remove unimplemented and 3rd party AC tests.

* test: Remove unimplemented and 3rd party identity tests.

* docs: Move jsdoc config to conf directory.

* Point package.json main at index.js to access all exported functions.

* test: Identities storage pointing at wrong location.

* refactor: Identities is configurable when creating an OrbitDB instance.
2023-06-13 23:55:25 +08:00

8 lines
128 B
JSON

{
"plugins": ["plugins/markdown"],
"templates" : {
"default": {
"layoutFile": "conf/jsdoc/layout.tmpl"
}
}
}