jaredly / redoc

A clean & easy documentation generator for reason/bucklescript/ocaml
https://jaredforsyth.com/redoc/index.html
116 stars 11 forks source link

Can we get new bsb bundles in static #24

Closed Schmavery closed 5 years ago

Schmavery commented 6 years ago

https://github.com/jaredly/redoc/tree/master/static seems to only go up to bs-3.0.0.js, which as far as I can tell, is preventing the docs from being editable when I generate them. How can we generate new ones (for 4.0.6, for example)?

jaredly commented 5 years ago

Got 4.0.18 going

jaredly commented 5 years ago

The way I generate them: on this fork, in this directory https://github.com/jaredly/bucklescript/tree/playground-now/playground, run esy and then esy js. You have to have run a release build so that you have all the cmi's available to you... I think...