From b378cb8c5d55d31404411376fe952c8a147e033c Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 9 Apr 2026 11:12:31 -0400 Subject: [PATCH] fix: multiple top-level headers in generic file --- docs/deploying/generic.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deploying/generic.mdx b/docs/deploying/generic.mdx index 341f6b55e..5e4ac1557 100644 --- a/docs/deploying/generic.mdx +++ b/docs/deploying/generic.mdx @@ -283,13 +283,13 @@ curl https://your.server.name:8448/_matrix/federation/v1/version register but cannot join federated rooms, check your configuration and verify that port 8448 is open and forwarded correctly. -# What's next? +## What's next? -## Audio/Video calls +### Audio/Video calls For Audio/Video call functionality see the [Calls](../calls.md) page. -## Appservices +### Appservices If you want to set up an appservice, take a look at the [Appservice Guide](../appservices.md).