Skip to content

Add generateTypeDoc setting for typedoc support #1091

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

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

syall
Copy link
Contributor

@syall syall commented Nov 30, 2023

Issue #, if available:

N/A.

Description of changes:

Breaking change: typedoc support was previously generated by default,
but this change makes typedoc support opt-in through the
generateTypeDoc boolean setting.

For example, you can enable typedoc support by enabling the generateTypeDoc flag:

{
    "version": "1.0",
    "plugins": {
        "typescript-client-codegen": {
            "package": "weather",
            "packageVersion": "0.0.1",
            // Enabling typedoc support
            "generateTypeDoc": true
        }
    }
}

If one or more of the packages in the /packages directory has been modified, be sure yarn changeset add has been run and its output has
been committed and included in this pull request. See CONTRIBUTING.md.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Breaking change: typedoc support was previously generated by default,
but this change makes typedoc support opt-in through the
`generateTypeDoc` boolean setting.
@syall syall force-pushed the create-typedoc-setting branch from 248089e to c100189 Compare December 1, 2023 17:32
@syall syall marked this pull request as ready for review December 5, 2023 03:29
@syall syall requested review from a team as code owners December 5, 2023 03:29
@syall syall requested a review from kstich December 5, 2023 03:29
@syall syall merged commit bc4911f into smithy-lang:main Dec 5, 2023
@syall syall deleted the create-typedoc-setting branch December 5, 2023 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants