Skip to content

Commit

Permalink
Fixed the Javadocs + Added Dependabot to test
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 committed Nov 24, 2024
1 parent 80de2a1 commit 0ac3530
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* <p>
* Key Methods:
* <ul>
* <li>{@link #parseMarkdown(Component, ServerPlayer)} - Parses and applies Markdown formatting to a given message component.</li>
* <li>{@link #parseMarkdown(Component)} - Parses and applies Markdown formatting to a given message component.</li>
* <li>{@link #enableMarkdown()} - Enables global Markdown formatting.</li>
* <li>{@link #disableMarkdown()} - Disables global Markdown formatting.</li>
* <li>{@link #enableMarkdownFor()} - Returns an instance of {@link EnableMarkdownFor} to enable specific Markdown features.</li>
Expand Down

0 comments on commit 0ac3530

Please sign in to comment.