This commit is contained in:
Rob Winch
2021-08-16 15:44:15 -05:00
parent 93c62104ee
commit faa6c441fa
4 changed files with 24 additions and 0 deletions

12
local-antora-playbook.yml Normal file
View File

@@ -0,0 +1,12 @@
site:
title: Spring Session
start_page: session::index.adoc
content:
sources:
- url: ./
branches: HEAD
start_path: spring-session-docs
ui:
bundle:
url: ../../rwinch/antora-ui-spring/build/ui-bundle.zip
snapshot: true

View File

@@ -0,0 +1,11 @@
name: session
title: Spring Session
version: 2.6
start_page: ROOT:index.adoc
asciidoc:
attributes:
page-pagination: true
idprefix: ''
idseparator: '-'
nav:
- modules/ROOT/nav.adoc

View File

@@ -0,0 +1 @@
+* xref:index.adoc[Spring Session]