djencks commented on pull request #3879: URL: https://github.com/apache/camel/pull/3879#issuecomment-637763957
I could have been a lot clearer :-) I'm suggesting removing summary-group and using docTitle instead. Then "summary-group" (docTitle) will always be present. If we allow summary-group to differ from docTitle then we will need a much more complicated sorting algorithm, which would probably start by basically replacing summary-group values and the corresponding group values with docTitle. The items in the current nav are actually sorted in lexicographical order, but that doesn't correspond to our desired grouping. ``` ** xref:aws-summary.adoc[AWS] ** xref:aws2-summary.adoc[AWS 2] *** xref:aws2-cw-component.adoc[AWS 2 CloudWatch] *** xref:aws2-ddb-component.adoc[AWS 2 DynamoDB] ... *** xref:aws2-sqs-component.adoc[AWS 2 Simple Queue Service (SQS)] *** xref:aws2-translate-component.adoc[AWS 2 Translate] *** xref:aws-cw-component.adoc[AWS CloudWatch] *** xref:aws-ddb-component.adoc[AWS DynamoDB] ``` `2` comes before `C` ---------------------------------------------------------------- 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: us...@infra.apache.org