You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Intro.mdx
+47-37Lines changed: 47 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,74 +3,84 @@ showTOC: false
3
3
sidebar_label: Intro
4
4
---
5
5
6
-
<Herotitle="Build Where the World Plays"subheading="Build social games, experiences, and integrations for millions of users on Discord" />
6
+
<Herotitle="Build Where the World Plays"subheading="Create social games, experiences, and integrations for millions of users on Discord" />
7
7
8
-
## Get Started
8
+
## Build with Discord
9
9
10
-
Learn more about what apps can do on Discord or jump right into building your own.
10
+
Discord provides a platform for building social experiences, whether you're creating apps within Discord or integrating Discord's features into your game.
11
11
12
12
<Container>
13
-
<Cardtitle="Overview of Apps"link="#DOCS_QUICK_START_OVERVIEW_OF_APPS"icon="AppsIcon">
14
-
Learn more about the different types of apps you can build on Discord and how users can interact with them
Copy file name to clipboardExpand all lines: docs/activities/Overview.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ sidebar_label: Overview
10
10
11
11
Under the hood, Activities are single page web apps hosted in an iframe and use the [Embedded App SDK](#DOCS_ACTIVITIES_OVERVIEW/embedded-app-sdk) to communicate with Discord clients. This page focuses on how Activities are launched and built, but you can explore real-world Activities by reading some of our [developer case studies](https://discord.com/build#case-studies), or by trying a few out in Discord. You can also jump right into building using some of the resources below.
12
12
13
-
14
13
<Container>
15
14
<Cardtitle="Build Your First Discord Activity"link="#DOCS_ACTIVITIES_BUILDING_AN_ACTIVITY">
16
15
Follow the guide to build your first Activity using the Embedded App SDK.
Developers can now use the Discord Social SDK to build social features into their games, enabling friends lists, cross-platform messaging, voice and more for all players — with or without a Discord account.
9
+
10
+
Discord Social SDK offers features that enhance connectivity and player engagement, including:
11
+
12
+
- Account Linking
13
+
- Provisional Accounts
14
+
- Rich Presence
15
+
- Deeplink Game Invites
16
+
17
+
Additionally, available in a closed beta to support in-game communications:
18
+
19
+
- Cross-Platform Messaging
20
+
- Linked Channels
21
+
- Voice Chat
22
+
23
+
Developers can request expanded access to these available features via the closed beta.
24
+
25
+
#### Discord Social SDK Developer Resources
26
+
27
+
New resources are available in the Developer Portal to help you get started with the Discord Social SDK:
28
+
29
+
-[Getting Started Guides](#DOCS_DISCORD_SOCIAL_SDK_GETTING_STARTED) for C++, Unity and Unreal Engine.
30
+
-[Development Guides](#DOCS_DISCORD_SOCIAL_SDK_DEVELOPMENT_GUIDES) for building your game's social features.
31
+
-[Design Guidelines](#DOCS_DISCORD_SOCIAL_SDK_DESIGN_GUIDELINES) for designing your game's social features.
32
+
-[SDK Reference](http://discord.com/developers/docs/social-sdk/index.html) is now available.
33
+
- The Discord Social SDK binaries are available for download in the Developer Portal after enabling the Discord Social SDK for your application.
34
+
35
+
To learn more about building with the Discord Social SDK, check out the [Discord Social SDK Overview](#DOCS_DISCORD_SOCIAL_SDK_OVERVIEW).
Copy file name to clipboardExpand all lines: docs/developer_tools/Game_SDK.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
+
2
+
1
3
# Game SDK
2
4
5
+
> warn
6
+
> **The Game SDK has been archived.**<br />We recommend using the [Discord Social SDK](#DOCS_DISCORD_SOCIAL_SDK_OVERVIEW) for new projects. <br />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.
7
+
3
8
Welcome to the documentation for the Discord Game SDK! We're glad you made it. The Game SDK helps you develop your 3rd party game or app, and integrate it with Discord.
0 commit comments