Skip to content

Commit

Permalink
Omit JavaScript 100 (CloudFront Functions) pseudo-SDK.
Browse files Browse the repository at this point in the history
Add entities for JS runtimes for CloudFront Functions.

Omit JS CF SDK 1 and 2 from SDK guide output.
  • Loading branch information
Laren-AWS committed Oct 22, 2024
1 parent cabed10 commit e8fa1c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .doc_gen/cross-content/phrases-code-examples.ent
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,10 @@

<!-- Marketplace Catalog Service -->
<!ENTITY MKTCataloglong '&MKTlong; Catalog API'>
<!ENTITY MKTCatalog '&MKT; Catalog API'>
<!ENTITY MKTCatalog '&MKT; Catalog API'>

<!-- JavaScript runtimes for CloudFront Functions -->
<!ENTITY CFJS10long 'JavaScript runtime 1.0 for &CFlong; Functions'>
<!ENTITY CFJS10 'JavaScript runtime 1.0 for &CF; Functions'>
<!ENTITY CFJS20long 'JavaScript runtime 2.0 for &CFlong; Functions'>
<!ENTITY CFJS20 'JavaScript runtime 2.0 for &CF; Functions'>
2 changes: 1 addition & 1 deletion .doc_gen/templates/zonbook/library_by_sdk_chapter.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- template "prologue"}}
{{- $omitted_sdks := makeSlice "java_1"}}
{{- $omitted_sdks := makeSlice "java_1" "javascript_101" "javascript_102"}}
{{- $html_only_sdks := makeSlice "cli_2" "powershell_4"}}
{{- $chapter_id := "code_example_library_by_sdk"}}
{{- $include_docs := "file://AWSShared/code-samples/docs/"}}
Expand Down

0 comments on commit e8fa1c8

Please sign in to comment.