From 0a5c241e8cbd07bae24af7a34a0e8122129b9868 Mon Sep 17 00:00:00 2001 From: Abe Haskins Date: Fri, 7 Nov 2025 15:50:35 -0600 Subject: [PATCH] Update how-activities-work.md Fix the double header and weird nav title --- discord/developers/docs/activities/how-activities-work.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/discord/developers/docs/activities/how-activities-work.md b/discord/developers/docs/activities/how-activities-work.md index b7bca68aaf..3edc4a9227 100644 --- a/discord/developers/docs/activities/how-activities-work.md +++ b/discord/developers/docs/activities/how-activities-work.md @@ -1,4 +1,7 @@ -# How Activities Work +--- +title: How Activities Work +description: An introduction to how Activities work on Discord. +--- Activities are web applications that run in an iframe within Discord on desktop, mobile and web. In order to achieve this, we use the [`postMessage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage) protocol to enable secure communication between your application and Discord.