Skip to content

Commit df75014

Browse files
use explicit sidebar labels (#7094)
1 parent 8bc883c commit df75014

35 files changed

+137
-0
lines changed

docs/Intro.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
showTOC: false
3+
sidebar_label: Intro
34
---
45

56
![Welcome to the Discord Developer Platform](docs-header.svg)

docs/activities/Building_An_Activity.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Building an Activity
3+
---
4+
15
# Building Your First Activity in Discord
26

37
> preview

docs/activities/Design_Patterns.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Design Patterns
3+
---
4+
15
# Activity Design Patterns
26

37
> preview

docs/activities/Development_Guides.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Development Guides
3+
---
4+
15
# Activity Development Guides
26

37
> preview

docs/activities/Overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Overview
3+
---
4+
15
# Discord Activities
26

37
> preview

docs/best_practices/Crafting_your_App_Directory_Product_Page.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Crafting your App Directory Product Page
3+
---
4+
15
# Best Practices for App Directory Product Pages
26

37
So you’ve made an app on Discord and are ready to opt in to discovery on the App Directory! Or maybe you have already listed your app but aren’t seeing as much traction to it as you’d like? Whatever stage you’re at, this guide has some tips and tricks from your friendly Discord Staff members to help boost performance of your App Directory Product Page.

docs/developer_tools/Embedded_App_SDK.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Embedded App SDK
3+
---
4+
15
# Embedded App SDK Reference
26

37
> preview

docs/interactions/Overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Overview
3+
---
4+
15
# Overview of Interactions
26

37
Interactive features like commands and message components allows users to invoke an app natively within Discord. When a user engages with one of your app's interactive features, your app will receive an [interaction](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-object).

docs/interactions/Receiving_and_Responding.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Receiving and Responding
3+
---
4+
15
# Interactions
26

37
An **[Interaction](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-object)** is the message that your application receives when a user uses an application command or a message component.

docs/monetization/Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_label: Overview
3+
---
4+
15
# Monetizing Your Discord App
26

37
Premium Apps is a set of monetization features for apps on Discord that allows developers to:

0 commit comments

Comments
 (0)