Skip to content

Commit

Permalink
Add description of concept documents
Browse files Browse the repository at this point in the history
[Docs] Add description of concept documents

Co-authored-by: Jeremy Walker <[email protected]>
  • Loading branch information
ErikSchierboom and iHiD committed Feb 5, 2021
1 parent 046f33e commit 9817a09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reference/implementing-a-concept-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,17 @@ To implement a Concept Exercise, the following files must be added:
<pre>
languages
└── typescript
├── concepts
| └── &lt;concept-1&gt;
| ├── about.md
| └── links.json
└── exercises
└── concept
└── &lt;slug&gt;
├── .docs
| ├── instructions.md
| ├── introduction.md
| ├── hints.md
| ├── after.md
| └── source.md (required if there are third-party sources)
├── .eslintignore
├── .gitignore
Expand Down

0 comments on commit 9817a09

Please sign in to comment.