I have been working on improving the scripting documentation because I wanted to learn some web development
You can find it here:
https://asarium.github.io/scripting-doc/This works with the relatively new scripting.json output which makes the scripting documentation machine readable. You can enable output of that from FSO by enabling "Output scriping doc to scripting.json" in your launcher similarly to how the previous documentation works. That will generate a scripting.json file in the same directory as scripting.html.
You can then select that file or drag'n'drop it on the page I linked above.
This is a very early version that is also not really optimized for performance.
In the future I would like to generate scripting.json files for each nightly and final release and then have a list of those versions directly on that page so that you don't have to always search for your scripting.json.
Please let me know what you think and what features you can think of that could be added in the future.