-
Notifications
You must be signed in to change notification settings - Fork 105
Bump typedoc dependency to 0.23.23 #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
"stripInternal": true, | ||
"readme": "README.md", | ||
"mode": "file", | ||
"extends": ["../../typedoc.client.json"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smithy-ts needs to generate this file
...typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/typedoc.json
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TypeDoc currently doesn't work anyways for generic clients outside of the JS SDK, and this doesn't make that situation worse, so approving this for now. We will revisit the issue of TypeDoc for generic clients in the future.
…es in aws/aws-sdk-js-v3#4458
Issue #, if available:
aws/aws-sdk-js-v3#4458
Description of changes:
Bump TypeDoc and update
typedoc.json
to new TypeDoc formatBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.