Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions aws_doc_sdk_examples_tools/config/phrases-code-examples.ent
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,7 @@

<!ENTITY GeoRouteslong 'Amazon Location Service Routes V2'>
<!ENTITY GeoRoutes 'Location Service Routes V2'>

<!-- Tools for PowerShell -->
<!ENTITY guide-twp-ref-v4 '&guide-twp-ref; (V4)'>
<!ENTITY guide-twp-ref-v5 '&guide-twp-ref; (V5)'>
25 changes: 18 additions & 7 deletions aws_doc_sdk_examples_tools/config/sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,27 @@ PowerShell:
property: powershell
sdk:
4:
long: "&TWPALLlong;"
short: "&TWPALL;"
long: "&TWPALLlong; V4"
short: "&TWPALL; V4"
expanded:
long: "AWS Tools for PowerShell"
short: "Tools for PowerShell"
guide: "powershell/latest/userguide/pstools-welcome.html"
long: "AWS Tools for PowerShell V4"
short: "Tools for PowerShell V4"
guide: "powershell/latest/v4/pstools-welcome.html"
api_ref:
uid: "ToolsForPowerShell4"
name: "&guide-twp-ref;"
link_template: "https://docs.aws.amazon.com/powershell/latest/reference"
name: "&guide-twp-ref-v4;"
link_template: "https://docs.aws.amazon.com/powershell/v4/reference"
5:
long: "&TWPALLlong; V5"
short: "&TWPALL; V5"
expanded:
long: "AWS Tools for PowerShell V5"
short: "Tools for PowerShell V5"
guide: "powershell/v5/userguide/pstools-welcome.html"
api_ref:
uid: "ToolsForPowerShell5"
name: "&guide-twp-ref-v5;"
link_template: "https://docs.aws.amazon.com/powershell/v5/reference"
guide: "&guide-twp-ug;"
Python:
property: python
Expand Down
Loading