awslabs / aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add search bar to documentation

bwrichik opened this issue · comments

Describe the feature

The AWS SDK for Java 2.0 API Reference has a search bar in the top right to quickly search the SDK's features. The Kotlin one does not. I believe it should.

Is your Feature Request related to a problem?

It would be great if I was able to quickly search for things in the Kotlin SDK, like I was able to do so in the Java one.

Proposed Solution

No response

Describe alternative solutions or features you've considered

No response

Acknowledge

  • I may be able to implement this feature request

AWS Kotlin SDK version used

1.0.63

Platform (JVM/JS/Native)

N/A

Operating System and version

N/A

We currently use dokka and had to disable it due to:

Kotlin/dokka#2741

We'll keep this in mind though, thanks for the feedback!