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%
Find a file
2021-05-06 19:01:46 +02:00
bin add polling for opam-repository state too 2021-05-06 19:01:46 +02:00
pages Docker-friendly build 2021-05-06 17:59:03 +02:00
src add polling for opam-repository state too 2021-05-06 19:01:46 +02:00
static package index 2021-04-29 17:56:37 +02:00
.dockerignore Docker-friendly build 2021-05-06 17:59:03 +02:00
.gitignore update to dream~alpha2, add cache control for static files 2021-05-06 17:11:21 +02:00
.ocamlformat initial structure 2021-04-08 17:20:15 +02:00
docker-compose.yml Docker-friendly build 2021-05-06 17:59:03 +02:00
Dockerfile Docker-friendly build 2021-05-06 17:59:03 +02:00
docs2web.opam update to dream~alpha2, add cache control for static files 2021-05-06 17:11:21 +02:00
dune-project first commit 2021-04-08 13:41:12 +02:00
dune-workspace include docs 2021-04-08 20:46:16 +02:00
README.md Docker-friendly build 2021-05-06 17:59:03 +02:00
schema.json Improve polling of documentation status 2021-05-06 18:41:49 +02:00
watch.sh improve website 2021-04-27 15:08:06 +02:00

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