DiscordLuau / docs

Documentation for DiscordLuau
https://discord-luau-docs.deno.dev
MIT License
1 stars 1 forks source link

"This property was inherited from <BROKEN LINK> #4

Open 4x8Matrix opened 1 month ago

4x8Matrix commented 1 month ago

Links lead the user into a continuous loop when trying to access the class hyperlinked to a "This property was inherited from X" comment:

https://discord-luau-docs.deno.dev/classes/objects/guildtextchannel

CompeyDev commented 1 month ago

I think this can be by using some sort of a link component which utilizes our getTypeDocs utility function.

https://github.com/DiscordLuau/docs/blob/06c2772f474f9f7384182b242a493598c62cefed/src/components/utils/lua.ts#L52-L58