-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💡 Correct Javadocs name, title #5984
Comments
Can you assign me this issue? |
Possibly, Maven comes with a built-in plugin for manipulating javadocs but Skript uses gradle and I don't know what the equivalent is for that. You might have to google it :) |
Updated Changes required for Homepage |
Btw i am interested in building as you have mentioned above |
How to add favicon couldn't find any reference @AyhamAl-Ali ? |
Based on my quick research (with help of ChatGPT as well), you can do that using gradle // Define a variable to store the path to your favicon image
def faviconPath = 'resources/favicon.ico'
// Configure the Javadoc task
javadoc {
// Include the favicon in the Javadoc output
options {
// Add the following line to include the favicon
headContent = "<link rel='icon' type='image/x-icon' href='$faviconPath'/>"
}
} for the title, current gradle properties file already have an option for it only set to the version, it should be |
i have tried various ways still favicon doesn't show up on viewing html |
Sounds like you will need more help with that which contradicts the idea behind PRs. I would suggest you create a PR for the titles with the correct way (you sent above) and leave the favicon for others or maybe we will push the changes on your PR |
Suggestion
Skript Javadocs should be named
Skript $VERSION$
e.g.Skript 2.7.0
https://docs.skriptlang.org/javadocs/
Name
Webpage Title
Why?
cuz we cool
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: