Zoran Regvart
Zoran Regvart
For anyone looking for a solution to having CLI documentation in Antora, I've recently done this by implementing an Antora extension. Have a look at this [pull request](https://github.com/hacbs-contract/ec-cli/pull/136). We use...
Thanks @stmcginnis and @marckhouzam!
@hakidehari we had reports of similar issues in the past and as far as we're aware they have been fixed up to Camel 3.5, that is the folk that reported...
> Thoughts? Very much so, test-first approach should be the way to go here. I think #1680 is a stronger candidate to fix this than what I patched together to...
For my use case I wanted custom in-toto statements i.e. with custom `predicateType` and `predicate` like: ```json { "_type": "https://in-toto.io/Statement/v0.1", "predicateType": "https://example.com/TestResult/v1", "subject": [ { "name": "docker.io/zregvart/blank", "digest": { "sha256":...
@vaikas looks like you have a clear idea of what needs to be done, my only concern is that some of it seems orthogonal to this issue (e.g. the use...
I don't fully understand the need for this, we have one website we publish (camel.apache.org), and UI is built in the process of building that website. Is there another website...
@oscerd PR this publishes the result of building the `antora-ui-camel`, a Antora UI theme used only in building the camel.apache.org website, as a GitHub release. Changes needed to publish the...
It takes 19s to build the antora-camel-ui (look for `[14:30:59] Finished 'bundle' after 19 s`) in the [last build](https://ci-builds.apache.org/job/Camel/job/Camel.website/job/master/358/consoleText). Compared to the build of the whole website that's around 38min...
I think overall the only authoritative preview will be the one done on the camel-website repository, no other preview will be up to date or as involved as the one...