generated from imranbarbhuiya/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de9fd57
commit 7f0f5ed
Showing
7 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import Image from 'next/image'; | ||
|
||
import Logo from '../../../../.github/logo_short.png'; | ||
|
||
<div className="flex justify-center items-center flex-col"> | ||
|
||
<Image src={Logo} alt="TagScript Logo" width={250} height={250} placeholder="blur" /> | ||
|
||
# TagScript Plugins | ||
|
||
</div> | ||
|
||
Tagscript supports plugins to better customize your experience. You can create your own plugins or use the ones that are already available. | ||
|
||
## Built-in Plugins | ||
|
||
- [Plugin Discord](./plugin-discord.md) - Provides Discord.js related parsers and transformers. | ||
|
||
## Creating Plugins | ||
|
||
A guide will be added in future. For now you can check source code of [plugin-discord](https://github.com/imranbarbhuiya/TagScript/tree/main/packages/tagscript-plugin-discord) for an example. |
2 changes: 1 addition & 1 deletion
2
apps/website/src/pages/typedoc-api/index.mdx → apps/website/src/pages/typedoc-api.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7f0f5ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
tag-script – ./
tag-script-git-main-imranbarbhuiya.vercel.app
tag-script.vercel.app
tag-script-imranbarbhuiya.vercel.app
tagscript.js.org