That’s a good thing for the people who will come and give ocsigen a try.
For the time being, once the installation is done, the problem is that there are many dead links in the ocsigen website, especially in the doc/tutorial section http://ocsigen.org/tuto/6.2/manual/intro
(experimenting with ocsigen-start app in vscode using OCaml and Reason IDE plugin)
All files are .eliom; I got vscode to associate .eliom with .ml, so highlighting and etc. works, but the ppx such as let%shared is not recognized. I would say this is because there is no .merlin set up or dune for that matter.
How can I set up merlin or dune (for automatic merlin file config) to get ppx’s recognized by merlin?