As the community of Daggerfall Unity grows, there are more people that wish to start making mods. I noticed that even with my efforts at maintaining a documentation on workshop website, there is some confusion on where to find informations beside the basic tutorials. Something that I think is being overlooked is that, in addition to website and forums, we also have a code documentation, composed of all xml summaries; so I decided to try and give it proper spotlight by making actual API docs out of it using Docfx. Many open source projects show it on the web pages offered by github.
Anyway, this is how it looks. There are many public members without a description but is mostly because they are used for internal interaction (where internal modifier might as well have been used). Methods and properties with a proper xml documentation are shown like in these screenshots:

- dfunity_docfx.png (102.71 KiB) Viewed 142 times

- dfunity_docfx_weather.png (56.16 KiB) Viewed 142 times
You can try it as a static website to be opened locally with any browser.
download
Instructions:
- Extract zip package.
- Open index.html in a browser.
- Click button API Documentation.