Skip to content

Conversation

@imranbarbhuiya
Copy link
Owner

Please describe the changes this PR makes and why it should be merged:

Status and versioning classification:

@imranbarbhuiya imranbarbhuiya added the hacktoberfest-accepted Issues and PRs related to Hacktoberfest. label Oct 9, 2025
@vercel
Copy link

vercel bot commented Oct 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
tag-script-h93t Ready Ready Preview Comment Oct 9, 2025 4:10pm

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR significantly expands the documentation for the TagScript library by adding comprehensive documentation for new parsers and transformers. The changes focus on providing clear examples, syntax guides, and API references for end users and developers.

Key changes include:

  • Added documentation for 7 new parsers (FiftyFifty, Random, Range, Replace, Slice, Stop, and Integer transformer)
  • Enhanced existing documentation with better formatting, usage examples, and comprehensive syntax guides
  • Updated navigation metadata to include all new parsers and transformers
  • Improved the EmbedParser documentation with detailed examples and developer guidance

Reviewed Changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
apps/website/content/docs/tagscript/transformers/string.mdx Enhanced StringTransformer docs with comprehensive examples and syntax
apps/website/content/docs/tagscript/transformers/meta.json Added IntegerTransformer to navigation
apps/website/content/docs/tagscript/transformers/integer.mdx New documentation for IntegerTransformer with usage examples
apps/website/content/docs/tagscript/transformers/index.mdx Updated transformer list to include new transformers
apps/website/content/docs/tagscript/parsers/stop.mdx New documentation for StopParser with syntax and examples
apps/website/content/docs/tagscript/parsers/slice.mdx New documentation for SliceParser with comprehensive examples
apps/website/content/docs/tagscript/parsers/replace.mdx New documentation for ReplaceParser with usage patterns
apps/website/content/docs/tagscript/parsers/range.mdx New documentation for RangeParser with number generation examples
apps/website/content/docs/tagscript/parsers/random.mdx New documentation for RandomParser with selection examples
apps/website/content/docs/tagscript/parsers/meta.json Added all new parsers to navigation metadata
apps/website/content/docs/tagscript/parsers/index.mdx Updated parser list with comprehensive index
apps/website/content/docs/tagscript/parsers/fifty-fifty.mdx New documentation for FiftyFiftyParser with probability examples
apps/website/content/docs/plugins/plugin-discord/parsers/index.mdx Fixed link reference to EmbedParser
apps/website/content/docs/plugins/plugin-discord/parsers/embed.mdx Comprehensive enhancement of EmbedParser documentation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

If no parameters are given, the string will be returned as is.
If an integer parameter is given, the string will be splitted into an array of strings using payload or space as a separator.
And will return the element at the given index (integer parameter).
If an integer parameter is given, the string will be split into an array of strings using payload or space as a separator,
Copy link

Copilot AI Oct 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'splitted' to 'split'.

Copilot uses AI. Check for mistakes.
@imranbarbhuiya imranbarbhuiya merged commit 7e33401 into main Oct 9, 2025
4 of 5 checks passed
@imranbarbhuiya imranbarbhuiya deleted the docs branch October 9, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

apps:website hacktoberfest-accepted Issues and PRs related to Hacktoberfest.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants