per-branch-antora-playbook.yml 486 B

1234567891011121314151617181920
  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. sourcemap: true
  15. urls:
  16. latest_version_segment: ''
  17. ui:
  18. bundle:
  19. url: https://github.com/spring-io/antora-ui-spring/releases/download/latest/ui-bundle.zip
  20. snapshot: true