djencks
djencks
Currently a javascript syntax highlighter format method has to do this to call the 'superclass method': ```js const toHash = function (object) { return object && !object.$$is_hash ? Opal.hash2(Object.keys(object), object)...
A couple of people on gitter have indicated that they think that this project is part of or the same as ruby asciidoctor-pdf because the bin name is the same....
When a table cell has a "word" that is too long, such as ``` ``org.apache.isis.applib.annotation.Action#domainEvent()`` ``` it distorts the column widths and runs off the edge of the rendered page....
See https://github.com/ahmetb/gen-crd-api-reference-docs/issues/44 This does not currently include the two sets of AsciiDoc templates, as I'm not sure where they should go. As noted in the issue, there is likely a...
For Apache Camel-K I've modified this project, adding an option to generate AsciiDoc output rather than html. The current results can be seen here: https://camel.apache.org/camel-k/next/apis/camel-k.html https://camel.apache.org/camel-k/next/apis/kamelets.html The code modifications are:...
The answer to exercise 3.15(f) appears to be for the modified question. The current question appears to require one to combine the "no warming" and "don't know" columns, which is...
Along with fixing the existing blog post links (https://github.com/apache/camel-website/issues/779), we need a check that will fail the build if a blog post links to "next' or "latest" (or unversioned).
It would be great to keep all the old doc versions accessible in our website: - links from old blog posts would keep working - external links would keep working...
There are many blog posts linking to "next" version, which is always wrong and will often cause broken links as the "next" docs evolve. We should change all existing blog...
camel-quarkus has tooling/scripts/update-antora-yaml.groovy which despite its uninformative name now updates the version and related info in antora.yml and the branch in source-map.yml during the release process. We should add this...