Conversation
febyeji
requested changes
Aug 26, 2026
tperami
force-pushed
the
doc-site
branch
3 times, most recently
from
August 27, 2026 10:49
268768d to
8207831
Compare
CI now runs `dune build @doc`, so will catch a breakage in doc comments. On a push to main, the coqdoc and odoc output is assembled into a single website that is deployed to GitHub Pages. The website can be locally build with `make doc-site` and opened with `make open-doc-site` A common index page (etc/doc-index.html) has been added. This is mostly vibe-coded by Claude (Opus 5), I especially didn't bother understanding the CSS, but it looks nice in my browser Assisted-by: Claude Opus 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI now runs
dune build @doc, so will catch a breakage in doc comments.On a push to main, the coqdoc and odoc output is assembled into a
single website that is deployed to GitHub Pages.
The website can be locally build with
make doc-siteand opened withmake open-doc-siteA common index page (etc/doc-index.html) has been added.
This is mostly vibe-coded by Claude (Opus 5), I especially didn't bother
understanding the CSS, but it looks nice in my browser