Skip to content

Commit d9ec137

Browse files
authored
Update how-activities-work.md (#7953)
Fix the double header and weird nav title
1 parent ad6d3a0 commit d9ec137

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

discord/developers/docs/activities/how-activities-work.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# How Activities Work
1+
---
2+
title: How Activities Work
3+
description: An introduction to how Activities work on Discord.
4+
---
25

36
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.
47

0 commit comments

Comments
 (0)