Header and footer for new website (rocq-prover.org) integration#87
Header and footer for new website (rocq-prover.org) integration#87
Conversation
|
@proux01 This changes the styling but it is not definitive (@BastienSozeau needs to adapt it still). Am I understanding correctly that this won't anyway affect released versions (e.g. 8.20.1) if we break things (visually) by modifying the html. |
|
Right, the |
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
| </main> |
There was a problem hiding this comment.
This is a bit weird. This means that by default, the produced HTML will not be valid. We have to keep in mind that some people would like to view the doc locally. In this case, it is fine to not have any header / footer, but not to have broken HTML.
There was a problem hiding this comment.
Ah sorry, I didn't realize that this is closing tags that are opened in the header!
Indeed, the current stdlib repo is only used for the v9.0 and master branches of coq repo. |
|
@mattam82 what is the status of this? should it be merged? what about Corelib in the core repo? |
|
This can be merged already and improved upon afterwards. |
|
I'll make a PR for Corelib as well |
Remove playground option, disabled for now
Restore missing closing tag
|
Failures seem unrelated. |
|
Thanks |

This allows to integrate the generated HTML smoothly into the new rocq-prover.org website.
Fixes rocq-prover/rocq#19976