Commit 5261735
[v3] Move .meta/hints.md to .docs/instructions.append.md
Practice Exercises in Exercism v3 will be structured differently.
One such change is that there won't be a (generated) README.md file anymore.
This file will be replaced by `.docs/instructions.md` and optionally a `.docs/introduction.md` files.
These files are copies of the information defined for their corresponding problem-specifications exercise (if any).
Exercism v3 will build the README.md file that is sent via the CLI from these files contents, along with some other files.
See [this document](https://github.com/exercism/docs/blob/main/anatomy/tracks/presentation.md) for more information.
To add track-specific contents to the instructions and/or introduction, exercises can define the (optional) `introduction.append.md` and `instructions.append.md` files.
If present, the contents of these files will automatically be append to their corresponding file when generating the README.md
See [the spec](https://github.com/exercism/docs/blob/main/anatomy/tracks/practice-exercises.md) for more information.1 parent 686daab commit 5261735
34 files changed
File tree
- exercises/practice
- affine-cipher/.docs
- allergies/.docs
- armstrong-numbers/.docs
- atbash-cipher/.docs
- bank-account/.docs
- bob/.docs
- clock/.docs
- diffie-hellman/.docs
- error-handling/.docs
- flatten-array/.docs
- grep/.docs
- hamming/.docs
- hangman/.docs
- hello-world/.docs
- isogram/.docs
- knapsack/.docs
- leap/.docs
- linked-list/.docs
- list-ops/.docs
- matching-brackets/.docs
- nucleotide-count/.docs
- parallel-letter-frequency/.docs
- pascals-triangle/.docs
- phone-number/.docs
- pig-latin/.docs
- prime-factors/.docs
- reverse-string/.docs
- rna-transcription/.docs
- robot-name/.docs
- run-length-encoding/.docs
- series/.docs
- simple-cipher/.docs
- two-fer/.docs
- word-count/.docs
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments