We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fb6d3 commit 5336666Copy full SHA for 5336666
.github/workflows/api-docs.yml
@@ -192,7 +192,7 @@ jobs:
192
echo " <div id='logo'></div>" >> $INDEX_FILE
193
echo " </div>" >> $INDEX_FILE
194
echo " <div id='main' class='main-content'>" >> $INDEX_FILE
195
- echo " <h2>AWS SDK for Kotlin API Docs</h2>" >> $INDEX_FILE
+ echo " <h2>AWS SDK for Kotlin API Reference</h2>" >> $INDEX_FILE
196
echo " <div class='table'>" >> $INDEX_FILE
197
198
# Generate list of services
@@ -233,4 +233,4 @@ jobs:
233
with:
234
tag_name: ${{ needs.smithy-kotlin-docs.outputs.source-ref }}-api-docs
235
files: |
236
- kotlin-sdk-api-docs.zip
+ kotlin-sdk-api-docs.zip
0 commit comments