You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/04/16 08:11:59 UTC

[GitHub] [camel-website] zregvart commented on issue #334: Fixed table first column font size bold

zregvart commented on issue #334: Fixed table first column font size bold
URL: https://github.com/apache/camel-website/pull/334#issuecomment-614488211
 
 
   I don't think this is the right approach, it will break when we change what text is presented in which column. Better approach is the one that @djencks noted, to include such formatting in the source Asciidoc files. Most tables are already generated and what we're working on improving that. It would be much better, in my opinion, to make changes like this in the code generation bits so that these styling options are applied in the source files.
   
   For the components we're using the `indexTable`, e.g. now:
   
   https://github.com/apache/camel/blob/d02f923ecc08e5515a6742485a6c4fe05aac7416/docs/components/modules/ROOT/pages/index.adoc#L18
   
   I think it would be a good idea to expand the `indexTable` so we can include column formatting options. The source for `indexTable` processor is [here](https://gitlab.com/djencks/asciidoctor-antora-indexer), perhaps it would be best to continue this there and improve on this when it's ready to use in Camel.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services