From 7b855d78751c0a55f7ac546f2f393535aa170232 Mon Sep 17 00:00:00 2001 From: Matt Hova Date: Tue, 5 Mar 2024 19:40:49 -0800 Subject: [PATCH 1/4] docs/assets/ -> assets/ --- README.md | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b3f7bc4..14ad4e4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # @discord/embedded-app-sdk

- Discord Embedded App SDK + Discord Embedded App SDK

This library enables communication between your Application and Discord. Whether launched via Discord's web app, desktop app, iOS, or Android, `@discord/embedded-app-sdk` provides a unified API that enables your application to integrate a real-time website inside of Discord's UI via an embedded iframe. diff --git a/examples/README.md b/examples/README.md index 20d0d4b1..7d574b2b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,7 @@ # Embedded App SDK Examples

- Discord Embedded App SDK + Discord Embedded App SDK

### [Discord Embedded App Starter](/examples/discord-embedded-app-starter) From abe3a0f68f390312f590dcc9b2cfd4391f6a41c6 Mon Sep 17 00:00:00 2001 From: Matt Hova Date: Tue, 5 Mar 2024 19:44:37 -0800 Subject: [PATCH 2/4] bump link to local sdk development --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ad4e4d..b2a6acd1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ async function setup() { ## SDK development -Developing a new feature or patching a bug on the SDK? Check out [this guide](/docs/common-patterns/local-sdk-development.md) to learn how to set up your local dev environment. +Developing a new feature or patching a bug on the SDK? Check out [this guide](/docs/local-sdk-development.md) to learn how to set up your local dev environment. ## Discord Developer Terms of Service & Developer Policy From 94e790ac334e9cca394babfe560ab3abea534362 Mon Sep 17 00:00:00 2001 From: Matt Hova Date: Tue, 5 Mar 2024 19:47:44 -0800 Subject: [PATCH 3/4] Remove bullet items for now --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b2a6acd1..d8ee9e9a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@ This library enables communication between your Application and Discord. Whether launched via Discord's web app, desktop app, iOS, or Android, `@discord/embedded-app-sdk` provides a unified API that enables your application to integrate a real-time website inside of Discord's UI via an embedded iframe. -- [Installing this package](#installing-this-package) -- [SDK development](#sdk-development) - ## Installing this package TODO - remove `github:` prefix once public npm package is available From 346c11d21c1660458f87cc20cc6bb9d0b7cfa8ee Mon Sep 17 00:00:00 2001 From: Matt Hova Date: Tue, 5 Mar 2024 20:02:41 -0800 Subject: [PATCH 4/4] remove old docs link --- docs/README.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index f0465f6d..00000000 --- a/docs/README.md +++ /dev/null @@ -1,26 +0,0 @@ -## Common Patterns - -This section explores features and user-flows that are common to activities. Rather than referencing individual commands, we'll try to approach these holistically, with references to how they manifest in the web and mobile apps. - -- [Embedded Links](/docs/common-patterns/embedded-links.md) -- [Encourage Hardware Acceleration](/docs/common-patterns/encourage-hardware-acceleration.md) -- [In-App-Purchases (IAP)](/docs/common-patterns/in-app-purchases.md) -- [Application Orientation](/docs/common-patterns/application-orientation.md) -- [Mobile Safe Areas](/docs/common-patterns/mobile-safe-areas.md) -- [Mobile Thermal States](/docs/common-patterns/mobile-thermal-states.md) -- [Modifying Participants Audio](/docs/common-patterns/modifying-participants-audio.md) -- [Open Invite Dialog](/docs/common-patterns/open-invite-dialog.md) -- [Rendering Avatars and Names](/docs/common-patterns/rendering-avatars-and-names.md) -- [Setting Up the Embedded App Shelf](/docs/common-patterns/setting-up-the-embedded-app-shelf.md) -- [Preventing unwanted application sessions](/docs/common-patterns/preventing-unwanted-application-sessions.md) -- [Instance Participants](/docs/common-patterns/instance-participants.md) -- [Creating a full URL](/docs/common-patterns/creating-a-full-url.md) -- [Instance Management](/docs/common-patterns/instance-management.md) -- [Local SDK Development](/docs/common-patterns/local-sdk-development.md) -- [Logging](/docs/common-patterns/logging.md) -- [Patch URL Mappings](/docs/common-patterns/patch-url-mappings.md) -- [postMessage Protocol](/docs/common-patterns/post-message-protocol.md) -- [URL Mapping](/docs/common-patterns/url-mapping.md) -- [Handling 429 Error Codes](/docs/common-patterns/handling-429-error-codes.md) -- [Production Readiness](/docs/common-patterns/production-readiness.md) -- [Migrating from v1 to v2](/docs/common-patterns/v2-migration.md)