legacy-docs icon indicating copy to clipboard operation
legacy-docs copied to clipboard

Project-wide documentation.

Results 18 legacy-docs issues
Sort by recently updated
recently updated
newest added

The linter chokes if given a string here. I'm not sure if the linter changed, or if this never worked in the first place as documented.

Reset the branch a bit too far back when consolidating commits on the last PR. Thought it would be cleaner to create a new PR with changes suggested in the...

Add statement about intent of docs, pull some overview content into this top-level README, then add a section directing readers to different parts of the docs based on what they're...

See: https://github.com/exercism/docs/tree/master/language-tracks/configuration

Trying to follow the instruction given below, but not able to find the said location of contirbution in the sidebar. https://github.com/exercism/docs/blob/master/you-can-help/implement-an-exercise-from-specification.md#finding-an-exercise-to-port Please the update the doc if required or someone...

We often want to do one of to things: 1. Submit a bunch of issues (one for each exercise) in a single repository 1. Submit a bunch of (identical) issues...

status/up-for-grabs

In this issue, we discuss how to decide when to add topics to an exercise. Discussion seems to favour adding only topics that are essential/required for an exercise. To close...

For the longest time, if anyone emailed me or tweeted at me and said "hey, could we have a track for the X programming language?" I'd go ahead and make...

good first patch
status/up-for-grabs

Hi. I was thinking about suggesting an exercise based on the n-queens problem: > Place n queens on an n by n chessboard such that no queen threatens another. However...

The order of exercises within the exercises array of config.json is significant. The documentation: https://github.com/exercism/docs/blob/master/language-tracks/configuration/exercises.md should be updated to mention this.