From e9eaac6ccfebddd3654b267cb155897ce46fdcb2 Mon Sep 17 00:00:00 2001 From: paulroemer Date: Thu, 14 Aug 2025 09:51:39 +0200 Subject: [PATCH] Adds V25 prerelease to versions.json Vaadin 25 has reached alpha status and a prerelease of the documentation needs to be published. The default version still is Vaadin 24 pointing to vaadin.com/docs/latest. Also, this version is build with noindex by build configuration in Jenkins to prevent it getting indexed by search engines. --- versions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/versions.json b/versions.json index 8cbb40bbb3..97cc2a8ceb 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,10 @@ [ + { + "title": "Vaadin 25 (prerelease)", + "shortTitle": "V25 (pre)", + "url": "/docs/v25/", + "canonicalUrl": "/docs/v25" + }, { "title": "Vaadin 24", "shortTitle": "V24",