diff --git a/reference/implementing-a-concept-exercise.md b/reference/implementing-a-concept-exercise.md index 44609f4ab..1c1160d5e 100644 --- a/reference/implementing-a-concept-exercise.md +++ b/reference/implementing-a-concept-exercise.md @@ -29,6 +29,10 @@ To implement a Concept Exercise, the following files must be added:
languages └── typescript + ├── concepts + | └── <concept-1> + | ├── about.md + | └── links.json └── exercises └── concept └── <slug> @@ -36,7 +40,6 @@ languages | ├── instructions.md | ├── introduction.md | ├── hints.md - | ├── after.md | └── source.md (required if there are third-party sources) ├── .eslintignore ├── .gitignore