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

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


The following commit(s) were added to refs/heads/master by this push:
     new 68c14f6  separate core and non core components in index page tables
     new f45096d  Merge pull request #3751 from 
djencks/issue-14907-core-vs-non-core
68c14f6 is described below

commit 68c14f6ea58b1060d336b6c97bed08002986a389
Author: David Jencks <djen...@apache.org>
AuthorDate: Wed Apr 15 14:22:16 2020 -0700

    separate core and non core components in index page tables
---
 docs/components/modules/ROOT/pages/index.adoc | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/index.adoc 
b/docs/components/modules/ROOT/pages/index.adoc
index b8d3dc2..f822e7c 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -5,11 +5,27 @@ Component references are references used to place a component 
in an assembly. Ap
 provides various references that offers services for messaging, sending data, 
notifcations and various other 
 services that can not only resolve easy messaging and transferring data but 
also provide securing of data.
 
-Below is the list of components that are provided by Apache Camel.
+== Core Components
+
+Below is the list of core components that are provided by Apache Camel.
+
+Number of Core Components: indexCount:[attributes=core] in 
indexUniqueCount:[attributes=core,unique=artifactid] JAR artifacts 
(indexCount:[attributes="core,deprecated"] deprecated)
+
+[{index-table-format}]
+|===
+| Component | Artifact | Support Level | Since | Description
+|===
+indexTable::[attributes=core,cells="$xref,artifactid,supportlevel,since,description"]
+
+== Components
+
+Below is the list of non-core components that are provided by Apache Camel.
+
+Number of Non-Core Components: indexCount:[attributes=!core] in 
indexUniqueCount:[attributes=!core,unique=artifactid] JAR artifacts 
(indexCount:[attributes="!core,deprecated"] deprecated)
 
 [{index-table-format}]
 |===
 | Component | Artifact | Support Level | Since | Description
 |===
-indexTable::[cells="$xref,artifactid,supportlevel,since,description"]
+indexTable::[attributes=!core,cells="$xref,artifactid,supportlevel,since,description"]
 

Reply via email to