jorisvandenbossche commented on pull request #12212: URL: https://github.com/apache/arrow/pull/12212#issuecomment-1027358889
> @jorisvandenbossche Why do you prefer to no trailing `/` in path for `dev`? https://github.com/apache/arrow-site/blob/asf-site/docs/_static/versions.json#L4 > I want to add trailing `/` to `dev` for consistency because all other paths such as `5.0/` have trailing `/`. Ah, that's not a preference, but rather a mistake I think :) Because without it, the url will be mis-formatted, and the dropdown will not go to the correct sub-page if choosing the dev version in the dropdown (the dropdown code checks if the url exists, and if not fallbacks to the home page of that version). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
