Skip to content

Commit d7842f9

Browse files
authored
Merge branch 'discord:main' into basic-authentication
2 parents 2b6a76d + 9e6b27f commit d7842f9

File tree

223 files changed

+5751
-8688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+5751
-8688
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ Links between docs can be achieved by using a hash symbol (#), plus the markdown
3939
### Alert Boxes
4040

4141
Alert boxes are created using a block quote that has one of 'warn', 'danger', 'info', or 'preview' on the first line.
42+
For example:
43+
```
44+
> warn
45+
> Something that requires warning here
46+
```
4247

4348
![Alert options](images/alerts.png)
4449

@@ -50,7 +55,12 @@ There are a few reusable MDX components that can be used on pages with the `mdx`
5055

5156
Collapsibles allow you to show/hide content on a page that may be secondary to the page's primary content. They have four fields that can be set: `title`, `description`, `icon`, and an `open` flag (which makes the collapsible element open by default).
5257

53-
Available options for `icon` are `"list"`, `"view"`, `"question"`, and `"code"`.
58+
Available options for `icon`:
59+
- `"list"`
60+
- `"view"`
61+
- `"question"`
62+
- `"code"`
63+
- `"warning"`
5464

5565
###### Example
5666

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The [Unofficial Discord API server](https://discord.gg/discord-api) is a common
2020

2121
## License
2222

23-
Except as otherwise noted, the Discord API Documentation and other content in this repository is licensed under the Creative Commons Attribution-ShareAlike 4.0 License (see [LICENSE](https://github.com/discord/discord-api-docs/blob/main/LICENSE)), and code samples in this repository are licensed under the MIT License (see [LICENSE-CODE](https://github.com/discord/discord-api-docs/blob/main/LICENSE-CODE)). These licenses do not grant you rights to use any of Discord’s trademarks or other brand features. Please see the [Discord Developer Terms of Service](https://discord.com/developers/docs/policies-and-agreements/developer-terms-of-service) for more information about use of Discord’s brand features and APIs.
23+
Except as otherwise noted, the Discord API Documentation and other content in this repository is licensed under the Creative Commons Attribution-ShareAlike 4.0 License (see [LICENSE](https://github.com/discord/discord-api-docs/blob/main/LICENSE)), and code samples in this repository are licensed under the MIT License (see [LICENSE-CODE](https://github.com/discord/discord-api-docs/blob/main/LICENSE-CODE)). These licenses do not grant you rights to use any of Discord’s trademarks or other brand features. Please see the [Discord Developer Terms of Service](https://support-dev.discord.com/hc/articles/8562894815383-Discord-Developer-Terms-of-Service) for more information about use of Discord’s brand features and APIs.

docs/Change_Log.md

Lines changed: 0 additions & 1435 deletions
This file was deleted.

docs/Change_Log.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
showTOC: false
3+
---
4+
5+
# Change Log
6+
7+
Discover the latest updates, new features, and bug fixes on the Discord Developer Platform. To join in on the conversation, join the [Discord Developers Server](https://discord.com/invite/discord-developers).
8+
9+
<ChangeLog />

docs/Intro.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
---
2+
showTOC: false
3+
sidebar_label: Intro
4+
---
5+
16
![Welcome to the Discord Developer Platform](docs-header.svg)
27

38
# Welcome to the Discord Developer Platform
49

5-
The Discord developer platform lets you develop apps to customize and extend Discord for millions of users. A toolkit of [APIs](#DOCS_REFERENCE) and [resources](#DOCS_TOPICS_COMMUNITY_RESOURCES) pair splendidly with a supportive community to help you build bots, integrate 3rd party services, and add Discord support to your game.
10+
The Discord developer platform lets you develop apps to customize and extend Discord for millions of users. A toolkit of [APIs](#DOCS_REFERENCE) and [resources](#DOCS_DEVELOPER_TOOLS_COMMUNITY_RESOURCES) pair splendidly with a supportive community to help you build bots, integrate 3rd party services, and add Discord support to your game.
611

712
<Button href="https://discord.com/developers/docs/getting-started" color="brand">Get Started</Button>
813

@@ -22,7 +27,7 @@ Plus, use the [Gateway API](#DOCS_TOPICS_GATEWAY) to respond to [real-time event
2227

2328
#### Connect Metadata
2429

25-
Link and update metadata to enhance Discord for users. Add [Rich Presence](#DOCS_GAME_SDK_ACTIVITIES) to display live data on users' profiles, or [connection metadata](#DOCS_RESOURCES_APPLICATION_ROLE_CONNECTION_METADATA) to make it easy for admins to create roles using metadata associated with your app.
30+
Link and update metadata to enhance Discord for users. Add [Rich Presence](#DOCS_RICH_PRESENCE_OVERVIEW) to display live data on users' profiles, or [connection metadata](#DOCS_RESOURCES_APPLICATION_ROLE_CONNECTION_METADATA) to make it easy for admins to create roles using metadata associated with your app.
2631

2732
#### Build Interactive Activities and Games
2833

@@ -32,7 +37,7 @@ Currently in Developer Preview, the [Embedded App SDK](#DOCS_DEVELOPER_TOOLS_EMB
3237

3338
#### Find Tools and Libraries
3439

35-
The Discord developer community has built and maintained a ton of different [libraries and tools](#DOCS_TOPICS_COMMUNITY_RESOURCES/libraries) over the years. No matter your experience level or language of choice, there are resources to speed up and simplify app development for you over on the [Community Resources](#DOCS_TOPICS_COMMUNITY_RESOURCES) page.
40+
The Discord developer community has built and maintained a ton of different [libraries and tools](#DOCS_DEVELOPER_TOOLS_COMMUNITY_RESOURCES/libraries) over the years. No matter your experience level or language of choice, there are resources to speed up and simplify app development for you over on the [Community Resources](#DOCS_DEVELOPER_TOOLS_COMMUNITY_RESOURCES) page.
3641

3742
You can also check out our [Postman collections](https://www.postman.com/discord-api) to try and test API endpoints.
3843

0 commit comments

Comments
 (0)