From 9d4803c8af52aadac784b5a657438935b3f1e4b5 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 19 Jan 2021 15:30:52 -0800 Subject: [PATCH] Remove duplicate titles --- 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 9d30346a..1d91c270 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -4,8 +4,6 @@ weight: 30 type: docs --- -# Application Service API - {{unstable\_warning\_block\_APPSERVICE\_RELEASE\_LABEL}} The Matrix client-server API and server-server APIs provide the means to diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index bb77b424..f4430f14 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -4,8 +4,6 @@ weight: 10 type: docs --- -# Client-Server API - {{unstable\_warning\_block\_CLIENT\_RELEASE\_LABEL}} The client-server API provides a simple lightweight API to let clients diff --git a/content/identity-service-api.md b/content/identity-service-api.md index 07d7420b..63d4d94e 100644 --- a/content/identity-service-api.md +++ b/content/identity-service-api.md @@ -4,8 +4,6 @@ weight: 40 type: docs --- -# Identity Service API - {{unstable\_warning\_block\_IDENTITY\_RELEASE\_LABEL}} The Matrix client-server and server-server APIs are largely expressed in diff --git a/content/proposals.md b/content/proposals.md index 0164faf5..4bcce303 100644 --- a/content/proposals.md +++ b/content/proposals.md @@ -10,8 +10,6 @@ Proposals for Spec Changes to Matrix Table of Contents -# Proposals for Spec Changes to Matrix - 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 022e6c5b..f27ce171 100644 --- a/content/push-gateway-api.md +++ b/content/push-gateway-api.md @@ -4,8 +4,6 @@ weight: 50 type: docs --- -# Push Gateway API - {{unstable\_warning\_block\_PUSH\_GATEWAY\_RELEASE\_LABEL}} Clients may want to receive push notifications when events are received diff --git a/content/rooms/v1.md b/content/rooms/v1.md index 532e547b..df0f6d31 100644 --- a/content/rooms/v1.md +++ b/content/rooms/v1.md @@ -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. diff --git a/content/rooms/v2.md b/content/rooms/v2.md index 806ab8e2..c2c3217b 100644 --- a/content/rooms/v2.md +++ b/content/rooms/v2.md @@ -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. diff --git a/content/rooms/v3.md b/content/rooms/v3.md index f8b3f89f..09a9c2be 100644 --- a/content/rooms/v3.md +++ b/content/rooms/v3.md @@ -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. diff --git a/content/rooms/v4.md b/content/rooms/v4.md index 5e5cb0c4..6cd3bb6c 100644 --- a/content/rooms/v4.md +++ b/content/rooms/v4.md @@ -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. diff --git a/content/rooms/v5.md b/content/rooms/v5.md index 1cc1e1f4..7c2424cb 100644 --- a/content/rooms/v5.md +++ b/content/rooms/v5.md @@ -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. diff --git a/content/rooms/v6.md b/content/rooms/v6.md index 7854d9f2..a7b23584 100644 --- a/content/rooms/v6.md +++ b/content/rooms/v6.md @@ -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. diff --git a/content/server-server-api.md b/content/server-server-api.md index 00f33afa..284d31fc 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -4,8 +4,6 @@ weight: 20 type: docs --- -# Federation API - {{unstable\_warning\_block\_SERVER\_RELEASE\_LABEL}} Matrix homeservers use the Federation APIs (also known as server-server