This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch release-1.12 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 898a0f6eddc65cd5354d7bb102c894467ddd1a03 Author: Martijn Visser <[email protected]> AuthorDate: Tue Jan 20 10:37:16 2026 +0100 [FLINK-38914][docs] Add canonical tags pointing to stable docs All documentation pages now include a canonical link tag pointing to the stable version (flink-docs-stable). This prevents search engines from indexing duplicate content across master, release, and stable versions, consolidating SEO value on the stable docs where users should land. --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 0d6ceb3cc54..b625bc14772 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -49,7 +49,7 @@ zh_download_url: "https://flink.apache.org/zh/downloads.html" # please use a protocol relative URL here baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.12 -stable_baseurl: //ci.apache.org/projects/flink/flink-docs-stable +stable_baseurl: //nightlies.apache.org/flink/flink-docs-stable javadocs_baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.12 pythondocs_baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.12
