Remove duplicate titles

This commit is contained in:
Will 2021-01-19 15:30:52 -08:00
parent 19836aa949
commit 9d4803c8af
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8
12 changed files with 0 additions and 24 deletions

View file

@ -4,8 +4,6 @@ type: docs
weight: 10
---
# Room Version 1
This room version is the first ever version for rooms, and contains the
building blocks for other room versions.

View file

@ -4,8 +4,6 @@ type: docs
weight: 20
---
# Room Version 2
This room version builds off of [version 1](v1.html) with an improved
state resolution algorithm.

View file

@ -4,8 +4,6 @@ type: docs
weight: 30
---
# Room Version 3
This room version builds on [version 2](v2.html) with an improved event
format.

View file

@ -4,8 +4,6 @@ type: docs
weight: 40
---
# Room Version 4
This room version builds on [version 3](v3.html) using a different
encoding for event IDs.

View file

@ -4,8 +4,6 @@ type: docs
weight: 50
---
# Room Version 5
This room version builds on [version 4](v4.html) while enforcing signing
key validity periods for events.

View file

@ -4,8 +4,6 @@ type: docs
weight: 60
---
# Room Version 6
This room version builds on [version 5](v5.html) while changing various
authorization rules performed on events.