3 files changed, 0 insertions, 53 deletions
diff --git a/docs/MSC1711_certificates_FAQ.md b/docs/MSC1711_certificates_FAQ.md
index 086899a9d8..32ba15652d 100644
--- a/docs/MSC1711_certificates_FAQ.md
+++ b/docs/MSC1711_certificates_FAQ.md
@@ -44,27 +44,6 @@ For more details and context on the release of the r0.1 Server/Server API and
imminent Matrix 1.0 release, you can also see our
[main talk from FOSDEM 2019](https://matrix.org/blog/2019/02/04/matrix-at-fosdem-2019/).
-## Contents
-* Timeline
-* Configuring certificates for compatibility with Synapse 1.0
-* FAQ
- * Synapse 0.99.0 has just been released, what do I need to do right now?
- * How do I upgrade?
- * What will happen if I do not set up a valid federation certificate
- immediately?
- * What will happen if I do nothing at all?
- * When do I need a SRV record or .well-known URI?
- * Can I still use an SRV record?
- * I have created a .well-known URI. Do I still need an SRV record?
- * It used to work just fine, why are you breaking everything?
- * Can I manage my own certificates rather than having Synapse renew
- certificates itself?
- * Do you still recommend against using a reverse proxy on the federation port?
- * Do I still need to give my TLS certificates to Synapse if I am using a
- reverse proxy?
- * Do I need the same certificate for the client and federation port?
- * How do I tell Synapse to reload my keys/certificates after I replace them?
-
## Timeline
**5th Feb 2019 - Synapse 0.99.0 is released.**
diff --git a/docs/admin_api/media_admin_api.md b/docs/admin_api/media_admin_api.md
index 60b8bc7379..2c44e1f758 100644
--- a/docs/admin_api/media_admin_api.md
+++ b/docs/admin_api/media_admin_api.md
@@ -1,20 +1,3 @@
-# Contents
-- [Querying media](#querying-media)
- * [List all media in a room](#list-all-media-in-a-room)
- * [List all media uploaded by a user](#list-all-media-uploaded-by-a-user)
-- [Quarantine media](#quarantine-media)
- * [Quarantining media by ID](#quarantining-media-by-id)
- * [Remove media from quarantine by ID](#remove-media-from-quarantine-by-id)
- * [Quarantining media in a room](#quarantining-media-in-a-room)
- * [Quarantining all media of a user](#quarantining-all-media-of-a-user)
- * [Protecting media from being quarantined](#protecting-media-from-being-quarantined)
- * [Unprotecting media from being quarantined](#unprotecting-media-from-being-quarantined)
-- [Delete local media](#delete-local-media)
- * [Delete a specific local media](#delete-a-specific-local-media)
- * [Delete local media by date or size](#delete-local-media-by-date-or-size)
- * [Delete media uploaded by a user](#delete-media-uploaded-by-a-user)
-- [Purge Remote Media API](#purge-remote-media-api)
-
# Querying media
These APIs allow extracting media information from the homeserver.
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md
index 0f1a74134f..daf2522f6a 100644
--- a/docs/admin_api/rooms.md
+++ b/docs/admin_api/rooms.md
@@ -1,18 +1,3 @@
-# Contents
-- [List Room API](#list-room-api)
-- [Room Details API](#room-details-api)
-- [Room Members API](#room-members-api)
-- [Room State API](#room-state-api)
-- [Block Room API](#block-room-api)
-- [Delete Room API](#delete-room-api)
- * [Version 1 (old version)](#version-1-old-version)
- * [Version 2 (new version)](#version-2-new-version)
- * [Status of deleting rooms](#status-of-deleting-rooms)
- * [Undoing room shutdowns](#undoing-room-shutdowns)
-- [Make Room Admin API](#make-room-admin-api)
-- [Forward Extremities Admin API](#forward-extremities-admin-api)
-- [Event Context API](#event-context-api)
-
# List Room API
The List Room admin API allows server admins to get a list of rooms on their
|