melange-re.github.io
melange-re.github.io copied to clipboard
Documentation site for Melange
The documentation mentions OCaml x1000 times, even though you might want to use it with Reason and don't understand it yet. I would suggest to do similar work I done...
 Unsure if it's possible, but in styled-ppx I was able to provide 2 inline snippets based on the language
Some changes needed after https://github.com/melange-re/melange/pull/1166.
A template or guide with https://github.com/aantron/dream/tree/master/example/r-fullstack-melange
Hello! This is my first time trying out Melange and OCaml. I'm following the "getting started" guide, tried the [Nix flake](https://melange.re/v4.0.0/getting-started.html#nix), copied and pasted literally, and I get the following...
Add some basic styles to the Live panel so that simple component examples like this don't need extra styles added to make them legible. ```reason module Speech = { type...
Addresses https://github.com/melange-re/melange-re.github.io/issues/173 Need to also add a Syntax page that Language sidebar that explains the two different syntaxes and how to install Reason (https://github.com/melange-re/melange-re.github.io/issues/38). Probably add it as the first...
In the docs, it's mentioned: > To create values, the [%mel.obj] extension is used, and the ## infix operator allows to read from the object properties: And below: > We...