Skip to content

Commit 8fc8d32

Browse files
committed
Remove duplicate asciidoc attributes from antora playbook
1 parent 610ef9a commit 8fc8d32

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

spring-shell-docs/antora-playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ asciidoc:
2323
page-pagination: ''
2424
hide-uri-scheme: '@'
2525
tabs-sync-option: '@'
26+
chomp: 'all'
27+
attribute-missing: 'warn'
28+
sourcemap: true
2629
extensions:
2730
- '@asciidoctor/tabs'
2831
- '@springio/asciidoctor-extensions'

spring-shell-docs/src/main/antora/resources/antora-resources/antora.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,5 @@ prerelease: ${antora-component.prerelease}
33

44
asciidoc:
55
attributes:
6-
page-stackoverflow-url: https://stackoverflow.com/tags/spring-shell
7-
page-pagination: ''
8-
hide-uri-scheme: '@'
9-
tabs-sync-option: '@'
10-
chomp: 'all'
11-
attribute-missing: 'warn'
126
snippets: example$docs-src/test/java/org/springframework/shell/docs
137
project-version: ${project.parent.version}
14-
sourcemap: true

0 commit comments

Comments
 (0)