Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: added link to AsciidoctorJ reveal.js #337

Merged
merged 2 commits into from
Feb 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions HACKING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ endif::[]

TIP: Want to see some example presentations, see <<Showcase Presentations>>

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 <<Ruby Setup>>)
* Asciidoctor.js / JavaScript (Node.js) / npm (See <<Node / JavaScript Setup>>)
* Standalone Executable (See <<Standalone Executable>>)
* 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.
Expand Down