From 3ab3d797d8821f8e4841ca8fa70baaa4a6ca1745 Mon Sep 17 00:00:00 2001 From: Satish Mohan <54302767+smohan-dw@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:24:49 +0530 Subject: [PATCH] doc builder updates --- packages/did/src/index.ts | 4 ---- tsconfig.docs.json | 10 +++++++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/did/src/index.ts b/packages/did/src/index.ts index 58ec5fb2..477400f6 100644 --- a/packages/did/src/index.ts +++ b/packages/did/src/index.ts @@ -1,7 +1,3 @@ -/** - * @module @@cord.network/did - */ - export * from './DidDetails/index.js' export * from './DidDocumentExporter/index.js' export * from './DidResolver/index.js' diff --git a/tsconfig.docs.json b/tsconfig.docs.json index 4b7da8e8..f88a66b4 100644 --- a/tsconfig.docs.json +++ b/tsconfig.docs.json @@ -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", @@ -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, }, } }