Polishing.
Add gitignore entry for build/ dir, update playbook and readme. Use current year property. See: #526
This commit is contained in:
committed by
Christoph Strobl
parent
28b6260941
commit
135e5216bb
@@ -5,10 +5,10 @@ antora:
|
||||
extensions:
|
||||
- '@antora/collector-extension'
|
||||
- require: '@springio/antora-extensions/root-component-extension'
|
||||
root_component_name: 'data-redis'
|
||||
root_component_name: 'data-keyvalue'
|
||||
site:
|
||||
title: Spring Data KeyValue
|
||||
url: https://docs.spring.io/spring-data-keyvalue/reference/
|
||||
url: https://docs.spring.io/spring-data/keyvalue/reference/
|
||||
content:
|
||||
sources:
|
||||
- url: ./../../..
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
* xref:index.adoc[]
|
||||
* xref:index.adoc[Overview]
|
||||
* xref:keyvalue.adoc[]
|
||||
** xref:keyvalue/template.adoc[]
|
||||
* xref:keyvalue/template.adoc[]
|
||||
|
||||
* xref:repositories.adoc[]
|
||||
** xref:repositories/core-concepts.adoc[]
|
||||
|
||||
@@ -3,7 +3,7 @@ prerelease: ${antora-component.prerelease}
|
||||
|
||||
asciidoc:
|
||||
attributes:
|
||||
copyright-year: 2023
|
||||
copyright-year: ${current.year}
|
||||
version: ${project.version}
|
||||
springversionshort: ${spring.short}
|
||||
springversion: ${spring}
|
||||
|
||||
Reference in New Issue
Block a user