Skip to content

Conversation

@lauzadis
Copy link
Member

@lauzadis lauzadis commented Jun 21, 2025

Fixes two issues with our latest docs' left sidebar:

  1. extractModulePath used the presence of periods to detect the module name, which failed for versioned docs, which use periods in the version number... simplified function implementation to fix this
  2. Broken sidebar links due to excessive parent directory elements (../). Dokka already handles these in their navigation loader, we need to prune all the parent directory elements rather than just some of them

Issue #

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lauzadis lauzadis requested a review from a team as a code owner June 21, 2025 14:52
@lauzadis lauzadis added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label Jun 21, 2025
@github-actions
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@github-actions
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK

@github-actions

This comment has been minimized.

@github-actions
Copy link

A new generated diff is ready to view.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correctness: Why are we deleting this file?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This e2e test fails with

    java.lang.IllegalStateException: Unexpected response Failure(java.lang.IllegalStateException: Unexpected response Failure(aws.sdk.kotlin.services.timestreamwrite.model.TimestreamWriteException: Only existing Timestream for LiveAnalytics customers can access the service. Reach out to AWS support, for more information.))

Copy link
Member Author

@lauzadis lauzadis Jun 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~~I should have deleted the test for timestreamwrite, not timestreamquery, fixed that. ~~

edit: both timestreamwrite and timestreamquery need to be disabled

@github-actions

This comment has been minimized.

@github-actions
Copy link

A new generated diff is ready to view.

@github-actions

This comment has been minimized.

@sonarqubecloud
Copy link

@github-actions
Copy link

A new generated diff is ready to view.

@github-actions
Copy link

Affected Artifacts

No artifacts changed size

@lauzadis lauzadis merged commit 1126607 into main Jun 21, 2025
25 checks passed
@lauzadis lauzadis deleted the fix-dokka-sidebar branch June 21, 2025 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants