pjfanning commented on code in PR #808:
URL: https://github.com/apache/pekko-connectors/pull/808#discussion_r1764720271
##########
build.sbt:
##########
@@ -392,7 +392,7 @@ lazy val docs = project
"hadoop.version" -> Dependencies.HadoopVersion,
"extref.github.base_url" ->
s"https://github.com/apache/pekko-connectors/tree/${if (isSnapshot.value) "main"
else "v" + version.value}/%s",
- "extref.pekko.base_url" ->
s"https://pekko.apache.org/docs/pekko/current/%s",
+ "extref.pekko.base_url" ->
s"https://pekko.apache.org/docs/pekko/${Dependencies.PekkoBinaryVersion}/%s",
Review Comment:
I've already pushed similar changes into other Pekko repos so I would like
to stay consistent. We can always review the strategy again later.
The Akka docs have a feature to warn you if you are viewing old docs and
provides a link to the latest docs. We could try to do something similar. One
approach would be for legacy branches (eg 1.0.x branches) to be modified to put
a header on all pages that provides a link to the `current` version of that
page.
--
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]