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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 283e53e4c Remove index table which is not refering to any table
283e53e4c is described below

commit 283e53e4cb246c165941f2493f33a8ed0f058f2d
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Dec 7 10:57:08 2023 +0100

    Remove index table which is not refering to any table
    
    it is fixing camel-website build which had error:
    
    ```
     ➤ YN0000: [build:antora  ] [build:antora-perf] [09:37:43.441] WARN
    (asciidoctor):
    ➤ YN0000: [build:antora  ] [build:antora-perf]     file:
    docs/modules/ROOT/pages/index.adoc
    ➤ YN0000: [build:antora  ] [build:antora-perf]     source:
    https://github.com/apache/camel-k.git (refname: main, start path: docs)
    ➤ YN0000: [build:antora  ] [build:antora-perf]     msg: {
    ➤ YN0000: [build:antora  ] [build:antora-perf]       "msg":
    "jsonpathTable block macro must follow a table, not a paragraph",
    ➤ YN0000: [build:antora  ] [build:antora-perf]       "useId": 0,
    ➤ YN0000: [build:antora  ] [build:antora-perf]
    "@djencks/asciidoctor-antora-indexer": "indexTable"
    ➤ YN0000: [build:antora  ] [build:antora-perf]     }
    ```
    
    relates to #4886
    
    Signed-off-by: Aurélien Pupier <[email protected]>
---
 docs/modules/ROOT/pages/index.adoc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/index.adoc 
b/docs/modules/ROOT/pages/index.adoc
index d60836952..4d0390bd1 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -64,9 +64,6 @@ From Camel K version 2 onward you will be able to use any 
Camel K Runtime. Each
 
 Below you can find a list of the main dependencies and APIs used by Camel K 
and the related compatibility.
 
-//cannot use top level index.adoc as the page with the query is always omitted.
-indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion,
 
pageComponentVersion)|camelKRuntimeVersion|util.camelQuarkusRef(camelQuarkusVersion,
 camelQuarkusDocsVersion)|util.camelRef(camelVersion, 
camelDocsVersion)|util.quarkusRef(quarkusVersion)|util.kameletsRef(camelKameletsVersion,
 camelKameletsDocsVersion)|lts|ck.branch(pageComponentVersion)", 
requires={requires},transform=util.sortCompatibilityItems]
-
 [caption=]
 .Kubernetes and other dependencies
 [width="100%",cols="4,2,2,2,2,2,2",options="header"]

Reply via email to