From 6edb6ba1cdbcc807ac0f9c94929fc79984c02b3d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 26 Jun 2025 10:48:27 -0600 Subject: [PATCH] become unstable --- 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 f4441833..abec3958 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -61,13 +61,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 = "15" +# major = "1" +# minor = "15" # User interface configuration [params.ui]