From 78850fb79feafe077b2f07ff7c16dabfdbf3c13c Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:18:35 -0700 Subject: [PATCH] feat(curriculum): adding castle workshop to cert (#56125) --- client/i18n/locales/english/intro.json | 8 +++++++- .../workshop-castle/index.md | 9 +++++++++ .../_meta/workshop-castle/meta.json | 12 ++++++++++++ .../5f32db63eb37f7e17323f459.md | 19 +++++++++++++++++++ 4 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 client/src/pages/learn/front-end-development/workshop-castle/index.md create mode 100644 curriculum/challenges/_meta/workshop-castle/meta.json create mode 100644 curriculum/challenges/english/25-front-end-development/workshop-castle/5f32db63eb37f7e17323f459.md diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index a20bd91842f..12962231bac 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -2244,7 +2244,13 @@ "zygv": { "title": "352", "intro": [] }, "movb": { "title": "353", "intro": [] }, "dzsr": { "title": "354", "intro": [] }, - "awnl": { "title": "355", "intro": [] }, + "workshop-castle": { + "title": "Build a Castle", + "intro": [ + "Nano is a program that allows you to edit files right in the terminal.", + "In this 40-lesson workshop, you will learn how to edit files in the terminal with Nano while building a castle." + ] + }, "cysa": { "title": "356", "intro": [] }, "pzmc": { "title": "357", "intro": [] }, "trpm": { "title": "358", "intro": [] }, diff --git a/client/src/pages/learn/front-end-development/workshop-castle/index.md b/client/src/pages/learn/front-end-development/workshop-castle/index.md new file mode 100644 index 00000000000..77faf50e8e0 --- /dev/null +++ b/client/src/pages/learn/front-end-development/workshop-castle/index.md @@ -0,0 +1,9 @@ +--- +title: Introduction to the Build a Castle +block: workshop-castle +superBlock: front-end-development +--- + +## Introduction to the Build a Castle + +This is a test for the new project-based curriculum. diff --git a/curriculum/challenges/_meta/workshop-castle/meta.json b/curriculum/challenges/_meta/workshop-castle/meta.json new file mode 100644 index 00000000000..3f92029862a --- /dev/null +++ b/curriculum/challenges/_meta/workshop-castle/meta.json @@ -0,0 +1,12 @@ +{ + "name": "Build a Castle", + "blockType": "workshop", + "isUpcomingChange": true, + "usesMultifileEditor": false, + "hasEditableBoundaries": false, + "dashedName": "workshop-castle", + "order": 355, + "superBlock": "front-end-development", + "challengeOrder": [{ "id": "5f32db63eb37f7e17323f459", "title": "Build a Castle" }], + "helpCategory": "Backend Development" +} diff --git a/curriculum/challenges/english/25-front-end-development/workshop-castle/5f32db63eb37f7e17323f459.md b/curriculum/challenges/english/25-front-end-development/workshop-castle/5f32db63eb37f7e17323f459.md new file mode 100644 index 00000000000..5beb9ac7f86 --- /dev/null +++ b/curriculum/challenges/english/25-front-end-development/workshop-castle/5f32db63eb37f7e17323f459.md @@ -0,0 +1,19 @@ +--- +id: 5f32db63eb37f7e17323f459 +title: Build a Castle +challengeType: 12 +url: freeCodeCamp/learn-nano-by-building-a-castle +dashedName: build-a-castle +--- + +# --description-- + +In this 40-lesson workshop, you will learn how to edit files in the terminal with Nano while building a castle. + +# --instructions-- + +# --hints-- + +# --seed-- + +# --solutions--