Rework how room versions are represented
Versions are actually on a scale of recommendations, and are expected to be created as needed. The scale presented here (develop/beta/default/recommended/mandatory) is a more wordy version of what was previously discussed/intended for room versions - the labels aren't final and may be changed.
This commit is contained in:
parent
258aba5fed
commit
71e6321f4d
11 changed files with 91 additions and 268 deletions
|
@ -757,7 +757,6 @@ class MatrixUnits(Units):
|
|||
is_ver = substitutions.get("%IDENTITY_RELEASE_LABEL%", "unstable")
|
||||
as_ver = substitutions.get("%APPSERVICE_RELEASE_LABEL%", "unstable")
|
||||
push_gw_ver = substitutions.get("%PUSH_GATEWAY_RELEASE_LABEL%", "unstable")
|
||||
room_ver = substitutions.get("%CURRENT_ROOM_VERSION%", "unstable")
|
||||
|
||||
# we abuse the typetable to return this info to the templates
|
||||
return TypeTable(rows=[
|
||||
|
@ -781,10 +780,6 @@ class MatrixUnits(Units):
|
|||
"`Push Gateway API <push_gateway/"+push_gw_ver+".html>`_",
|
||||
push_gw_ver,
|
||||
"Push notifications for Matrix events",
|
||||
), TypeTableRow(
|
||||
"`Rooms <rooms/"+room_ver+".html>`_",
|
||||
room_ver,
|
||||
"Specification for behaviour of rooms, such as event formats",
|
||||
),
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue