Commit Graph

5 Commits

Author SHA1 Message Date
Jay Bryant
d0238c9699 90-character formatting
Other than a couple of image references, I fixed all the lines so that they would be no longer than 90 characters and removed unneeded blank lines.

I did find a few other things (mostly periods missing from list items), and I fixed them.
2017-10-17 23:15:13 -05:00
Michael Minella
f0fa4f4914 Fixed image URL 2017-10-09 09:48:38 -05:00
Jay Bryant
de5792b0f2 Initial pass of editing of the spring-batch-intro.adoc
This commit provides basic "english teacher" level editing to the
spring-batch-intro.adoc.
2017-10-09 09:47:38 -05:00
Glenn Renfro
bff2c14671 Docs support toggling Java Config and XML
This is a demo of the functionality and it located in the domain.adoc file.

added code to handl PDF ifdef

JavaScript added to support slider control

If view in local file system use safari.   (Cookies not supported on local filesysem on chrome)
Remaining bug...  if user selects xml and refreshes the examples still show XML but slider goes back to JAVA.

Could use a new tool suite.  But this is based on the Spring.io toggle.

Implemented java vs xml toggle in reference documentation

This commit ports the javascript widget used in Sagan for toggling
between Maven and Gradle on each project page and uses it to toggle
between java based config and XML based config.  The preference the user
selects is cookied so that it should stick between pages in the multiple
page layout as well as for future visits to the documentation.

The only page that has implemented the toggle in this commit is the
domain.adoc page.  The spring-batch-intro.adoc has the toggle reference
in it, but it's only there to verify multiple includes are working.

Polishing
2017-08-24 14:36:29 -04:00
Glenn Renfro
67853f22de Documentation Migration
This commit migrates the old Spring Batch documentation to a new
asciidoc toolchain.  It will be the first piece in modernizing the
existing Spring Batch documentation.  Future steps will include making
java based configuraion more prominant in the reference documentation.

Resolves BATCH-2620
2017-07-13 14:49:33 -05:00