Fix Couchbase build.
This commit is contained in:
@@ -7,16 +7,16 @@ antora:
|
|||||||
- 'antora/lib/version-fix.js'
|
- 'antora/lib/version-fix.js'
|
||||||
- '@antora/atlas-extension'
|
- '@antora/atlas-extension'
|
||||||
- require: '@springio/antora-extensions/root-component-extension'
|
- require: '@springio/antora-extensions/root-component-extension'
|
||||||
root_component_name: 'data-cassandra'
|
root_component_name: 'data-couchbase'
|
||||||
site:
|
site:
|
||||||
title: Spring Data for Apache Cassandra
|
title: Spring Data Couchbase
|
||||||
url: https://docs.spring.io/spring-data/cassandra/reference
|
url: https://docs.spring.io/spring-data/couchbase/reference
|
||||||
robots: allow
|
robots: allow
|
||||||
git:
|
git:
|
||||||
ensure_git_suffix: false
|
ensure_git_suffix: false
|
||||||
content:
|
content:
|
||||||
sources:
|
sources:
|
||||||
- url: https://github.com/spring-projects/spring-data-cassandra
|
- url: https://github.com/spring-projects/spring-data-couchbase
|
||||||
# Refname matching:
|
# Refname matching:
|
||||||
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
|
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
|
||||||
branches: [ main, '{5..9}.*({0..9}).x', '!5.0.x', '!5.1.x' ]
|
branches: [ main, '{5..9}.*({0..9}).x', '!5.0.x', '!5.1.x' ]
|
||||||
@@ -29,7 +29,7 @@ content:
|
|||||||
start_path: src/main/antora
|
start_path: src/main/antora
|
||||||
asciidoc:
|
asciidoc:
|
||||||
attributes:
|
attributes:
|
||||||
page-stackoverflow-url: https://stackoverflow.com/tags/spring-data-cassandra
|
page-stackoverflow-url: https://stackoverflow.com/tags/spring-data-couchbase
|
||||||
page-pagination: ''
|
page-pagination: ''
|
||||||
hide-uri-scheme: '@'
|
hide-uri-scheme: '@'
|
||||||
tabs-sync-option: '@'
|
tabs-sync-option: '@'
|
||||||
|
|||||||
Reference in New Issue
Block a user