From 47543a0f5f61f8c938b327dbd0de81f52567c527 Mon Sep 17 00:00:00 2001 From: Elysa <60367675+elysahall@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:01:21 -0700 Subject: [PATCH 1/2] Update AWS CLI entries in sdks.yaml Per discussion with Laren, I've updated the metadata for the two AWS CLI sections. Reasons for abbreviation update, the AWS CLI User Guide will include both AWS CLI and Bash scripting sections, and they can't have the same title abbreviations. Updated to the short version found in the AWS CLI user guide. --- .doc_gen/metadata/sdks.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.doc_gen/metadata/sdks.yaml b/.doc_gen/metadata/sdks.yaml index 97bf63cca6b..5f875c14040 100644 --- a/.doc_gen/metadata/sdks.yaml +++ b/.doc_gen/metadata/sdks.yaml @@ -212,8 +212,11 @@ CLI: short: "&CLI;" expanded: long: "AWS Command Line Interface" - short: "Command Line Interface" + short: "AWS CLI" guide: "cli/latest/userguide/cli-chap-welcome.html" + title_override: + title: "AWS CLI command examples" + title_abbrev: "Command examples" api_ref: uid: "aws-cli" name: "&guide-cli-ref;" @@ -226,8 +229,11 @@ Bash: short: "&Bash;" expanded: long: "AWS Command Line Interface with Bash script" - short: "Command Line Interface with Bash script" + short: "AWS CLI with Bash script" guide: "cli/latest/userguide/cli-chap-welcome.html" + title_override: + title: "AWS CLI with Bash script code examples" + title_abbrev: "Bash script examples" api_ref: uid: "aws-cli" name: "&guide-cli-ref;" From e554d5f438577988330552b30fc0f84758aa8ff8 Mon Sep 17 00:00:00 2001 From: Elysa <60367675+elysahall@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:28:58 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Laren-AWS <57545972+Laren-AWS@users.noreply.github.com> --- .doc_gen/metadata/sdks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doc_gen/metadata/sdks.yaml b/.doc_gen/metadata/sdks.yaml index 5f875c14040..39fb3eea5ba 100644 --- a/.doc_gen/metadata/sdks.yaml +++ b/.doc_gen/metadata/sdks.yaml @@ -215,7 +215,7 @@ CLI: short: "AWS CLI" guide: "cli/latest/userguide/cli-chap-welcome.html" title_override: - title: "AWS CLI command examples" + title: "&CLI; command examples" title_abbrev: "Command examples" api_ref: uid: "aws-cli" @@ -232,7 +232,7 @@ Bash: short: "AWS CLI with Bash script" guide: "cli/latest/userguide/cli-chap-welcome.html" title_override: - title: "AWS CLI with Bash script code examples" + title: "&Bash; code examples" title_abbrev: "Bash script examples" api_ref: uid: "aws-cli"