|
@@ -1,6 +1,8 @@
|
|
antora:
|
|
antora:
|
|
extensions:
|
|
extensions:
|
|
- ./lib/antora/extensions/antora-linked-worktree-patch.js
|
|
- ./lib/antora/extensions/antora-linked-worktree-patch.js
|
|
|
|
+ - ./lib/antora/extensions/inject-collector-config.js
|
|
|
|
+ - '@antora/collector-extension'
|
|
- ./lib/antora/extensions/version-fix.js
|
|
- ./lib/antora/extensions/version-fix.js
|
|
- ./lib/antora/extensions/major-minor-segment.js
|
|
- ./lib/antora/extensions/major-minor-segment.js
|
|
runtime:
|
|
runtime:
|
|
@@ -14,12 +16,10 @@ git:
|
|
ensure_git_suffix: false
|
|
ensure_git_suffix: false
|
|
content:
|
|
content:
|
|
sources:
|
|
sources:
|
|
- - url: https://github.com/spring-io/spring-generated-docs
|
|
|
|
- branches: 'spring-projects/spring-security/{main,5.{{6..9},{1..9}+({0..9})}.{x,+({0..9})}}'
|
|
|
|
- url: .
|
|
- url: .
|
|
- branches: '{main,5.{{6..9},{1..9}+({0..9})}.x}'
|
|
|
|
|
|
+ branches: [main, '5.{{6..9},{1..9}+({0..9})}.x']
|
|
worktrees: true # will automatically discover worktrees if they are set up; otherwise, will use git tree
|
|
worktrees: true # will automatically discover worktrees if they are set up; otherwise, will use git tree
|
|
- tags: '5.{{6..9},{1..9}+({0..9})}.+({0..9})'
|
|
|
|
|
|
+ tags: '5.{{6..9},{1..9}+({0..9})}.+({0..9})?(-RC{1..9})'
|
|
start_path: docs
|
|
start_path: docs
|
|
asciidoc:
|
|
asciidoc:
|
|
attributes:
|
|
attributes:
|