DRAFT: Convert site to use Roq instead of Jekyll#2683
Draft
holly-cummins wants to merge 7 commits into
Draft
Conversation
1575ac7 to
0e971cf
Compare
0e971cf to
c3b5fdd
Compare
This was referenced Jun 14, 2026
ccefed2 to
d542ee3
Compare
|
🎊 PR Preview 76d7035 has been successfully built and deployed to https://quarkus-website-pr-2683-preview.surge.sh
|
ed27fae to
a8c5bb2
Compare
a8ab513 to
dc90887
Compare
785dd21 to
d848d4d
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Crawls internal pages and verifies that #fragment targets exist as element IDs on the destination page. Uses the same test.crawl.* properties as LinkCrawlerTest so both tests share the same Maven command line, including incremental mode from changed-paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous check used two separate .contains() calls for "Latest" and ".x", which would pass for "Latest .x" (missing major version digit). Use a regex to ensure the row matches "Latest <digit>.x". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Generated by haq-it migration tool. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
d848d4d to
f9dac0f
Compare
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.

This is obviously very not-complete, but raising this as a draft PR, so we can watch progress. I'll refresh it every now and then as progress is made. The conversion is scripted, so it's trivial to re-convert and re-push.
I've used the roq-to-jekyll conversion scripts I'm creating over in
quarkus-roq(plus a quarkusio-specific layer) to generate this conversion. It's obviously too big to review by hand, so we'll need to rely on tests (which I'll need to add more of), review of the conversion scripts, and maybe an AI review.My command is