djencks commented on pull request #2757:
URL: https://github.com/apache/camel-k/pull/2757#issuecomment-972934811
The camel-website PR needs to modify this part of antora-playbook.yml:
```
- url: https://github.com/apache/camel-k.git
branches:
- main
- release-1.6.x
- release-1.4.x
start_path: docs
- url: https://github.com/apache/camel-k-runtime.git
branches:
- main
- release-1.9.x
start_path: docs
```
You at least need to add the branches for camel-k 1.7.x and camel-k-runtime
1.10.x and if appropriate remove some earlier branches. After you make the PR
there will eventually be a preview on netlify so you can check it all looks
right. I actually start with a camel-website PR that points to the branches I'm
modifying in the projects, in this case it would be this PR branch and the
camel-k-runtime PR branch, and check it looks good before merging the
non-website PRs: that way I can fix problems in the content PRs before merging
them. I'm not sure that's really necessary here, but it is safer.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]