Jekyll site, lint/coverage workflows, and Jaloquent-style badge updates#39
Merged
Conversation
Owner
ez-plugins
commented
May 17, 2026
- docs/_config.yml: Just the Docs remote theme, EzBoost title/description, GitHub Pages URL, aux_links, search, back-to-top, footer, kramdown config
- docs/index.md: new landing page (layout: home) with features overview, quick-start steps, and full documentation table
- .markdownlint.yml: markdownlint configuration matching Jaloquent style
- .github/workflows/docs.yml: deploy Jekyll site to GitHub Pages on release
- .github/workflows/lint.yml: markdownlint validation on docs PR changes
- .github/workflows/coverage.yml: JaCoCo build + Codecov upload on push/PR
- pom.xml: add jacoco-maven-plugin 0.8.12 (prepare-agent + verify report)
- README.md: replace flat-square badges with Jaloquent-style badges; add CI, GitHub Packages, Coverage, and Docs badges; update Documentation section to link to GitHub Pages site
- docs/*.md: add Jekyll front matter (title, nav_order, description) and Just the Docs TOC blocks to all 13 documentation pages
…adge updates - docs/_config.yml: Just the Docs remote theme, EzBoost title/description, GitHub Pages URL, aux_links, search, back-to-top, footer, kramdown config - docs/index.md: new landing page (layout: home) with features overview, quick-start steps, and full documentation table - .markdownlint.yml: markdownlint configuration matching Jaloquent style - .github/workflows/docs.yml: deploy Jekyll site to GitHub Pages on release - .github/workflows/lint.yml: markdownlint validation on docs PR changes - .github/workflows/coverage.yml: JaCoCo build + Codecov upload on push/PR - pom.xml: add jacoco-maven-plugin 0.8.12 (prepare-agent + verify report) - README.md: replace flat-square badges with Jaloquent-style badges; add CI, GitHub Packages, Coverage, and Docs badges; update Documentation section to link to GitHub Pages site - docs/*.md: add Jekyll front matter (title, nav_order, description) and Just the Docs TOC blocks to all 13 documentation pages
…adge updates - docs/_config.yml: Just the Docs remote theme, EzBoost title/description, GitHub Pages URL, aux_links, search, back-to-top, footer, kramdown config - docs/index.md: new landing page (layout: home) with features overview, quick-start steps, and full documentation table - .markdownlint.yml: markdownlint configuration matching Jaloquent style - .github/workflows/docs.yml: deploy Jekyll site to GitHub Pages on release - .github/workflows/lint.yml: markdownlint validation on docs PR changes - .github/workflows/coverage.yml: JaCoCo build + Codecov upload on push/PR - pom.xml: add jacoco-maven-plugin 0.8.12 (prepare-agent + verify report) - README.md: replace flat-square badges with Jaloquent-style badges; add CI, GitHub Packages, Coverage, and Docs badges; update Documentation section to link to GitHub Pages site - docs/*.md: add Jekyll front matter (title, nav_order, description) and Just the Docs TOC blocks to all 13 documentation pages
… docs/jekyll-site
… docs/jekyll-site
… docs/jekyll-site
JaCoCo 0.8.12 does not support Java 25 class files (major version 69), causing 'Unsupported class file major version 69' errors in CI during the report phase. JaCoCo 0.8.14 (released 2025-10-11) officially adds Java 25 support.
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.