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-kamelets.git
The following commit(s) were added to refs/heads/master by this push:
new 53e41ad fix: exclude nav.adoc from being indexed
53e41ad is described below
commit 53e41ad5e132163f2f55d6575eac7812315696fa
Author: Zoran Regvart <[email protected]>
AuthorDate: Thu Feb 18 15:13:32 2021 +0100
fix: exclude nav.adoc from being indexed
Configures the `relative` option to glob-out the nav.adoc.
See https://gitlab.com/antora/xref-validator/-/issues/9
---
docs/modules/ROOT/pages/index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/index.adoc
b/docs/modules/ROOT/pages/index.adoc
index 1162edb..497a99e 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -4,7 +4,7 @@ This page contains the default catalog of Apache Camel Kamelets.
**We love contributions for this catalog**: more information in the
https://github.com/apache/camel-kamelets/[github.com/apache/camel-kamelets]
repository.
[.catalog]
-[indexBlock,'xref']
+[indexBlock,'xref',relative=!nav.adoc]
----
[.item]#{xref}#
----