From a0e1645ca171d754faf2b282958e18486fbe7ca6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 12 May 2020 22:13:50 +1000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7afe6269ae..d4a3dfc869 100644 --- a/README.md +++ b/README.md @@ -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/).