Skip to content

Commit

Permalink
docs: typedoc-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbas21 committed Oct 17, 2024
1 parent 299a14d commit 2bb4bd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions e2e/token-vault-interceptor/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "@forgerock/token-vault-interceptor",
"version": "0.0.1",
"dependencies": {
"@forgerock/token-vault": "workspace:*"
},
"dependencies": {},
"type": "module",
"main": "./dist/index.iife.js",
"module": "./dist/index.iife.js",
Expand Down
4 changes: 1 addition & 3 deletions packages/javascript-sdk/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"excludeProtected": false,
"excludeNotDocumented": false,
"externalSymbolLinkMappings": {},
"includes": "",
"out": "../../docs/packages/javascript-sdk",
"emit": "docs",
"theme": "hierarchy",
Expand All @@ -33,9 +32,8 @@
"sourceLinkTemplate": "",
"gitRevision": "master",
"gitRemote": "origin",
"htmlLang": "en",
"lang": "en",
"githubPages": true,
"gaID": "",
"hideGenerator": true,
"searchInComments": false,
"cleanOutputDir": true,
Expand Down
4 changes: 1 addition & 3 deletions packages/ping-protect/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"excludeProtected": false,
"excludeNotDocumented": false,
"externalSymbolLinkMappings": {},
"includes": "",
"out": "../../docs/packages/ping-protect",
"emit": "docs",
"theme": "hierarchy",
Expand All @@ -33,9 +32,8 @@
"sourceLinkTemplate": "",
"gitRevision": "master",
"gitRemote": "origin",
"htmlLang": "en",
"lang": "en",
"githubPages": true,
"gaID": "",
"hideGenerator": true,
"searchInComments": false,
"cleanOutputDir": true,
Expand Down

0 comments on commit 2bb4bd6

Please sign in to comment.