Skip to content

Commit

Permalink
doc builder updates and readme update (#154)
Browse files Browse the repository at this point in the history
backport of #153 and #152
  • Loading branch information
amarts authored Dec 6, 2023
1 parent b7b5364 commit bc357eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ Follow the instructions under the topic - "Run the node"

```
$ yarn demo
$ npx tsx demo/src/func-test.ts
$ yarn demo-vc
$ yarn bench
$ npx tsx demo/src/network-score-test.ts
```
The output of these runs are self-explanatory. For reference of how this is structured,
Expand Down
4 changes: 0 additions & 4 deletions packages/did/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @module @@cord.network/did
*/

export * from './DidDetails/index.js'
export * from './DidDocumentExporter/index.js'
export * from './DidResolver/index.js'
Expand Down
10 changes: 7 additions & 3 deletions tsconfig.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
"packages/statement/src/index.ts",
"packages/identifier/src/index.ts",
"packages/chain-space/src/index.ts",
"packages/schema/src/index.ts",
"packages/network-score/src/index.ts",
"packages/sdk/src/index.ts"
],
"out": "docs/api",
"out": "docs",
"theme": "default",
"exclude": [
"**/*spec.ts",
Expand All @@ -37,11 +39,13 @@
"hideGenerator": true,
"excludeInternal": true,
"categorizeByGroup": true,
"name": "CORD.js Documentation",
"excludeNotDocumented": true,
"includeVersion": true,
"name": "SDK Documentation",
"readme": "README.md",
"navigation": {
"includeCategories": true,
"includeGroups": true
"includeGroups": true,
},
}
}

0 comments on commit bc357eb

Please sign in to comment.