[camel-website] branch master updated: update:show correct microdata for different documentation versions

2020-05-26 Thread zregvart
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 35d0804  update:show correct microdata for different documentation 
versions
35d0804 is described below

commit 35d0804d3043c1a3d4476f206b337bb4ce21fd9a
Author: nayananga 
AuthorDate: Tue May 26 04:21:52 2020 +0530

update:show correct microdata for different documentation versions
---
 antora-ui-camel/src/partials/breadcrumbs-microdata.hbs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/antora-ui-camel/src/partials/breadcrumbs-microdata.hbs 
b/antora-ui-camel/src/partials/breadcrumbs-microdata.hbs
index 6fae727..2437add 100644
--- a/antora-ui-camel/src/partials/breadcrumbs-microdata.hbs
+++ b/antora-ui-camel/src/partials/breadcrumbs-microdata.hbs
@@ -1,5 +1,5 @@
 

[camel-website] branch master updated: update:show correct microdata for different documentation versions

2020-05-28 Thread zregvart
This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 7ed94c6  update:show correct microdata for different documentation 
versions
7ed94c6 is described below

commit 7ed94c6a25b8ba2d9eaf98aa4b546dc3d2d252b0
Author: nayananga 
AuthorDate: Thu May 28 00:05:06 2020 +0530

update:show correct microdata for different documentation versions
---
 antora-ui-camel/src/partials/breadcrumbs-microdata.hbs | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/partials/breadcrumbs-microdata.hbs 
b/antora-ui-camel/src/partials/breadcrumbs-microdata.hbs
index 2437add..1c561c2 100644
--- a/antora-ui-camel/src/partials/breadcrumbs-microdata.hbs
+++ b/antora-ui-camel/src/partials/breadcrumbs-microdata.hbs
@@ -12,13 +12,19 @@
 "@type": "ListItem",
 "position": 2,
 "name": "{{{page.component.title}}}",
+"item": "{{{add site.url page.component.url}}}"
+},
+{
+"@type": "ListItem",
+"position": 3,
+"name": "{{{page.componentVersion.displayVersion}}}",
 "item": "{{{add site.url page.componentVersion.url}}}"
 },
 {{#if page.breadcrumbs}}
 {{#each page.breadcrumbs}}
 {
 "@type": "ListItem",
-"position": {{add @index 3}},
+"position": {{add @index 4}},
 "name": "{{{ ./content }}}",
 {{~#if (and ./url (eq ./urlType 'internal'))~}}
 "item": "{{{add ../site.url ./url}}}"