Add IDs that enable direct links to library fields and type members

I want to link to the documentation for the print function. The best I can do is link to the Lua Globals page.

print is somewhere in the middle of the page, but there is no ID corresponding to print (or any field, for that matter) that will allow me to link directly to the description of the function. For example, the link might look like this:

https://developer.roblox.com/en-us/api-reference/lua-docs/Lua-Globals#print

I want to link to the documentation for CFrame.LookVector. The best I can do is link to the CFrame page.

Once again, there is no ID corresponding to any member of the CFrame type that will allow me to link to them directly.

Additionally, there are no IDs corresponding to the sections on each page (e.g. Constructors, Properties, Functions, etc).

This problem applies to all Lua documents and all data types.

7 Likes