feat(curriculum): adding castle workshop to cert (#56125)

This commit is contained in:
Jessica Wilkins
2024-09-16 13:18:35 -07:00
committed by GitHub
parent ab5837c844
commit 78850fb79f
4 changed files with 47 additions and 1 deletions

View File

@@ -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": [] },

View File

@@ -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.

View File

@@ -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"
}

View File

@@ -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--