Skip to content

Commit

Permalink
[v3] Update Markdown files to latest spec (#129)
Browse files Browse the repository at this point in the history
All Markdown files should, from this point on, start with a level one heading.
See exercism/configlet#150 for the rationale behind these changes.

The full specification can be found [here](https://github.com/exercism/docs/blob/main/contributing/standards/markdown.md).
  • Loading branch information
ErikSchierboom authored May 4, 2021
1 parent bddd851 commit c344d4e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/exercise-readme-insert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# exercise readme insert

2 changes: 2 additions & 0 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# About

[Reason](https://reasonml.github.io/) is a syntax and toolchain geared towards Javascript programmers, based on the functional language [OCaml](https://ocaml.org/)

Being statically typed, it is likely to be safer than Javascript, but has powerful type inference which means type annotations do not get in your way.
Expand Down
2 changes: 2 additions & 0 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Installation

You will need the Node Package Manager (npm) to install Reason. Follow the instructions [here](https://www.npmjs.com/get-npm)

Once you have npm, install Reason by:
Expand Down
2 changes: 2 additions & 0 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Learning

Exercism provides exercises and feedback but can be difficult to jump into for those learning Reason for the first time. These resources can help you get started:

[Reason home page](https://reasonml.github.io/)
Expand Down
2 changes: 2 additions & 0 deletions docs/RESOURCES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Resources

* [Reason home page](https://reasonml.github.io/)
* [Reason Standard Library API](https://reasonml.github.io/api/index.html)
* [Programmer blog](https://lucasmreis.github.io/blog/learning-reasonml-part-1/)
Expand Down
2 changes: 2 additions & 0 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Tests

npm is used to run the tests. Follow the instructions [here](https://www.npmjs.com/get-npm) to install npm.

Once you have fetched an exercise with ```exercism fetch reasonml```

0 comments on commit c344d4e

Please sign in to comment.