diff --git a/packages/cli/typedoc.json b/packages/cli/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/cli/typedoc.json +++ b/packages/cli/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/core/typedoc.json b/packages/core/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/core/typedoc.json +++ b/packages/core/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/imperative/typedoc.json b/packages/imperative/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/imperative/typedoc.json +++ b/packages/imperative/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/provisioning/typedoc.json b/packages/provisioning/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/provisioning/typedoc.json +++ b/packages/provisioning/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/secrets/typedoc.json b/packages/secrets/typedoc.json new file mode 100644 index 0000000000..b15f87adc5 --- /dev/null +++ b/packages/secrets/typedoc.json @@ -0,0 +1,6 @@ +{ + "out": "./docs/typedoc/", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], + "cleanOutputDir": true +} \ No newline at end of file diff --git a/packages/workflows/typedoc.json b/packages/workflows/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/workflows/typedoc.json +++ b/packages/workflows/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/zosconsole/typedoc.json b/packages/zosconsole/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/zosconsole/typedoc.json +++ b/packages/zosconsole/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/zosfiles/typedoc.json b/packages/zosfiles/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/zosfiles/typedoc.json +++ b/packages/zosfiles/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/zosjobs/typedoc.json b/packages/zosjobs/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/zosjobs/typedoc.json +++ b/packages/zosjobs/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/zoslogs/typedoc.json b/packages/zoslogs/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/zoslogs/typedoc.json +++ b/packages/zoslogs/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/zosmf/typedoc.json b/packages/zosmf/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/zosmf/typedoc.json +++ b/packages/zosmf/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/zostso/typedoc.json b/packages/zostso/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/zostso/typedoc.json +++ b/packages/zostso/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/packages/zosuss/typedoc.json b/packages/zosuss/typedoc.json index 2b97359f2c..b15f87adc5 100644 --- a/packages/zosuss/typedoc.json +++ b/packages/zosuss/typedoc.json @@ -1,5 +1,6 @@ { "out": "./docs/typedoc/", - "exclude": "**/__tests__/**", + "exclude": ["**/__tests__/**"], + "entryPoints": ["src/index.ts"], "cleanOutputDir": true } \ No newline at end of file diff --git a/typedoc.json b/typedoc.json index a25ecee84c..5f5fff6660 100644 --- a/typedoc.json +++ b/typedoc.json @@ -5,7 +5,7 @@ "**/__tests__/**" ], "cleanOutputDir": true, - "entryPoints": ["./"], + "entryPoints": ["./packages/*"], "entryPointStrategy": "packages", "readme": "./README.md" } \ No newline at end of file