Developer documentation regarding scripting API

This PR adds a first developer documentation regarding how to extend the scripting API.
This commit is contained in:
David Négrier 2021-12-09 10:57:27 +01:00
parent 1e6ce4dec8
commit d7d77dd7d6
5 changed files with 298 additions and 0 deletions

16
docs/dev/README.md Normal file
View file

@ -0,0 +1,16 @@
# Developer documentation
This (work in progress) documentation provides a number of "how-to" guides explaining how to work on the WorkAdventure
code.
This documentation is targeted at developers looking to open Pull Requests on WorkAdventure.
If you "only" want to design dynamic maps, please refer instead to the [scripting API documentation](https://workadventu.re/map-building/scripting.md).
## Contributing
Check out the [contributing guide](../../CONTRIBUTING.md)
## Front documentation
- [How to add new functions in the scripting API](contributing-to-scripting-api.md)