local-antora-playbook.yml 642 B

1234567891011121314151617181920212223242526
  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. runtime:
  6. log:
  7. format: pretty
  8. site:
  9. title: Spring Security
  10. url: https://docs.spring.io/spring-security/reference
  11. content:
  12. sources:
  13. - url: ./..
  14. branches: HEAD
  15. start_paths: [docs, 'docs/build/generateAntora*']
  16. worktrees: true
  17. asciidoc:
  18. attributes:
  19. page-pagination: ''
  20. hide-uri-scheme: '@'
  21. urls:
  22. latest_version_segment: ''
  23. ui:
  24. bundle:
  25. url: https://github.com/spring-io/antora-ui-spring/releases/download/latest/ui-bundle.zip
  26. snapshot: true