Skip to content

Commit

Permalink
doc builder updates (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
smohan-dw authored Dec 6, 2023
1 parent faaf48e commit 59f3378
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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 59f3378

Please sign in to comment.