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 19ce622 commit 4840a33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions reference/implementing-a-concept-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ To implement an Emacs Lisp concept exercise, the following files must be added:
```
languages
└── emacs-lisp
├── concepts
| └── &lt;CONCEPT_SLUG&gt;
| ├── about.md
| └── links.json
└── exercises
└── concept
└── <SLUG>
├── .docs
| ├── instructions.md
| ├── introduction.md
| ├── hints.md
| └── after.md
| └── hints.md
├── .meta
| |── design.md
| └── Example.el
Expand Down

0 comments on commit 4840a33

Please sign in to comment.