From 6a6fb6f62d392d20e9aaf22d6ad294d04be867ec Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Fri, 14 Feb 2020 23:12:37 -0500 Subject: [PATCH 1/2] doc: added link to AsciidoctorJ reveal.js --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0c48c7b1..c46eaaa5 100644 --- a/README.adoc +++ b/README.adoc @@ -34,11 +34,12 @@ endif::[] TIP: Want to see some example presentations, see <> -There are three main technology stacks that can transform AsciiDoc into HTML5 / reveal.js: +There are four main technology stacks that can convert AsciiDoc into HTML5 / reveal.js: * Asciidoctor / Ruby / Bundler (See <>) * Asciidoctor.js / JavaScript (Node.js) / npm (See <>) * Standalone Executable (See <>) +* AsciidoctorJ / JVM / Maven (See https://github.com/asciidoctor/asciidoctorj-reveal.js[this project]) ifeval::['{branch}' == 'master'] NOTE: You're viewing the documentation for an upcoming release. From a4315d86f13d24230a2b67833cf0df37cc076014 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Fri, 14 Feb 2020 23:19:42 -0500 Subject: [PATCH 2/2] doc: post-release instructions for AsciidoctorJ reveal.js --- HACKING.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.adoc b/HACKING.adoc index 6eb0e384..09e86185 100644 --- a/HACKING.adoc +++ b/HACKING.adoc @@ -379,6 +379,8 @@ Then run: ** Modify this page: https://github.com/asciidoctor/asciidoctor.org/edit/master/docs/asciidoctor-revealjs.adoc . Submit a PR upstream to update Asciidoctor reveal.js version inside docker-asciidoctor ** Modify the `Dockerfile`, `Makefile` and `README.adoc` of: https://github.com/asciidoctor/docker-asciidoctor +. Submit a PR downstream to update AsciidoctorJ reveal.js version +** Modify `gradle.properties`, `asciidoctorj-revealjs/gradle.properties` and `asciidoctorj-revealjs/build.gradle` in: https://github.com/asciidoctor/asciidoctorj-reveal.js == Ruby and asciidoctor-doctest tests