this repo has no description
at main 21 lines 1.3 kB view raw view rendered
1# Roadmap 2 3As of 2022, the lack of access to great documentation for OCaml packages is one of the biggest pain points [reported](https://ocaml-sf.org/docs/2022/ocaml-user-survey-2022.pdf) by the OCaml community. 4 5To address this, our current focus is on empowering OCaml developers to create high-quality documentation for their packages. 6 7Now that the documentation of OCaml packages is [readily available on OCaml.org](https://ocaml.org/packages), we want to make writing documentation rewarding and straightforward. We’re working towards making Odoc suitable to create manuals by adding new features, improving the navigation, and expanding the odoc markup syntax to support rich content such as tables, images and graphs. 8To prioritize our work, we look at OCaml projects that rely on other documentation generators: 9 10- The OCaml Manual 11- Dune's documentation 12- The Ocsigen projects documentation 13 14In collaboration with the maintainers of these projects, we identify the blockers they have to migrate to odoc and scope the necessary features and bug fixes. 15 16Notable new features on our roadmap include: 17 18- Adding a search bar to the HTML backend 19- Adding a global navigation bar that contains the package API and manual pages 20- Generation of an index page 21- Add a special syntax for images and assets