Skip to content

Jekyll site, lint/coverage workflows, and Jaloquent-style badge updates#39

Merged
ez-plugins merged 6 commits into
mainfrom
docs/jekyll-site
May 17, 2026
Merged

Jekyll site, lint/coverage workflows, and Jaloquent-style badge updates#39
ez-plugins merged 6 commits into
mainfrom
docs/jekyll-site

Conversation

@ez-plugins
Copy link
Copy Markdown
Owner

  • 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
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.
@ez-plugins ez-plugins merged commit 38751d2 into main May 17, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant