Skip to content

Commit bc27565

Browse files
committed
setup community plugins page structure
1 parent f2a91e1 commit bc27565

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed
Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
11
---
2-
title: Community plugins
2+
title: Community Plugins
33
---
4+
5+
CommandKit plugins are a new way to extend the functionality of your
6+
Discord application.
7+
8+
If you've built a plugin that you'd like to share with the community,
9+
please submit a pull request to the
10+
[CommandKit GitHub repository](https://github.com/underctrl-io/commandkit)
11+
and adding your plugin to the list below.
12+
13+
:::info
14+
15+
If you'd like to learn how to create a plugin for CommandKit, you can
16+
check out the following guides:
17+
18+
- [Creating a runtime plugin](./07-creating-plugins/01-creating-runtime-plugin.mdx)
19+
- [Creating a compiler plugin](./07-creating-plugins/02-creating-compiler-plugin.mdx)
20+
21+
:::
22+
23+
### [Example plugin](#)
24+
25+
This is a short placeholder description to help with the structure of
26+
this list, and future pull requests.
27+
28+
- [Documentation](#)
29+
- [GitHub repository](#)
30+
- [npm package](#)

0 commit comments

Comments
 (0)