diff --git a/content/application-service-api.md b/content/application-service-api.md index 1d91c270..ee52d0b6 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -14,8 +14,6 @@ Application Service API (AS API) defines a standard API to allow such extensible functionality to be implemented irrespective of the underlying homeserver implementation. -Table of Contents - ## Changelog **Version: %APPSERVICE\_RELEASE\_LABEL%** diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index f4430f14..0a302b8a 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -12,8 +12,6 @@ designed to support both lightweight clients which store no state and lazy-load data from the server as required - as well as heavyweight clients which maintain a full local persistent copy of server state. -Table of Contents - ## Changelog **Version: %CLIENT\_RELEASE\_LABEL%** diff --git a/content/identity-service-api.md b/content/identity-service-api.md index 63d4d94e..5ac65a48 100644 --- a/content/identity-service-api.md +++ b/content/identity-service-api.md @@ -15,8 +15,6 @@ can be established, validated, and used. This description technically may apply to any 3PID, but in practice has only been applied specifically to email addresses and phone numbers. -Table of Contents - ## Changelog **Version: %IDENTITY\_RELEASE\_LABEL%** diff --git a/content/proposals.md b/content/proposals.md index 4bcce303..28d56419 100644 --- a/content/proposals.md +++ b/content/proposals.md @@ -8,8 +8,6 @@ type: docs Proposals for Spec Changes to Matrix -Table of Contents - If you are interested in submitting a change to the Matrix Specification, please take note of the following guidelines. diff --git a/content/push-gateway-api.md b/content/push-gateway-api.md index f27ce171..8ae9a902 100644 --- a/content/push-gateway-api.md +++ b/content/push-gateway-api.md @@ -10,8 +10,6 @@ Clients may want to receive push notifications when events are received at the homeserver. This is managed by a distinct entity called the Push Gateway. -Table of Contents - ## Changelog **Version: %PUSH\_GATEWAY\_RELEASE\_LABEL%** diff --git a/content/rooms/v1.md b/content/rooms/v1.md index df0f6d31..1649b633 100644 --- a/content/rooms/v1.md +++ b/content/rooms/v1.md @@ -7,8 +7,6 @@ weight: 10 This room version is the first ever version for rooms, and contains the building blocks for other room versions. -Table of Contents - ## Client considerations Clients may need to consider some algorithms performed by the server for diff --git a/content/rooms/v2.md b/content/rooms/v2.md index c2c3217b..b81235ae 100644 --- a/content/rooms/v2.md +++ b/content/rooms/v2.md @@ -7,8 +7,6 @@ weight: 20 This room version builds off of [version 1](v1.html) with an improved state resolution algorithm. -Table of Contents - ## Server implementation components Warning diff --git a/content/rooms/v3.md b/content/rooms/v3.md index 09a9c2be..0fbfb751 100644 --- a/content/rooms/v3.md +++ b/content/rooms/v3.md @@ -7,8 +7,6 @@ weight: 30 This room version builds on [version 2](v2.html) with an improved event format. -Table of Contents - ## Client considerations This room version changes the format for event IDs sent to clients. diff --git a/content/rooms/v4.md b/content/rooms/v4.md index 6cd3bb6c..b5d3deba 100644 --- a/content/rooms/v4.md +++ b/content/rooms/v4.md @@ -7,8 +7,6 @@ weight: 40 This room version builds on [version 3](v3.html) using a different encoding for event IDs. -Table of Contents - ## Client considerations This room version changes the format form event IDs sent to clients. diff --git a/content/rooms/v5.md b/content/rooms/v5.md index 7c2424cb..5d8b5767 100644 --- a/content/rooms/v5.md +++ b/content/rooms/v5.md @@ -7,8 +7,6 @@ weight: 50 This room version builds on [version 4](v4.html) while enforcing signing key validity periods for events. -Table of Contents - ## Client considerations There are no specific requirements for clients in this room version. diff --git a/content/rooms/v6.md b/content/rooms/v6.md index a7b23584..97c99787 100644 --- a/content/rooms/v6.md +++ b/content/rooms/v6.md @@ -7,8 +7,6 @@ weight: 60 This room version builds on [version 5](v5.html) while changing various authorization rules performed on events. -Table of Contents - ## Client considerations The redaction algorithm has changed from [room version 1](v1.html) to diff --git a/content/server-server-api.md b/content/server-server-api.md index 284d31fc..d7138c5d 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -47,8 +47,6 @@ EDUs and PDUs are further wrapped in an envelope called a Transaction, which is transferred from the origin to the destination homeserver using an HTTPS PUT request. -Table of Contents - ## Changelog **Version: %SERVER\_RELEASE\_LABEL%**