File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments