XComp commented on code in PR #22269: URL: https://github.com/apache/flink/pull/22269#discussion_r1147755191
########## docs/config.toml: ########## @@ -27,7 +27,7 @@ pygmentsUseClasses = true IsStable = true # Flag to indicate whether an outdated warning should be shown. - ShowOutDatedWarning = false + ShowOutDatedWarning = true Review Comment: That's actually a good point. The warning itself states > This documentation is for an out-of-date version of Apache Flink. We recommend you use the latest [stable version](https://nightlies.apache.org/flink/flink-docs-stable/). which backs your claim. And it also makes sense because we can still do updates to the docs of 1.16. The release documentation says "Set show_outdated_warning: true in docs/config.toml in the branch of the previous Flink version" which is a bit unclear. I'm going to close this branch and update the release docs to make this more precise. -- 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]
