Skip to content

Commit 69b9feb

Browse files
authored
docs: slightly improve search experience (#1576)
1 parent 6b2d258 commit 69b9feb

30 files changed

+147
-0
lines changed

docs/src/API Reference/API Reference/ext/hybrid_commands/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Hybrid Commands Index
27

38
- [Context](context)

docs/src/API Reference/API Reference/ext/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Ext Index
27

38
These files contain useful features that help you develop a bot

docs/src/API Reference/API Reference/ext/prefixed_commands/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Prefixed Commands Index
27

38
- [Command](command)

docs/src/API Reference/API Reference/models/Discord/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Discord Models Index
27

38
- [Activity](activity)

docs/src/API Reference/API Reference/models/Internal/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Internal Models Index
27

38
- [Active Voice State](active_voice_state)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Misc Models Index
27

38
- [Iterator](iterator)

docs/src/API Reference/API Reference/models/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
exclude: true
4+
---
5+
16
# Models
27

38
Within these pages, you will find a list of all available models within interactions.py.

docs/src/Guides/01 Getting Started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
boost: 3
4+
---
5+
16
# Introduction
27

38
Ready to get your Python on and create a Discord bot? This guide's got you covered with installation options and a basic bot code example.

docs/src/Guides/02 Creating Your Bot.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
boost: 3
4+
---
5+
16
# Creating Your Bot
27

38
To make a bot on Discord, you must first create an application on Discord. Thankfully, Discord has made this process very simple:

docs/src/Guides/03 Creating Commands.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
boost: 3
4+
---
5+
16
# Slash Commands
27

38
So you want to make a slash command (or interaction, as they are officially called), but don't know how to get started?

0 commit comments

Comments
 (0)