per-branch-antora-playbook.yml 468 B

12345678910111213141516171819
  1. # The purpose of this Antora playbook is to generate a preview of the docs in the current branch.
  2. site:
  3. title: Spring Security Reference
  4. content:
  5. sources:
  6. - url: ./..
  7. branches: HEAD
  8. start_path: docs
  9. worktrees: true
  10. asciidoc:
  11. attributes:
  12. page-pagination: ''
  13. hide-uri-scheme: '@'
  14. urls:
  15. latest_version_segment: ''
  16. ui:
  17. bundle:
  18. url: https://github.com/spring-io/antora-ui-spring/releases/download/latest/ui-bundle.zip
  19. snapshot: true