Go to file
R. Tyler Croy 24647fc79e Merge pull request #1 from ysb33r/documentation
Suggested documentation fixes
2014-12-26 16:03:53 -08:00
docs/html5 Do not generate into root of project 2014-12-26 23:41:35 +00:00
gradle/wrapper Add gradle wrapper 2014-12-06 16:42:52 -08:00
src/asciidoc Do not generate into root of project 2014-12-26 23:39:42 +00:00
.gitignore Use asciidoctor-gradle to generate a new basic site 2014-12-07 08:25:26 -08:00
LICENSE Initial commit 2014-08-25 20:55:05 -07:00
README.adoc Flesh out the readme 2014-12-08 19:03:32 -08:00
build.gradle Do not generate into root of project 2014-12-26 23:41:35 +00:00
deploy.sh Add a simple deploy script which will publish the site generated under html5 2014-12-08 10:46:40 -08:00
gradle.properties Use asciidoctor-gradle to generate a new basic site 2014-12-07 08:25:26 -08:00
gradlew Add gradle wrapper 2014-12-06 16:42:52 -08:00
gradlew.bat Add gradle wrapper 2014-12-06 16:42:52 -08:00
index.html Use asciidoctor-gradle to generate a new basic site 2014-12-07 08:25:26 -08:00

README.adoc

<html lang="en"> <head> </head>

jruby-gradle website

The default branch in this repository is documentation, this is because GitHub Pages uses the master branch to display content on jruby-gradle.github.io. We use deploy.sh to perform a "git subtree push" to the master branch of the content generated by Asciidoctor in html5/.

Building the site

./gradlew asciidoctor will rebuild the site for you

</html>