[
https://issues.apache.org/jira/browse/CAMEL-13923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055834#comment-17055834
]
Zoran Regvart commented on CAMEL-13923:
---------------------------------------
Some issues relating to the escaping can be seen on the website build:
{code}
[2020-03-10T10:03:24.732Z] asciidoctor: WARNING: contributor-guide.adoc: line
123: invalid style for listing block: code
[2020-03-10T10:03:24.732Z] asciidoctor: WARNING: native-mode.adoc: line 11:
invalid style for listing block: code
[2020-03-10T10:03:24.732Z] asciidoctor: WARNING: native-mode.adoc: line 20:
invalid style for listing block: code
[2020-03-10T10:03:46.962Z] asciidoctor: WARNING: skipping reference to missing
attribute: camel-version
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: server-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: database-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: table-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: server-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: database-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: table-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: server-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: database-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: table-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: server-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: database-name
[2020-03-10T10:03:49.185Z] asciidoctor: WARNING: skipping reference to missing
attribute: table-name
{code}
To reproduce run {{yarn antora --require ./menu.js site.yml}}. The quickest way
to fix issues like these is to change the source asciidoc (.adoc) file in the
locally cloned repository and point frome {{site.yaml}} to that repository
(e.g. instead of {{[email protected]:apache/camel.git}} use {{../camel}}) and set
{{branches}} to {{HEAD}}. More details in the [Antora
documentation|https://docs.antora.org/antora/2.2/playbook/author-mode/].
> Fix incorrectly escaped simple expressions in migrated manual pages
> -------------------------------------------------------------------
>
> Key: CAMEL-13923
> URL: https://issues.apache.org/jira/browse/CAMEL-13923
> Project: Camel
> Issue Type: Task
> Components: documentation
> Reporter: Jan Bednar
> Priority: Major
> Labels: help-wanted
> Time Spent: 20m
> Remaining Estimate: 0h
>
> E.g. section "USING DYNAMIC URIS" inĀ
> [https://camel.apache.org/manual/latest/content-enricher.html], but it can be
> seen in many pages. There is already one user, which attempted to implement
> these backslashes into his code (CAMEL-13922).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)