2023-01-06 16:12:37 -05:00
|
|
|
# The purpose of this Antora playbook is to generate a preview of the docs in the current branch.
|
|
|
|
site:
|
|
|
|
title: Spring Security Reference
|
|
|
|
content:
|
|
|
|
sources:
|
|
|
|
- url: ./..
|
|
|
|
branches: HEAD
|
|
|
|
start_path: docs
|
|
|
|
worktrees: true
|
|
|
|
asciidoc:
|
|
|
|
attributes:
|
|
|
|
page-pagination: ''
|
|
|
|
hide-uri-scheme: '@'
|
2023-01-06 18:12:06 -05:00
|
|
|
sourcemap: true
|
2023-01-06 16:12:37 -05:00
|
|
|
urls:
|
|
|
|
latest_version_segment: ''
|
|
|
|
ui:
|
|
|
|
bundle:
|
|
|
|
url: https://github.com/spring-io/antora-ui-spring/releases/download/latest/ui-bundle.zip
|
|
|
|
snapshot: true
|