exercism / v3

The work-in-progress project for developing v3 tracks
https://v3.exercism.io
Other
170 stars 163 forks source link

[Common Lisp] Add concept introductions #2978

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

We've recently specified that each concept should have its own introduction.md file: https://github.com/exercism/v3-docs/blob/master/anatomy/tracks/concepts.md#file-introductionmd.

This PR tries to automatically add these introduction.md files for each of the concept of your track. It does that as follows:

See https://github.com/exercism/v3/issues/2975

ErikSchierboom commented 3 years ago

/format

verdammelt commented 3 years ago

Hmm when I did the stubbing I had 36 files - but there are only 16 files here. I guess this is only stubbing out concepts mentioned in current exercises. (This track has concepts listed in the config.json (and the related concept directories & files) that are not yet in any exercise.

ErikSchierboom commented 3 years ago

Hmmm. Let me check

ErikSchierboom commented 3 years ago

/format

ErikSchierboom commented 3 years ago

@verdammelt Found and fixed the bug!

ErikSchierboom commented 3 years ago

/format