From 74adbfc1ec43f8fe745d4f488772f2d944eb0199 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 19 Jan 2021 15:32:30 -0800 Subject: [PATCH] Remove 'Table of Contents' --- content/application-service-api.md | 2 -- content/client-server-api/_index.md | 2 -- content/identity-service-api.md | 2 -- content/proposals.md | 2 -- content/push-gateway-api.md | 2 -- content/rooms/v1.md | 2 -- content/rooms/v2.md | 2 -- content/rooms/v3.md | 2 -- content/rooms/v4.md | 2 -- content/rooms/v5.md | 2 -- content/rooms/v6.md | 2 -- content/server-server-api.md | 2 -- 12 files changed, 24 deletions(-) diff --git a/content/application-service-api.md b/content/application-service-api.md index 1d91c2708..ee52d0b65 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 f4430f145..0a302b8a2 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 63d4d94e5..5ac65a48d 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 4bcce303a..28d564190 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 f27ce171e..8ae9a9029 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 df0f6d319..1649b6330 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 c2c3217b4..b81235ae6 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 09a9c2be8..0fbfb751e 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 6cd3bb6c2..b5d3debab 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 7c2424cb6..5d8b57679 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 a7b235847..97c997879 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 284d31fc9..d7138c5d5 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%**