14 Commits

Author SHA1 Message Date
Dimitrios (Dimi) Liapis
da2a5da79c Fix typo in documentation
Issue #3643
2020-05-20 12:38:10 +02:00
Jay Bryant
efdce562b0 Made the "Both" option make sense
I edited the leader paragraphs above each code block that
was flagged as being XML or Java content, such that the
paragraphs make sense when both the XML and the Java blocks
are present. I turned the Both button back on. I also caught
a bunch of other editing things.

Mahmoud Ben Hassine caught a couple of sentences that were
problematic when the Both option is on. I then caught a couple
of other problems. I fixed all of that.

Thanks for reading closely, Mahmoud. I always appreciate that.
2020-05-20 11:28:31 +02:00
Michal Fotyga
0f9b2e800e Fix typos, code style, trim pictures in docs
And remove unused file
2019-11-26 13:57:56 +01:00
Mahmoud Ben Hassine
5f0f7c494b Fix code example in docs
`StepExecution#setTerminateOnly` does not take a boolean parameter.
2019-01-15 15:34:02 +01:00
Drummond Dawson
3902837c3c Replace explicit type with diamond operator in docs module 2018-11-06 21:00:27 +01:00
Mahmoud Ben Hassine
8d1c1c2424 Polish documentation 2018-02-28 15:27:31 -06:00
Mahmoud Ben Hassine
9307c87aa2 Polish documentation by fixing some typos, code examples and formatting issues 2018-02-28 15:27:29 -06:00
Jay Bryant
0d9f4ce6f1 New toggle implementation
I made a new implementation of the XML/Java toggle (and added a third choice for having both available).

Changes to make a dynamic ToC work with content selection toggles

Various asciidoc and JavaScript changes to make the dynamic ToC (tocbot) work with the content toggle (XML or Java in this case but also more options in other projects).
2018-01-26 11:52:51 -06:00
Arthur Portas
19160b4296 BATCH-2519: Fix TYPO
JIRA: https://jira.spring.io/browse/BATCH-2519

    * TYPO  `Posion` correction
2017-12-26 16:49:12 +00:00
Michael Minella
3869885993 Added java configuration examples to common-patterns.adoc
This commit added java based configuration examples to the common
patterns documentation page.
2017-10-31 15:46:13 -05:00
Jay Bryant
8392523056 90-character pass for common-patterns.adoc
I removed all the extraneous white space from non-code lines and broke the non-code lines as close to 90 characters as possible. I caught one keyword that wasn't formatted and fixed that.
2017-10-19 21:17:13 -04:00
Michael Minella
dd8809232e Fixed image urls 2017-10-18 10:17:53 -05:00
Jay Bryant
fa22b20223 Editing pass for common-patterns.adoc
I improved readability and consistency, added a missing link and some other links, and corrected sentence errors. No questions.
2017-10-17 17:10:16 -05: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