djencks commented on issue #692: URL: https://github.com/apache/camel-website/issues/692#issuecomment-982932648
The version picker itself is antora-ui-camel/src/partials/nav-explore.hbs The code for ordering the components is in antora-ui-camel and is kind of spread out between src/partials/nav-explore.hbs: ``` {{#each (exclude (order_components site.components) 'camel-quarkus-examples')}} ``` and src/helpers/order_components.js I wrote an article on how to do this... https://blog.yuzutech.fr/blog/sort-antora-components/index.html, possibly using a more configurable approach such as I suggest might be useful. Before making any changes I hope you'll explain your reasoning. -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org