[
https://issues.apache.org/jira/browse/CAMEL-20870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854677#comment-17854677
]
Aurélien Pupier commented on CAMEL-20870:
-----------------------------------------
on camel-website, the checks are done with:
https://github.com/apache/camel-website/blob/8f76ab02be27d68403aa4eed01d0800c5707b179/package.json#L15-L18
{noformat}
"check:html": "html-validate public",
"check:links": "deadlinks-linux public",
"check:redirects": "tests/redirect.sh -s",
"checks": "run-s -l check:links check:html check:redirects",
{noformat}
> Include PR check for documentation related to Camel website in each repository
> ------------------------------------------------------------------------------
>
> Key: CAMEL-20870
> URL: https://issues.apache.org/jira/browse/CAMEL-20870
> Project: Camel
> Issue Type: Task
> Reporter: Aurélien Pupier
> Priority: Major
>
> it is often that the camel-website is broken due to changes in documentation
> in other Camel repositories where the documentation is defined.
> it will be convenient to have a PR check on each of these repositories to
> avoid being in this state.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)