Skip to content

Commit 5336666

Browse files
authored
fix(docs): Update title of API ref (#445)
1 parent 05fb6d3 commit 5336666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
echo " <div id='logo'></div>" >> $INDEX_FILE
193193
echo " </div>" >> $INDEX_FILE
194194
echo " <div id='main' class='main-content'>" >> $INDEX_FILE
195-
echo " <h2>AWS SDK for Kotlin API Docs</h2>" >> $INDEX_FILE
195+
echo " <h2>AWS SDK for Kotlin API Reference</h2>" >> $INDEX_FILE
196196
echo " <div class='table'>" >> $INDEX_FILE
197197
198198
# Generate list of services
@@ -233,4 +233,4 @@ jobs:
233233
with:
234234
tag_name: ${{ needs.smithy-kotlin-docs.outputs.source-ref }}-api-docs
235235
files: |
236-
kotlin-sdk-api-docs.zip
236+
kotlin-sdk-api-docs.zip

0 commit comments

Comments
 (0)