mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-01 11:46:37 +00:00

* 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.
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"plugins": ["plugins/markdown"],
|
|
"templates" : {
|
|
"default": {
|
|
"layoutFile": "conf/jsdoc/layout.tmpl"
|
|
}
|
|
}
|
|
} |