This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new cd4afeb  workaround bogus xref-validator nav file reclassification
cd4afeb is described below

commit cd4afebd2217bbaff0d7b54acd9c1f13d0635356
Author: David Jencks <djen...@apache.org>
AuthorDate: Thu Oct 29 15:39:33 2020 -0700

    workaround bogus xref-validator nav file reclassification
---
 docs/components/modules/ROOT/pages/index.adoc        | 3 ++-
 docs/components/modules/dataformats/pages/index.adoc | 3 ++-
 docs/components/modules/languages/pages/index.adoc   | 3 ++-
 docs/components/modules/others/pages/index.adoc      | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/index.adoc 
b/docs/components/modules/ROOT/pages/index.adoc
index f822e7c..7359352 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -27,5 +27,6 @@ Number of Non-Core Components: indexCount:[attributes=!core] 
in indexUniqueCount
 |===
 | Component | Artifact | Support Level | Since | Description
 |===
-indexTable::[attributes=!core,cells="$xref,artifactid,supportlevel,since,description"]
+//'relative=!nav.adoc' is a workaround for 
https://gitlab.com/antora/xref-validator/-/issues/9
+indexTable::[relative=!nav.adoc,attributes=!core,cells="$xref,artifactid,supportlevel,since,description"]
 
diff --git a/docs/components/modules/dataformats/pages/index.adoc 
b/docs/components/modules/dataformats/pages/index.adoc
index 77ac5c8..db2019c 100644
--- a/docs/components/modules/dataformats/pages/index.adoc
+++ b/docs/components/modules/dataformats/pages/index.adoc
@@ -9,5 +9,6 @@ Number of Data Formats: indexCount:[] in 
indexUniqueCount:[unique=artifactid] JA
 |===
 | Data Format | Artifact | Support Level | Since | Description
 |===
-indexTable::[cells="$xref,artifactid,supportlevel,since,description"]
+//'relative=!nav.adoc' is a workaround for 
https://gitlab.com/antora/xref-validator/-/issues/9
+indexTable::[relative=!nav.adoc,cells="$xref,artifactid,supportlevel,since,description"]
 
diff --git a/docs/components/modules/languages/pages/index.adoc 
b/docs/components/modules/languages/pages/index.adoc
index bb878b0..37cdd2d 100644
--- a/docs/components/modules/languages/pages/index.adoc
+++ b/docs/components/modules/languages/pages/index.adoc
@@ -9,5 +9,6 @@ Number of Languages: indexCount:[] in 
indexUniqueCount:[unique=artifactid] JAR a
 |===
 | Language | Artifact | Support Level | Since | Description
 |===
-indexTable::[cells="$xref,artifactid,supportlevel,since,description"]
+//'relative=!nav.adoc' is a workaround for 
https://gitlab.com/antora/xref-validator/-/issues/9
+indexTable::[relative=!nav.adoc,cells="$xref,artifactid,supportlevel,since,description"]
 
diff --git a/docs/components/modules/others/pages/index.adoc 
b/docs/components/modules/others/pages/index.adoc
index deefea2..947afc9 100644
--- a/docs/components/modules/others/pages/index.adoc
+++ b/docs/components/modules/others/pages/index.adoc
@@ -11,7 +11,8 @@ Number of Miscellaneous Components: indexCount:[] in 
indexUniqueCount:[unique=ar
 |===
 | Component | Artifact | Support Level | Since | Description
 |===
-indexTable::[cells="$xref,artifactid,supportlevel,since,description"]
+//'relative=!nav.adoc' is a workaround for 
https://gitlab.com/antora/xref-validator/-/issues/9
+indexTable::[relative=!nav.adoc,cells="$xref,artifactid,supportlevel,since,description"]
 
 
 

Reply via email to