Skip to content

Commit

Permalink
Add latest folder as source for releases. prepared v2.6.3 release news.
Browse files Browse the repository at this point in the history
  • Loading branch information
ancho committed Oct 14, 2018
1 parent 0e8ed97 commit 3380d88
Show file tree
Hide file tree
Showing 14 changed files with 1,511 additions and 2 deletions.
12 changes: 10 additions & 2 deletions content/docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@ Jonathan Bullock
:jbake-status: published
:idprefix:

== Current
== Latest Release

[cols="50,50", options="header"]
|===
|Version |Format
|v2.6.2 |link:/docs/2.6.2/[HTML]
|===

== Current

[cols="50,50", options="header"]
|===
|Version |Format
|SNAPSHOT |link:/docs/latest/[HTML]
|===

== Archived

[cols="50,50", options="header"]
Expand All @@ -28,4 +36,4 @@ Jonathan Bullock
|v2.3.1 |link:/docs/2.3.1/[HTML]
|v2.3.0 |link:/docs/2.3.0/[HTML]
|v2.2.1 |link:/docs/2.2.1/[HTML]
|===
|===
57 changes: 57 additions & 0 deletions content/docs/latest/build-tool-integration.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
= Build Tool Integration
Jonathan Bullock
2016-10-03
:jbake-type: page
:jbake-tags: documentation
:jbake-status: published
:idprefix:

== Build Tool Integration

=== Maven Plugin

There is a http://maven.apache.org[Maven] plugin that allows you to run JBake from your Maven build.

* https://github.com/jbake-org/jbake-maven-plugin[Plugin on GitHub]

The plugin is available from the Maven Central repository using the following coordinates:

[source,xml]
----
<dependency>
<groupId>org.jbake</groupId>
<artifactId>jbake-maven-plugin</artifactId>
<version>0.3.1</version>
</dependency>
----

The plugin was originally created by https://github.com/aldrinleal[Aldrin Leal].

=== Gradle Plugin

There is a http://gradle.org/[Gradle] plugin that allows you to run JBake from your Gradle build.

* https://plugins.gradle.org/plugin/org.jbake.site[Plugin Page on Gradle.org]
* https://github.com/jbake-org/jbake-gradle-plugin[Plugin on GitHub]
* https://bintray.com/jbake/maven/jbake-gradle-plugin[Plugin on Bintray]

The plugin was originally created by http://melix.github.io/blog/[Cédric Champeau].

=== SBuild Plugin

There is a http://sbuild.org/[SBuild] plugin that allows you to run JBake from your SBuild build.

* https://github.com/SBuild-org/sbuild-jbake[Plugin on GitHub]

The plugin is available from the Maven Central repository using the following coordinates:

[source,xml]
----
<dependency>
<groupId>org.sbuild</groupId>
<artifactId>org.sbuild.plugins.jbake</artifactId>
<version>0.1.2</version>
</dependency>
----

The plugin has been developed by https://github.com/lefou[Tobias Roeser].
Loading

0 comments on commit 3380d88

Please sign in to comment.