-
Notifications
You must be signed in to change notification settings - Fork 50
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: enable intra-repo links in API ref docs #716
Conversation
A new generated diff is ready to view: __generated-main...__generated-fix-api-ref-doc-links |
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.
Looks like services are failing to build in the service check batch job. Needs fixed/investigated before merge.
gradle.properties
Outdated
@@ -2,6 +2,9 @@ kotlin.code.style=official | |||
kotlin.mpp.stability.nowarn=true | |||
kotlin.native.ignoreDisabledTargets=true | |||
|
|||
# FIXME - workaround for https://github.com/Kotlin/dokka/issues/2679 |
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.
I think we actually want this enabled in all of our projects and don't need a FIXME comment here if I'm understanding the compatibility docs.
A new generated diff is ready to view: __generated-main...__generated-fix-api-ref-doc-links |
A new generated diff is ready to view: __generated-main...__generated-fix-api-ref-doc-links |
A new generated diff is ready to view: __generated-main...__generated-fix-api-ref-doc-links |
A new generated diff is ready to view: __generated-main...__generated-fix-api-ref-doc-links |
…nt to keep this long-term probably
Kudos, SonarCloud Quality Gate passed! |
A new generated diff is ready to view: __generated-main...__generated-fix-api-ref-doc-links |
Issue #
#715
Description of changes
Companion PRs: aws-crt-kotlin#59 & smithy-kotlin#711
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.