Skip to content

Commit bc5d2ce

Browse files
committed
Adjust content settings to include AF5 branches
Adjust content settings to include AF5 branches
1 parent c95c268 commit bc5d2ce

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

playbook.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ content:
1616
edit_url: https://github.com/AxonIQ/axoniq-library-site/edit/{refname}/{path}
1717

1818
- url: https://github.com/AxonFramework/AxonFramework.git # include docs from Axon Framework repo
19-
start_paths: ['docs/*', '!docs/_*', '!docs/af5-getting-started'] # from every folder in `docs` except those starting with underscore
20-
branches: ['axon-*', '!axon-{1..3}.*', '!axon-4.{0..9}.x', '!axon-5.*']
21-
22-
# Axon Framework 5 - only the Getting Started
23-
- url: https://github.com/AxonFramework/AxonFramework.git # include docs from Axon Framework repo
24-
start_paths: ['docs/af5-getting-started'] # from every folder in `docs` except those starting with underscore
25-
branches: ['main']
19+
start_paths: ['docs/*', '!docs/_*'] # from every folder in `docs` except those starting with underscore
20+
branches: ['main', 'axon-*', '!axon-{1..3}.*', '!axon-4.{0..9}.x']
2621

2722
- url: https://github.com/AxonFramework/extension-amqp.git # include docs for Axon AMQP Extension repo
2823
start_paths: ['docs/*', '!docs/_*'] # from every folder in `docs` except those starting with underscore

0 commit comments

Comments
 (0)