local-antora-playbook.yml 608 B

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