From 5610358fa27efb91d88f946e71f5aec521646ff7 Mon Sep 17 00:00:00 2001 From: Dave Pagurek Date: Tue, 8 Oct 2024 16:18:34 -0400 Subject: [PATCH 1/8] Add creative commons badge to examples --- public/images/by-nc-sa.svg | 202 ++++++++++++++++++++++++++++++++ src/layouts/ExampleLayout.astro | 6 + 2 files changed, 208 insertions(+) create mode 100644 public/images/by-nc-sa.svg diff --git a/public/images/by-nc-sa.svg b/public/images/by-nc-sa.svg new file mode 100644 index 0000000000..514c251b7a --- /dev/null +++ b/public/images/by-nc-sa.svg @@ -0,0 +1,202 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/layouts/ExampleLayout.astro b/src/layouts/ExampleLayout.astro index 686ca2de64..f0e3588e83 100644 --- a/src/layouts/ExampleLayout.astro +++ b/src/layouts/ExampleLayout.astro @@ -65,6 +65,12 @@ const { Content } = await example.render();

{example.data.arialabel}

+
{ From 70b72b336416083372166a711f97beb5b77b2fb3 Mon Sep 17 00:00:00 2001 From: Dave Pagurek Date: Wed, 9 Oct 2024 08:10:55 -0400 Subject: [PATCH 2/8] Link contributors + Processing separately --- src/layouts/ExampleLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/ExampleLayout.astro b/src/layouts/ExampleLayout.astro index f0e3588e83..b0a9f18226 100644 --- a/src/layouts/ExampleLayout.astro +++ b/src/layouts/ExampleLayout.astro @@ -67,7 +67,7 @@ const { Content } = await example.render();

{example.data.arialabel}

From 063104ac05d84ebb1db580dbb71b28def66747fe Mon Sep 17 00:00:00 2001 From: Dave Pagurek Date: Wed, 9 Oct 2024 10:35:55 -0400 Subject: [PATCH 3/8] Link to github readme --- src/layouts/ExampleLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/ExampleLayout.astro b/src/layouts/ExampleLayout.astro index b0a9f18226..8a1ae8b022 100644 --- a/src/layouts/ExampleLayout.astro +++ b/src/layouts/ExampleLayout.astro @@ -67,7 +67,7 @@ const { Content } = await example.render();

{example.data.arialabel}

From 383c0267cedf7cd628ec48294c6887d59082ca67 Mon Sep 17 00:00:00 2001 From: Ritik Thakur Date: Wed, 9 Oct 2024 22:12:36 +0530 Subject: [PATCH 4/8] Changed the file names From 9c1a1950e66627f7ec21ae52665b45ff7efbd630 Mon Sep 17 00:00:00 2001 From: Ritik Thakur Date: Wed, 9 Oct 2024 22:27:41 +0530 Subject: [PATCH 5/8] Renamed the file and a few small changes --- src/content/ui/en.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/ui/en.yaml b/src/content/ui/en.yaml index ad062ff136..0da0927956 100644 --- a/src/content/ui/en.yaml +++ b/src/content/ui/en.yaml @@ -112,7 +112,8 @@ exampleCategories: Transformation: "Transformation" Calculating Values: "Calculating Values" Repetition: "Repetition" - Listing Data With Arrays: "Listing Data With Arrays" + Listing Data With Arrays: "Listing Data With Arrays" + # Renamed the file and made some small changes Angles And Motion: "Angles And Motion" Games: "Games" 3D: "3D" From c0183d6394234be5538b35a0e7d365e5f8763e1c Mon Sep 17 00:00:00 2001 From: Qianqian Ye Date: Wed, 9 Oct 2024 11:36:43 -0700 Subject: [PATCH 6/8] Link to p5js.org/people page --- src/layouts/ExampleLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/ExampleLayout.astro b/src/layouts/ExampleLayout.astro index 8a1ae8b022..cc31a5d2bf 100644 --- a/src/layouts/ExampleLayout.astro +++ b/src/layouts/ExampleLayout.astro @@ -67,7 +67,7 @@ const { Content } = await example.render();

{example.data.arialabel}

From a92e5ac3e15d7cf46133567cedf61de0c0141a77 Mon Sep 17 00:00:00 2001 From: Ritik Thakur Date: Thu, 10 Oct 2024 16:39:37 +0530 Subject: [PATCH 7/8] Changed the filenames to some random filenames and not just changing the casing of the filenames --- .../00_Random_Poetry/code.js | 0 .../00_Random_Poetry/description.mdx | 24 +++++++++---------- .../More/Array.js | 0 .../More/BrownianMotion.js | 0 .../More/Morph.js | 0 .../More/Mouse_Signals.js | 0 .../More/Pie_Chart.js | 0 .../More/Storing_Input.js | 0 .../More/Walk_Over_2dArray.js | 0 .../00_Random_Poetry/description.mdx | 16 ++++++------- .../00_Random_Poetry/description.mdx | 22 ++++++++--------- .../00_Random_Poetry/description.mdx | 16 ++++++------- .../00_Random_Poetry/description.mdx | 14 +++++------ 13 files changed, 46 insertions(+), 46 deletions(-) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/00_Random_Poetry/code.js (100%) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/00_Random_Poetry/description.mdx (98%) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/More/Array.js (100%) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/More/BrownianMotion.js (100%) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/More/Morph.js (100%) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/More/Mouse_Signals.js (100%) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/More/Pie_Chart.js (100%) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/More/Storing_Input.js (100%) rename src/content/examples/en/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/More/Walk_Over_2dArray.js (100%) rename src/content/examples/es/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/00_Random_Poetry/description.mdx (98%) rename src/content/examples/hi/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/00_Random_Poetry/description.mdx (98%) rename src/content/examples/ko/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/00_Random_Poetry/description.mdx (98%) rename src/content/examples/zh-Hans/{08_Listing_Data_with_Arrays => 08_Whatever_file_name}/00_Random_Poetry/description.mdx (98%) diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/00_Random_Poetry/code.js b/src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/code.js similarity index 100% rename from src/content/examples/en/08_Listing_Data_with_Arrays/00_Random_Poetry/code.js rename to src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/code.js diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx b/src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/description.mdx similarity index 98% rename from src/content/examples/en/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx rename to src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/description.mdx index be822ccadb..8ff6dcb3b2 100644 --- a/src/content/examples/en/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx +++ b/src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/description.mdx @@ -1,13 +1,13 @@ ---- -featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" -featuredImageAlt: A random series of words related to p5.js scattered on a maroon background. -title: Random Poetry -oneLineDescription: Generate a poem with words randomly selected from a bank. ---- - -Using the -floor() -and -random() -functions, you can randomly select a series of items from an array +--- +featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" +featuredImageAlt: A random series of words related to p5.js scattered on a maroon background. +title: Random Poetry +oneLineDescription: Generate a poem with words randomly selected from a bank. +--- + +Using the +floor() +and +random() +functions, you can randomly select a series of items from an array and draw them at different sizes and positions on the canvas. \ No newline at end of file diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/More/Array.js b/src/content/examples/en/08_Whatever_file_name/More/Array.js similarity index 100% rename from src/content/examples/en/08_Listing_Data_with_Arrays/More/Array.js rename to src/content/examples/en/08_Whatever_file_name/More/Array.js diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/More/BrownianMotion.js b/src/content/examples/en/08_Whatever_file_name/More/BrownianMotion.js similarity index 100% rename from src/content/examples/en/08_Listing_Data_with_Arrays/More/BrownianMotion.js rename to src/content/examples/en/08_Whatever_file_name/More/BrownianMotion.js diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/More/Morph.js b/src/content/examples/en/08_Whatever_file_name/More/Morph.js similarity index 100% rename from src/content/examples/en/08_Listing_Data_with_Arrays/More/Morph.js rename to src/content/examples/en/08_Whatever_file_name/More/Morph.js diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/More/Mouse_Signals.js b/src/content/examples/en/08_Whatever_file_name/More/Mouse_Signals.js similarity index 100% rename from src/content/examples/en/08_Listing_Data_with_Arrays/More/Mouse_Signals.js rename to src/content/examples/en/08_Whatever_file_name/More/Mouse_Signals.js diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/More/Pie_Chart.js b/src/content/examples/en/08_Whatever_file_name/More/Pie_Chart.js similarity index 100% rename from src/content/examples/en/08_Listing_Data_with_Arrays/More/Pie_Chart.js rename to src/content/examples/en/08_Whatever_file_name/More/Pie_Chart.js diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/More/Storing_Input.js b/src/content/examples/en/08_Whatever_file_name/More/Storing_Input.js similarity index 100% rename from src/content/examples/en/08_Listing_Data_with_Arrays/More/Storing_Input.js rename to src/content/examples/en/08_Whatever_file_name/More/Storing_Input.js diff --git a/src/content/examples/en/08_Listing_Data_with_Arrays/More/Walk_Over_2dArray.js b/src/content/examples/en/08_Whatever_file_name/More/Walk_Over_2dArray.js similarity index 100% rename from src/content/examples/en/08_Listing_Data_with_Arrays/More/Walk_Over_2dArray.js rename to src/content/examples/en/08_Whatever_file_name/More/Walk_Over_2dArray.js diff --git a/src/content/examples/es/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx b/src/content/examples/es/08_Whatever_file_name/00_Random_Poetry/description.mdx similarity index 98% rename from src/content/examples/es/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx rename to src/content/examples/es/08_Whatever_file_name/00_Random_Poetry/description.mdx index 3a60668780..fcb15ddec7 100644 --- a/src/content/examples/es/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx +++ b/src/content/examples/es/08_Whatever_file_name/00_Random_Poetry/description.mdx @@ -1,9 +1,9 @@ ---- -featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" -title: Poema Aleatorio -oneLineDescription: Genera un poema con palabras seleccionadas al azar de un banco de palabras. ---- - -Usando las funciones floor() y -random(), puedes seleccionar +--- +featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" +title: Poema Aleatorio +oneLineDescription: Genera un poema con palabras seleccionadas al azar de un banco de palabras. +--- + +Usando las funciones floor() y +random(), puedes seleccionar aleatoriamente una serie de elementos de un arreglo y dibujarlos en diferentes tamaños y posiciones en el lienzo. \ No newline at end of file diff --git a/src/content/examples/hi/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx b/src/content/examples/hi/08_Whatever_file_name/00_Random_Poetry/description.mdx similarity index 98% rename from src/content/examples/hi/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx rename to src/content/examples/hi/08_Whatever_file_name/00_Random_Poetry/description.mdx index 77439c4c9a..f0c69765ab 100644 --- a/src/content/examples/hi/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx +++ b/src/content/examples/hi/08_Whatever_file_name/00_Random_Poetry/description.mdx @@ -1,12 +1,12 @@ ---- -featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" -title: यादृच्छिक कविता -oneLineDescription: बैंक से यादृच्छिक रूप से चुने गए शब्दों से एक कविता तैयार करें। ---- - -floor() -और -random() -फ़ंक्शंस, का उपयोग -आप किसी सरणी से यादृच्छिक रूप से आइटमों की एक श्रृंखला का चयन कर सकते हैं +--- +featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" +title: यादृच्छिक कविता +oneLineDescription: बैंक से यादृच्छिक रूप से चुने गए शब्दों से एक कविता तैयार करें। +--- + +floor() +और +random() +फ़ंक्शंस, का उपयोग +आप किसी सरणी से यादृच्छिक रूप से आइटमों की एक श्रृंखला का चयन कर सकते हैं और उन्हें कैनवास पर विभिन्न आकारों और स्थानों पर बनाएं। \ No newline at end of file diff --git a/src/content/examples/ko/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx b/src/content/examples/ko/08_Whatever_file_name/00_Random_Poetry/description.mdx similarity index 98% rename from src/content/examples/ko/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx rename to src/content/examples/ko/08_Whatever_file_name/00_Random_Poetry/description.mdx index b35c4cc508..784bfda26a 100644 --- a/src/content/examples/ko/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx +++ b/src/content/examples/ko/08_Whatever_file_name/00_Random_Poetry/description.mdx @@ -1,8 +1,8 @@ ---- -featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" -title: 랜덤 시 -oneLineDescription: 단어 모음집으로부터 무작위로 선택된 단어들로 시를 생성합니다. ---- - -floor()와 -random() 함수를 사용하여 배열에서 일련의 항목을 무작위로 선택하고 캔버스의 다양한 크기와 위치에 그릴 수 있습니다. +--- +featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" +title: 랜덤 시 +oneLineDescription: 단어 모음집으로부터 무작위로 선택된 단어들로 시를 생성합니다. +--- + +floor()와 +random() 함수를 사용하여 배열에서 일련의 항목을 무작위로 선택하고 캔버스의 다양한 크기와 위치에 그릴 수 있습니다. diff --git a/src/content/examples/zh-Hans/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx b/src/content/examples/zh-Hans/08_Whatever_file_name/00_Random_Poetry/description.mdx similarity index 98% rename from src/content/examples/zh-Hans/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx rename to src/content/examples/zh-Hans/08_Whatever_file_name/00_Random_Poetry/description.mdx index e665d78d8e..5f10e00b6a 100644 --- a/src/content/examples/zh-Hans/08_Listing_Data_with_Arrays/00_Random_Poetry/description.mdx +++ b/src/content/examples/zh-Hans/08_Whatever_file_name/00_Random_Poetry/description.mdx @@ -1,7 +1,7 @@ ---- -featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" -title: 随机诗歌 -oneLineDescription: 从一个词库中随机选择单词生成一首诗。 ---- - -使用 floor()random() 函数,你可以从数组中随机选择一系列项目,并在画布上以不同的大小和位置绘制它们。 +--- +featuredImage: "../../../images/featured/08_Listing_Data_with_Arrays-00_Random_Poetry-thumbnail.png" +title: 随机诗歌 +oneLineDescription: 从一个词库中随机选择单词生成一首诗。 +--- + +使用 floor()random() 函数,你可以从数组中随机选择一系列项目,并在画布上以不同的大小和位置绘制它们。 From 89c92b656fd2d38f375b36c876845052633df2fa Mon Sep 17 00:00:00 2001 From: Ritik Thakur Date: Thu, 10 Oct 2024 16:52:14 +0530 Subject: [PATCH 8/8] Now changed the random file names to 08_Listing_Data_With_Arrays --- .../00_Random_Poetry/code.js | 0 .../00_Random_Poetry/description.mdx | 0 .../More/Array.js | 0 .../More/BrownianMotion.js | 0 .../More/Morph.js | 0 .../More/Mouse_Signals.js | 0 .../More/Pie_Chart.js | 0 .../More/Storing_Input.js | 0 .../More/Walk_Over_2dArray.js | 0 .../00_Random_Poetry/description.mdx | 0 .../00_Random_Poetry/description.mdx | 0 .../00_Random_Poetry/description.mdx | 0 .../00_Random_Poetry/description.mdx | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/00_Random_Poetry/code.js (100%) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/00_Random_Poetry/description.mdx (100%) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/More/Array.js (100%) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/More/BrownianMotion.js (100%) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/More/Morph.js (100%) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/More/Mouse_Signals.js (100%) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/More/Pie_Chart.js (100%) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/More/Storing_Input.js (100%) rename src/content/examples/en/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/More/Walk_Over_2dArray.js (100%) rename src/content/examples/es/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/00_Random_Poetry/description.mdx (100%) rename src/content/examples/hi/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/00_Random_Poetry/description.mdx (100%) rename src/content/examples/ko/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/00_Random_Poetry/description.mdx (100%) rename src/content/examples/zh-Hans/{08_Whatever_file_name => 08_Listing_Data_With_Arrays}/00_Random_Poetry/description.mdx (100%) diff --git a/src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/code.js b/src/content/examples/en/08_Listing_Data_With_Arrays/00_Random_Poetry/code.js similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/code.js rename to src/content/examples/en/08_Listing_Data_With_Arrays/00_Random_Poetry/code.js diff --git a/src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/description.mdx b/src/content/examples/en/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/00_Random_Poetry/description.mdx rename to src/content/examples/en/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx diff --git a/src/content/examples/en/08_Whatever_file_name/More/Array.js b/src/content/examples/en/08_Listing_Data_With_Arrays/More/Array.js similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/More/Array.js rename to src/content/examples/en/08_Listing_Data_With_Arrays/More/Array.js diff --git a/src/content/examples/en/08_Whatever_file_name/More/BrownianMotion.js b/src/content/examples/en/08_Listing_Data_With_Arrays/More/BrownianMotion.js similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/More/BrownianMotion.js rename to src/content/examples/en/08_Listing_Data_With_Arrays/More/BrownianMotion.js diff --git a/src/content/examples/en/08_Whatever_file_name/More/Morph.js b/src/content/examples/en/08_Listing_Data_With_Arrays/More/Morph.js similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/More/Morph.js rename to src/content/examples/en/08_Listing_Data_With_Arrays/More/Morph.js diff --git a/src/content/examples/en/08_Whatever_file_name/More/Mouse_Signals.js b/src/content/examples/en/08_Listing_Data_With_Arrays/More/Mouse_Signals.js similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/More/Mouse_Signals.js rename to src/content/examples/en/08_Listing_Data_With_Arrays/More/Mouse_Signals.js diff --git a/src/content/examples/en/08_Whatever_file_name/More/Pie_Chart.js b/src/content/examples/en/08_Listing_Data_With_Arrays/More/Pie_Chart.js similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/More/Pie_Chart.js rename to src/content/examples/en/08_Listing_Data_With_Arrays/More/Pie_Chart.js diff --git a/src/content/examples/en/08_Whatever_file_name/More/Storing_Input.js b/src/content/examples/en/08_Listing_Data_With_Arrays/More/Storing_Input.js similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/More/Storing_Input.js rename to src/content/examples/en/08_Listing_Data_With_Arrays/More/Storing_Input.js diff --git a/src/content/examples/en/08_Whatever_file_name/More/Walk_Over_2dArray.js b/src/content/examples/en/08_Listing_Data_With_Arrays/More/Walk_Over_2dArray.js similarity index 100% rename from src/content/examples/en/08_Whatever_file_name/More/Walk_Over_2dArray.js rename to src/content/examples/en/08_Listing_Data_With_Arrays/More/Walk_Over_2dArray.js diff --git a/src/content/examples/es/08_Whatever_file_name/00_Random_Poetry/description.mdx b/src/content/examples/es/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx similarity index 100% rename from src/content/examples/es/08_Whatever_file_name/00_Random_Poetry/description.mdx rename to src/content/examples/es/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx diff --git a/src/content/examples/hi/08_Whatever_file_name/00_Random_Poetry/description.mdx b/src/content/examples/hi/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx similarity index 100% rename from src/content/examples/hi/08_Whatever_file_name/00_Random_Poetry/description.mdx rename to src/content/examples/hi/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx diff --git a/src/content/examples/ko/08_Whatever_file_name/00_Random_Poetry/description.mdx b/src/content/examples/ko/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx similarity index 100% rename from src/content/examples/ko/08_Whatever_file_name/00_Random_Poetry/description.mdx rename to src/content/examples/ko/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx diff --git a/src/content/examples/zh-Hans/08_Whatever_file_name/00_Random_Poetry/description.mdx b/src/content/examples/zh-Hans/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx similarity index 100% rename from src/content/examples/zh-Hans/08_Whatever_file_name/00_Random_Poetry/description.mdx rename to src/content/examples/zh-Hans/08_Listing_Data_With_Arrays/00_Random_Poetry/description.mdx