Skip to content

Commit

Permalink
fix: update doc generators
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Jan 23, 2025
1 parent 9570f18 commit 94853f9
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 94 deletions.
4 changes: 2 additions & 2 deletions packages/colony-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"jest": "^29.5.0",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3"
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1"
},
"peerDependencies": {
"ethers": "^5.1.3"
Expand Down
3 changes: 1 addition & 2 deletions packages/colony-js/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"disableSources": true,
"readme": "none",
"plugin": "typedoc-plugin-markdown",
"hideBreadcrumbs": true,
"hideInPageTOC": true
"hideBreadcrumbs": true
}
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"inquirer": "^8.2.4",
"prettier": "^2.6.1",
"tsx": "^4.19.1",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.3",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"wonka": "^4.0.15",
"yargs": "^17.5.1"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/sdk/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@
"readme": "none",
"plugin": "typedoc-plugin-markdown",
"hideBreadcrumbs": true,
"hideInPageTOC": true,
"hideParameterTypesInTitle": true,
"requiredToBeDocumented": ["Enum", "Class"]
}
Loading

0 comments on commit 94853f9

Please sign in to comment.