melange-re.github.io icon indicating copy to clipboard operation
melange-re.github.io copied to clipboard

Documentation site for Melange

Results 59 melange-re.github.io issues
Sort by recently updated
recently updated
newest added

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...

![image](https://github.com/user-attachments/assets/376f29b4-7291-4b6a-9b73-27a984fb1e2e) 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...

playground

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...