nicolaferraro commented on a change in pull request #536:
URL: https://github.com/apache/camel-website/pull/536#discussion_r574514574



##########
File path: antora-ui-camel/src/partials/catalog.hbs
##########
@@ -0,0 +1,20 @@
+{{#if navigation.length}}
+  {{#each navigation}}
+    {{#if ../show}}{{#if ./content}}
+      <div class="catalog-entry">
+        <a href="{{~#if (eq ./urlType 'internal')}}{{{relativize 
./url}}}{{~else}}{{{./url}}}{{~/if}}">

Review comment:
       That's how Antora handles urls in the nav-tree.hbs partial.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to