become unstable

This commit is contained in:
Travis Ralston 2026-03-26 09:31:21 -06:00
parent c346686b0d
commit 52e5af5f98

View file

@ -70,13 +70,13 @@ copyright = "The Matrix.org Foundation C.I.C."
[params.version] [params.version]
# must be one of "unstable", "current", "historical" # must be one of "unstable", "current", "historical"
# this is used to decide whether to show a banner pointing to the current release # 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. # 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" 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 # The following is used when status = "stable", and is displayed in various UI elements on a released version
# of the spec. # of the spec.
major = "1" #major = "1"
minor = "18" #minor = "18"
[[params.versions]] [[params.versions]]
# We must include this parameter to enable docsy's version picker in the navbar. The picker # We must include this parameter to enable docsy's version picker in the navbar. The picker