Skip to content

Commit a58c69f

Browse files
committed
Use entities for API ref titles.
1 parent 166f6a3 commit a58c69f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

aws_doc_sdk_examples_tools/config/phrases-code-examples.ent

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,7 @@
179179

180180
<!ENTITY GeoRouteslong 'Amazon Location Service Routes V2'>
181181
<!ENTITY GeoRoutes 'Location Service Routes V2'>
182+
183+
<!-- Tools for PowerShell -->
184+
<!ENTITY guide-twp-ref-v4 '&guide-twp-ref; (V4)'>
185+
<!ENTITY guide-twp-ref-v5 '&guide-twp-ref; (V5)'>

aws_doc_sdk_examples_tools/config/sdks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ PowerShell:
268268
guide: "powershell/latest/v4/pstools-welcome.html"
269269
api_ref:
270270
uid: "ToolsForPowerShell4"
271-
name: "&guide-twp-ref; (V4)"
271+
name: "&guide-twp-ref-v4;"
272272
link_template: "https://docs.aws.amazon.com/powershell/v4/reference"
273273
5:
274274
long: "&TWPALLlong; V5"
@@ -279,7 +279,7 @@ PowerShell:
279279
guide: "powershell/v5/userguide/pstools-welcome.html"
280280
api_ref:
281281
uid: "ToolsForPowerShell5"
282-
name: "&guide-twp-ref; (V5)"
282+
name: "&guide-twp-ref-v5;"
283283
link_template: "https://docs.aws.amazon.com/powershell/v5/reference"
284284
guide: "&guide-twp-ug;"
285285
Python:

0 commit comments

Comments
 (0)