Skip to content

Commit

Permalink
fix: headline levels (#1215)
Browse files Browse the repository at this point in the history
"Manual Install" and "Gradle Plugin" should not be under "Maven Plugin".
  • Loading branch information
happyherp authored Jan 27, 2022
1 parent 51f1619 commit d888194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Example in your `pom.xml`:

The plugin documentation and more examples are available here: https://github.com/jbangdev/jbang-maven-plugin

=== Gradle Plugin
== Gradle Plugin

The JBang Gradle plugin allows JBang scripts to be executed during a Gradle build.

Expand All @@ -224,7 +224,7 @@ $ gradle jbang --jbang-script hello.jsh --jbang-args="Hello world"

The plugin documentation and more examples are available here: https://github.com/jbangdev/jbang-gradle-plugin

=== Manual install
== Manual install

Unzip the https://github.com/jbangdev/jbang/releases/latest[latest binary release], add the `jbang-<version>/bin` folder to your `$PATH` and you are set.

Expand Down

0 comments on commit d888194

Please sign in to comment.