Support mailto: links in navigation
#4051
Replies: 3 comments
|
Thanks for the report @Jehong-Ahn! I think we may be able to update the Ultimately we should probably move to not process |
|
I took another look at the code, and I'm not sure adding Adding a |
|
I opened #4092 which will add support for this, so going to close this. Thanks again for bringing our attention to it @Jehong-Ahn! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What version of
starlightare you using?0.39.3
What is your idea?
Support
mailto:links in navigation by treating them as absolute URLs. This would allow email links to be used directly in nav items.Why is this feature necessary?
mailto:is a standard URI scheme and is commonly used for contact links. Currently it is treated as a relative path becauseisAbsoluteUrl()only recognizeshttp://andhttps://. Supportingmailto:would make navigation more flexible with minimal impact.Do you have examples of this feature in other projects?
Mintlify supports
mailto:in navigation itemhrefvalues.Participation
All reactions