janhoy commented on PR #77:
URL: https://github.com/apache/solr-site/pull/77#issuecomment-1120852055

   Yep, but I think we can simplify this once 9.0 is released, since we don't 
need this anymore
   ```
   RedirectMatch temp 
^/guide/(?!index.html)(?!solr/)(?!search-index.js)([a-z].*) /guide/{{ 
SOLR_LATEST_RELEASE.rsplit(".", 1) | first | replace(".", "_") }}/$1
   ```
   as we'd likely instead use the more explicit 
`/guide/solr/latest/getting-started.html`.
   
   I see Antora has a config for whether you want a redirect from `latest->9_0` 
or the opposite, e.g. `9_0->latest`. Would it make sense to leave `/latest/` in 
the address bar of browser, so that most links floating around would be to the 
latest guide? If people visit older guides, the version number will remain in 
address bar.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to