Update README.md

This commit is contained in:
Oliver 2020-05-12 22:13:50 +10:00 committed by GitHub
parent c26d22e599
commit a0e1645ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,15 @@ Refer to the [getting started guide](https://inventree.github.io/docs/start/inst
For InvenTree documentation, refer to the [InvenTre documentation website](https://inventree.github.io).
## Integration
InvenTree is designed to be extensible, and provides multiple options for integration with external applications or addition of custom plugins:
* [InvenTree API](https://inventree.github.io/docs/extend/api)
* [Python module](https://inventree.github.io/docs/extend/python)
* [Plugin interface](https://inventree.github.io/docs/extend/plugins)
* [Third party](https://inventree.github.io/docs/extend/integrate)
## Developer Documentation
For code documentation, refer to the [developer documentation](http://inventree.readthedocs.io/en/latest/).