Commit Graph

8 Commits

Author SHA1 Message Date
Andy Wilkinson
e2e61dff53 Use snake_case consistently for anchors and cross-references
Closes gh-674
2020-03-27 15:44:59 +00:00
Andy Wilkinson
ae59baf38c Remove invalid and empty part from samples' getting started guides
Fixes gh-641
2019-09-19 10:37:51 +01:00
Alexander Schwartz
4a084b52d0 Fix IDs of sections in examples
See gh-629
2019-08-13 10:16:16 +01:00
Andy Wilkinson
c2c4ed7752 Merge branch '1.1.x' into 1.2.x 2019-03-26 11:45:06 +00:00
Andy Wilkinson
9444083b81 Polish "Use HTTPS for external links where possible"
See gh-610
2019-03-26 11:28:57 +00:00
Spring Operator
f2e60ea347 Use HTTPS for external links where possible
See gh-609
2019-03-26 10:28:47 +00:00
Andy Wilkinson
58bf231c8a Update the samples to use the new operation macro
Closes gh-362
2017-03-08 12:22:00 +00:00
Andy Wilkinson
723b7a284f Use default location for .adoc source in Gradle-based sample
Previously both samples supported Maven and Gradle. Due to the different
default locations between the two build systems, the Gradle-based sample
was configured to use Maven’s default location for its .adoc files.

The samples have now been updated so that one sample uses Maven and the
other uses Gradle. However, when this change was made, the customization
of the Gradle-based sample’s .adoc file location wasn’t removed.

This commit updates the Gradle-based sample to use the default location,
src/docs/asciidoc, for its .adoc source files.

Closes gh-145
2015-10-05 10:22:55 +01:00