JotunnLib
Currently, this documentation site is split into two sections.
Source code
The source code for JotunnLib (and the accompanying test/demo mod) is available on GitHub, here
Tutorials
This section contains tutorials on how to get started with using JotunnLib, and how to create a basic mod. View it here
Warning: Many sections are still a WIP. However, it currently contains enough information to allow you to get started. You can also refer to the TestMod to see examples in action.
Conceptual
This section contains information about how Valheim itself works, as well as how JotunnLib interfaces with the game. There likely will not be many code examples here, but rather high level overviews of how various systems work. View it here
API Documentation
This section contains documentation on all of the public code within JotunnLib. View it here
Warning: Not everything is fully documented here, please refer to the tutorial section for now to learn how to use JotunnLib.
Contributing
Notice anything that can be improved, either in the docs or in the library itself?
Check the contributing guide and submit an issue or a pull request on GitHub!