You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/02/15 15:56:25 UTC

[camel-kamelets] 04/08: chore: use `indexBlock` extension

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

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

commit e593ba3140339907af52bc0268fd95a430e8ad89
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Feb 12 13:18:39 2021 +0100

    chore: use `indexBlock` extension
    
    Using `indexBlock` extension we can add content to `index.adoc` from all
    pages in the component.
---
 docs/modules/ROOT/pages/index.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index 3728628..1162edb 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -1,6 +1,10 @@
 = Kamelet Catalog
-:page-layout: catalog
 
 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']
+----
+[.item]#{xref}#
+----