Skip to content

Commit ccf3de5

Browse files
ErikSchierboomiHiD
authored andcommitted
Add description of concept documents
[Docs] Add description of concept documents Co-authored-by: Jeremy Walker <jez.walker@gmail.com>
1 parent 705ded7 commit ccf3de5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

reference/implementing-a-concept-exercise.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please also watch the following video:
1414

1515
As this document is generic, the following placeholders are used:
1616

17-
- `<slug>`: the name of the exercise in snake_case (e.g. `anonymous-methods`).
17+
- `<slug>`: the name of the exercise in snake_case (e.g. `calculator-conundrum`).
1818
- `<concepts>`: the Concepts the exercise is about (e.g. `loops`),
1919
- `<concept-1>`: a single Concept slug,
2020
- `<prerequisite-n>`: a single Concept slug,
@@ -29,14 +29,17 @@ To implement a Concept Exercise, the following files must be added:
2929
<pre>
3030
languages
3131
└── java
32+
├── concepts
33+
| └── &lt;concept-1&gt;
34+
| ├── about.md
35+
| └── links.json
3236
└── exercises
3337
└── concept
3438
└── &lt;slug&gt;
3539
|── .docs
3640
| |── instructions.md
3741
| |── introduction.md
3842
| |── hints.md
39-
| ├── after.md
4043
| └── source.md (required if there are third-party sources)
4144
|── .gitignore
4245
|── .meta

0 commit comments

Comments
 (0)