-
Notifications
You must be signed in to change notification settings - Fork 196
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
fix: Client's fluent builder doc links now correctly link to raw identifiers #1142
Conversation
A new generated diff is ready to view.
|
A new doc preview is ready to view. |
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
...c/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/FluentClientDecorator.kt
Outdated
Show resolved
Hide resolved
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
…r_names_in_doc_links
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
...kotlin/software/amazon/smithy/rust/codegen/smithy/generators/client/FluentClientDecorator.kt
Outdated
Show resolved
Hide resolved
...kotlin/software/amazon/smithy/rust/codegen/smithy/generators/client/FluentClientDecorator.kt
Outdated
Show resolved
Hide resolved
...kotlin/software/amazon/smithy/rust/codegen/smithy/generators/client/FluentClientDecorator.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: John DiSanti <jdisanti@amazon.com>
A new generated diff is ready to view.
|
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
A new doc preview is ready to view. |
giving the people what they want
A new doc preview is ready to view. |
A new generated diff is ready to view.
|
Motivation and Context
fixes #1129
Description
Previously, we were escaping the member names used to create the fluent builder doc links in Client docs. This fixes that
Testing
I ran codegen, generated docs, and verified the fix using the
chime
service SDKChecklist
CHANGELOG.next.toml
if I made changes to the smithy-rs codegen or runtime cratesCHANGELOG.next.toml
if I made changes to the AWS SDK, generated SDK code, or SDK runtime cratesBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.