* Remove unused from now on assets * Fix `nav.adoc` order * Fix some typos in the docs * Fix links to SF docs on Antora * Modify Gradle build files according to tasks registration recommendations * Fix `antora.yml` removing `jvmargs` option since this cause the build failure on Windows
20 lines
467 B
YAML
20 lines
467 B
YAML
name: integration
|
|
version: true
|
|
title: Spring Integration
|
|
nav:
|
|
- modules/ROOT/nav.adoc
|
|
ext:
|
|
collector:
|
|
run:
|
|
command: gradlew :generateAntoraResources
|
|
local: true
|
|
scan:
|
|
dir: build/generated-antora-resources
|
|
|
|
asciidoc:
|
|
attributes:
|
|
attribute-missing: 'warn'
|
|
# FIXME: the copyright is not removed
|
|
# FIXME: The package is not renamed
|
|
chomp: 'all'
|
|
snippets: example$docs-src/test/java/org/springframework/integration/docs |