From d2b8e639304c6032b1b2141756fce7d7d65fdb3d Mon Sep 17 00:00:00 2001 From: Laren-AWS Date: Fri, 18 Oct 2024 14:49:28 -0700 Subject: [PATCH] Omit JavaScript 100 (CloudFront Functions) pseudo-SDK. Add entities for JS runtimes for CloudFront Functions. Omit JS CF SDK 1 and 2 from SDK guide output. --- .doc_gen/cross-content/phrases-code-examples.ent | 8 +++++++- .doc_gen/templates/zonbook/library_by_sdk_chapter.xml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.doc_gen/cross-content/phrases-code-examples.ent b/.doc_gen/cross-content/phrases-code-examples.ent index 9009c36e4d4..ac167a435e1 100644 --- a/.doc_gen/cross-content/phrases-code-examples.ent +++ b/.doc_gen/cross-content/phrases-code-examples.ent @@ -151,4 +151,10 @@ - \ No newline at end of file + + + + + + + diff --git a/.doc_gen/templates/zonbook/library_by_sdk_chapter.xml b/.doc_gen/templates/zonbook/library_by_sdk_chapter.xml index e6e59e08582..5a4e126451a 100644 --- a/.doc_gen/templates/zonbook/library_by_sdk_chapter.xml +++ b/.doc_gen/templates/zonbook/library_by_sdk_chapter.xml @@ -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/"}}