From 68fee7212e75713d8971d1d297f10277f21e07a1 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Fri, 30 Jul 2021 00:32:35 -0500 Subject: [PATCH] fix(docs): add missing step and fix typo (#43044) --- docs/curriculum-file-structure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/curriculum-file-structure.md b/docs/curriculum-file-structure.md index 3cf72990b2..c6db3d818d 100644 --- a/docs/curriculum-file-structure.md +++ b/docs/curriculum-file-structure.md @@ -96,9 +96,10 @@ When renaming a single challenge file, you need to: 1. Change the name of the challenge file in the `curriculum/challenges/english` directory. 1. Change the name of the `title` and `dashedName` within that file. -1. Change the of the file, and the `dashedName` in those files for *all* of the other language directories to match. +1. Change the name of the file, and the `dashedName` in those files for *all* of the other language directories to match. 1. Update the name of the challenge in the relevant `meta.json` file. The challenge names here are not used in the build, but provide a user-friendly way to identify the challenge order. 1. If the challenge is a certificate project, update the YAML file in `curriculum/english/12-certificates/` to the new name. +1. If the challenge is a certificate project, update the `title` and `link` in `client/src/resources/cert-and-project-map.ts` 1. If the challenge is a certificate project, update the main `README.md` file to the new name. ## The `dashedName` Property