mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 10:00:55 -04:00
feat(curriculum): adding castle workshop to cert (#56125)
This commit is contained in:
@@ -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": [] },
|
||||
|
||||
@@ -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.
|
||||
12
curriculum/challenges/_meta/workshop-castle/meta.json
Normal file
12
curriculum/challenges/_meta/workshop-castle/meta.json
Normal 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"
|
||||
}
|
||||
@@ -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--
|
||||
Reference in New Issue
Block a user