From 058844bcb740e1edce3de91f0e80b6b778652b39 Mon Sep 17 00:00:00 2001 From: Colin Loretz Date: Wed, 2 Apr 2025 00:25:44 +0000 Subject: [PATCH 1/2] Clarify where to enable Social SDK --- .../getting-started/partials/getting-started.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/discord-social-sdk/getting-started/partials/getting-started.mdx b/docs/discord-social-sdk/getting-started/partials/getting-started.mdx index 708bc31373..1f9b814126 100644 --- a/docs/discord-social-sdk/getting-started/partials/getting-started.mdx +++ b/docs/discord-social-sdk/getting-started/partials/getting-started.mdx @@ -27,7 +27,8 @@ Later, you can invite your team members to your new team to collaborate on your Once you've created your Discord application, you'll need to enable the Discord Social SDK for it. -1. Click on the `Getting Started` link under the Discord Social SDK section of the sidebar. -2. Fill out the form to share details about your game. -3. Click `Submit` and the Social SDK will be enabled for your application. -4. Once enabled, you'll have links for finding SDK documentation, [Design Guidelines](#DOCS_DISCORD_SOCIAL_SDK_DESIGN_GUIDELINES), and SDK downloads for your platform of choice. \ No newline at end of file +1. From the [Discord Developer Portal](https://discord.com/developers/applications), select your newly created application from Step 2. +2. In the left sidebar for your app, locate and click the `Getting Started` link under `Discord Social SDK`. +3. Fill out the form to share details about your game. +4. Click `Submit` and the Social SDK will be enabled for your application. +5. Once enabled, you'll have links for finding SDK documentation, Design Guidelines, and SDK downloads for your platform of choice. \ No newline at end of file From 4e53b6e8617dbbf80ac252a29e4096e6c0669dba Mon Sep 17 00:00:00 2001 From: Colin Loretz Date: Wed, 2 Apr 2025 23:29:46 +0000 Subject: [PATCH 2/2] wordsmithin --- .../getting-started/partials/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/discord-social-sdk/getting-started/partials/getting-started.mdx b/docs/discord-social-sdk/getting-started/partials/getting-started.mdx index 1f9b814126..f3c3d86b19 100644 --- a/docs/discord-social-sdk/getting-started/partials/getting-started.mdx +++ b/docs/discord-social-sdk/getting-started/partials/getting-started.mdx @@ -31,4 +31,4 @@ Once you've created your Discord application, you'll need to enable the Discord 2. In the left sidebar for your app, locate and click the `Getting Started` link under `Discord Social SDK`. 3. Fill out the form to share details about your game. 4. Click `Submit` and the Social SDK will be enabled for your application. -5. Once enabled, you'll have links for finding SDK documentation, Design Guidelines, and SDK downloads for your platform of choice. \ No newline at end of file +5. Once enabled, you'll find binaries for the Social SDK under `Downloads`. \ No newline at end of file