exercism / sml

Exercism exercises in Standard ML.
https://exercism.org/tracks/sml
MIT License
26 stars 34 forks source link

🤖 Add docs configuration #157

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

To allow the v3 website to display the track's documentation, we're introducing a docs/config.json file, which contains information needed for rendering.

This commit adds the docs/config.json file. We will merge this PR shortly. For now, please don't edit its contents. We will follow up with a PR for CI, and with an issue linking you to the spec for this file once it's written up. Once that's all done, you will then be free to edit this config as normal 🙂

Tracking

https://github.com/exercism/v3-launch/issues/25