Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/assets/ -> assets/ #19

Merged
merged 4 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# @discord/embedded-app-sdk

<p align="center">
<img src="/docs/assets/discord-embedded-apps.svg" alt="Discord Embedded App SDK" />
<img src="/assets/discord-embedded-apps.svg" alt="Discord Embedded App SDK" />
<p>

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
Expand Down Expand Up @@ -62,7 +59,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

Expand Down
26 changes: 0 additions & 26 deletions docs/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Embedded App SDK Examples

<p align="center">
<img src="/docs/assets/discord-embedded-apps.svg" alt="Discord Embedded App SDK" width="500" />
<img src="/assets/discord-embedded-apps.svg" alt="Discord Embedded App SDK" width="500" />
<p>

### [Discord Embedded App Starter](/examples/discord-embedded-app-starter)
Expand Down
Loading