A web server to serve docs. Highly experimental !
- JavaScript 49.2%
- OCaml 20%
- CSS 15.3%
- Reason 14.2%
- Dockerfile 0.9%
- Other 0.4%
| bin | ||
| pages | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .ocamlformat | ||
| docker-compose.yml | ||
| Dockerfile | ||
| docs2web.opam | ||
| dune-project | ||
| dune-workspace | ||
| README.md | ||
| schema.json | ||
| watch.sh | ||
Docs2web
Docs2web is a temporary and experimental website to display the odoc-generated documentation of all packages. It relies on https://github.com/ocurrent/ocaml-docs-ci to build the documentation, and acts as a mere proxy for the generated files.
dune exec -- docs2web --api=<DOCS_CI_ENDPOINT> --port=8082