20 lines
528 B
YAML
20 lines
528 B
YAML
name: shell
|
|
version: true
|
|
title: Spring Shell
|
|
nav:
|
|
- modules/ROOT/nav.adoc
|
|
ext:
|
|
collector:
|
|
run:
|
|
command: gradlew -q "-Dorg.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError" :spring-shell-docs:generateAntoraYml
|
|
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/shell/docs |