From eae713322d2e8b15e76435b94df1327bbdd2fe90 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 26 Sep 2023 21:14:48 +1000 Subject: [PATCH] Improve integrations page --- _data/general/footer.yml | 6 ++---- extend/integrate/index.md | 17 ++++++++++++----- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/_data/general/footer.yml b/_data/general/footer.yml index 7289b2ad..b00d14b4 100644 --- a/_data/general/footer.yml +++ b/_data/general/footer.yml @@ -19,12 +19,10 @@ internal: extend/api.md - name: App internal: extend/app.md - - name: Integrate - internal: extend/integrate/index.md - name: Plugins internal: extend/plugin/index.md - - name: KiCad - link: https://github.com/sparkmicro/Ki-nTree + - name: Integrations + internal: extend/integrate/index.md - title: Sitemap cats: diff --git a/extend/integrate/index.md b/extend/integrate/index.md index a0755d0c..dacb38df 100644 --- a/extend/integrate/index.md +++ b/extend/integrate/index.md @@ -1,8 +1,15 @@ --- -title: Integrate +title: Third Party Integrations --- -Tools and plugins that integrate into InvenTree via APIs or plugins natively. -- [Ki-n-Tree](https://github.com/sparkmicro/Ki-nTree) *KiCad* integration -- [PK2InvenTree](https://github.com/rgilham/PK2InvenTree) is an open-source tool for migrating an existing [PartKeepr](https://github.com/partkeepr/PartKeepr) database to InvenTree. -- [Digikey-Inventree-Integration](https://github.com/EUdds/Digikey-Inventree-Integration) is a simple project that takes a digikey part number to creates a part in InvenTree. \ No newline at end of file +In addition to the many out-of-the-box features, and further functionality provided via [plugins](/plugins.html), InvenTree is supported by a range of third-party integrations, built by members of the InvenTree community. + +Below is a non-exhaustive list of external tools that may be used in conjunction with InvenTree, or to extends its functionality: + +| Tool | Publisher | Description | +| --- | --- | --- | +| [Ki-n-Tree](https://github.com/sparkmicro/Ki-nTree) | [@sparkmicro](https://github.com/sparkmicro) | Tool for automating creation of InvenTree data from external systems such as DigiKey | +| [PK2InvenTree](https://github.com/rgilham/PK2InvenTree) | [@rgilham](https://github.com/rgilham) | An open-source tool for migrating an existing [PartKeepr](https://github.com/partkeepr/PartKeepr) database to InvenTree | +| [Digikey-Inventree-Integration](https://github.com/EUdds/Digikey-Inventree-Integration) | [@EUdds](https://github.com/EUdds) | A project that takes a digikey part number to creates a part in InvenTree. | + +If you have (or know of) a third party software tool which should be featured here, please reach out and let us know! \ No newline at end of file