Skip to content

Commit 815affe

Browse files
authored
Game SDK: Fix Archive Warning (#8031)
The full warning about the game sdk was being truncated, so the call to action to use the Social SDK was not being displayed. This fixes that!
1 parent a0e8e51 commit 815affe

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

docs/developer-tools/game-sdk.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
# Game SDK
44

55
:::warn
6-
**The Game SDK has been archived.**
7-
8-
We recommend using the [Discord Social SDK](/docs/discord-social-sdk/overview) for new projects.
9-
6+
**The Game SDK has been archived.**<br/><br/>
7+
We recommend using the [Discord Social SDK](/docs/discord-social-sdk/overview) for new projects.<br/><br/>
108
Existing projects using the Game SDK will continue to work, but we encourage you to migrate to the [Discord Social SDK](/docs/discord-social-sdk/overview) for new features and updates.
119
:::
1210

docs/rich-presence/overview.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ After a user joins an Activity, Rich Presence can be used to dynamically show da
4343
### Game SDK
4444

4545
:::warn
46-
**The Game SDK has been archived.**
47-
48-
We recommend using the [Discord Social SDK](/docs/discord-social-sdk/overview) for new projects.
49-
46+
**The Game SDK has been archived.**<br/><br/>
47+
We recommend using the [Discord Social SDK](/docs/discord-social-sdk/overview) for new projects.<br/><br/>
5048
Existing projects using the Game SDK will continue to work, but we encourage you to migrate to the [Discord Social SDK](/docs/discord-social-sdk/overview) for new features and updates.
5149
:::
5250

docs/rich-presence/using-with-the-game-sdk.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ sidebar_label: Using with the Game SDK
55
# Using Rich Presence with the Game SDK
66

77
:::warn
8-
**The Game SDK has been archived.**
9-
10-
We recommend using the [Discord Social SDK](/docs/discord-social-sdk/overview) for new projects.
11-
8+
**The Game SDK has been archived.**<br/><br/>
9+
We recommend using the [Discord Social SDK](/docs/discord-social-sdk/overview) for new projects.<br/><br/>
1210
Existing projects using the Game SDK will continue to work, but we encourage you to migrate to the [Discord Social SDK](/docs/discord-social-sdk/overview) for new features and updates.
1311
:::
1412

0 commit comments

Comments
 (0)