Resolves https://github.com/spring-projects/spring-integration/issues/3490 - also fix double import of `jmx.adoc` - also fix `redis.adoc` * Remove redundant repo in `docs.gradle` * Use `stylesheet.css` for `asciidoctorj` plugin config * Fix `stylesheet.css` to import `spring.css` from the same dir since they both are copied over there into the same dir * Fix link for JMX chapter from the `metrics.adoc` * Fix some inconsistency in the `amqp.adoc`
19 lines
495 B
Plaintext
19 lines
495 B
Plaintext
[[system-management-chapter]]
|
|
== System Management
|
|
|
|
// BE SURE TO PRECEDE ALL include:: with a blank line - see https://github.com/asciidoctor/asciidoctor/issues/1297
|
|
include::./metrics.adoc[]
|
|
|
|
include::./message-history.adoc[]
|
|
|
|
include::./message-store.adoc[]
|
|
|
|
include::./meta-data-store.adoc[]
|
|
|
|
include::./control-bus.adoc[]
|
|
|
|
include::./shutdown.adoc[]
|
|
|
|
include::./graph.adoc[]
|
|
// BE SURE TO PRECEDE ALL include:: with a blank line - see https://github.com/asciidoctor/asciidoctor/issues/1297
|