|
|
|
@ -3,8 +3,7 @@ |
|
|
|
# The purpose of this Antora playbook is to build the docs in the current branch. |
|
|
|
# The purpose of this Antora playbook is to build the docs in the current branch. |
|
|
|
antora: |
|
|
|
antora: |
|
|
|
extensions: |
|
|
|
extensions: |
|
|
|
- '@antora/collector-extension' |
|
|
|
- require: '@springio/antora-extensions' |
|
|
|
- require: '@springio/antora-extensions/root-component-extension' |
|
|
|
|
|
|
|
root_component_name: 'data-commons' |
|
|
|
root_component_name: 'data-commons' |
|
|
|
site: |
|
|
|
site: |
|
|
|
title: Spring Data Reference |
|
|
|
title: Spring Data Reference |
|
|
|
@ -17,13 +16,12 @@ content: |
|
|
|
worktrees: true |
|
|
|
worktrees: true |
|
|
|
asciidoc: |
|
|
|
asciidoc: |
|
|
|
attributes: |
|
|
|
attributes: |
|
|
|
page-pagination: '' |
|
|
|
|
|
|
|
hide-uri-scheme: '@' |
|
|
|
hide-uri-scheme: '@' |
|
|
|
tabs-sync-option: '@' |
|
|
|
tabs-sync-option: '@' |
|
|
|
chomp: 'all' |
|
|
|
|
|
|
|
extensions: |
|
|
|
extensions: |
|
|
|
- '@asciidoctor/tabs' |
|
|
|
- '@asciidoctor/tabs' |
|
|
|
- '@springio/asciidoctor-extensions' |
|
|
|
- '@springio/asciidoctor-extensions' |
|
|
|
|
|
|
|
- '@springio/asciidoctor-extensions/javadoc-extension' |
|
|
|
sourcemap: true |
|
|
|
sourcemap: true |
|
|
|
urls: |
|
|
|
urls: |
|
|
|
latest_version_segment: '' |
|
|
|
latest_version_segment: '' |
|
|
|
@ -33,5 +31,5 @@ runtime: |
|
|
|
format: pretty |
|
|
|
format: pretty |
|
|
|
ui: |
|
|
|
ui: |
|
|
|
bundle: |
|
|
|
bundle: |
|
|
|
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.3/ui-bundle.zip |
|
|
|
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.16/ui-bundle.zip |
|
|
|
snapshot: true |
|
|
|
snapshot: true |
|
|
|
|