From 6b5ff04d00b49e87757101b21e7f3f1bfa49dc01 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 18 Dec 2025 16:30:28 +0000 Subject: [PATCH] Return `main` to unstable status --- config/_default/hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index a1501ac1..e773d13e 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -70,13 +70,13 @@ copyright = "The Matrix.org Foundation CIC" [params.version] # must be one of "unstable", "current", "historical" # this is used to decide whether to show a banner pointing to the current release -status = "stable" +status = "unstable" # A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner. current_version_url = "https://spec.matrix.org/latest" # The following is used when status = "stable", and is displayed in various UI elements on a released version # of the spec. -major = "1" -minor = "17" +#major = "1" +#minor = "17" [[params.versions]] # We must include this parameter to enable docsy's version picker in the navbar. The picker