This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new b8341a6 With inline anchor name column can be non-'a' b8341a6 is described below commit b8341a682a1cf0a7a5c9e88066f9eac1bd7f4066 Author: David Jencks <djen...@apache.org> AuthorDate: Tue Nov 9 19:50:48 2021 -0800 With inline anchor name column can be non-'a' --- docs/components/modules/ROOT/partials/component-endpoint-options.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/partials/component-endpoint-options.adoc b/docs/components/modules/ROOT/partials/component-endpoint-options.adoc index ee1d455..6d2081f 100644 --- a/docs/components/modules/ROOT/partials/component-endpoint-options.adoc +++ b/docs/components/modules/ROOT/partials/component-endpoint-options.adoc @@ -1,6 +1,6 @@ //component options: START -:tablespec: width="100%",cols="2a,5a,^1,2",options="header" +:tablespec: width="100%",cols="2,5a,^1,2",options="header" :component-option-name: util.boldLink(path[2], "component_option", value.group) :endpoint-path-option-name: util.boldLink(path[2], "endpoint_path_option", value.group) :endpoint-query-option-name: util.boldLink(path[2], "endpoint_query_option", value.group)