-
Notifications
You must be signed in to change notification settings - Fork 55
docs: fix navigation links on left sidebar #1622
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
|
A new generated diff is ready to view.
|
This comment has been minimized.
This comment has been minimized.
|
A new generated diff is ready to view.
|
This comment has been minimized.
This comment has been minimized.
|
A new generated diff is ready to view. |
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.
Correctness: Why are we deleting this file?
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.
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.))
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 should have deleted the test for timestreamwrite, not timestreamquery, fixed that. ~~
edit: both timestreamwrite and timestreamquery need to be disabled
This comment has been minimized.
This comment has been minimized.
… E2E test" This reverts commit 66ec97b.
|
A new generated diff is ready to view. |
This comment has been minimized.
This comment has been minimized.
…, remove E2E test"" This reverts commit 958657f.
|
|
A new generated diff is ready to view. |
Affected ArtifactsNo artifacts changed size |



Fixes two issues with our latest docs' left sidebar:
extractModulePathused 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../). Dokka already handles these in their navigation loader, we need to prune all the parent directory elements rather than just some of themIssue #
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.