2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 04:56:45 +00:00

Fix docs links to point to stable (not latest) (#228)

This commit is contained in:
Oliver 2025-02-22 11:18:08 +11:00 committed by GitHub
parent 22c0046767
commit 28a6c0d0f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 43 additions and 43 deletions

View File

@ -8,7 +8,7 @@ description: >-
# Links # Links
demo-link: demo-link:
internal: demo.md internal: demo.md
doc-link: https://docs.inventree.org/en/latest/ doc-link: https://docs.inventree.org/en/stable/
deploy-link: deploy-link:
internal: deploy.md internal: deploy.md
blog-link: blog-link:

View File

@ -1,10 +1,10 @@
functions: functions:
- title: Build Parts - title: Build Parts
text: Inventree features a build management system to help you track the progress of your builds. Builds consume stock items to make new parts, you can decide to automatically or manually allocate parts from your current inventory. text: Inventree features a build management system to help you track the progress of your builds. Builds consume stock items to make new parts, you can decide to automatically or manually allocate parts from your current inventory.
link: https://docs.inventree.org/en/latest/part/part/ link: https://docs.inventree.org/en/stable/part/part/
- title: Report - title: Report
text: Generate a wide range of reports using custom templates. text: Generate a wide range of reports using custom templates.
link: https://docs.inventree.org/en/latest/report/report/ link: https://docs.inventree.org/en/stable/report/report/
- title: Extend and Customize - title: Extend and Customize
text: InvenTree is designed to be highly extensible. If the core InvenTree functionality does not meet your particular need, InvenTree provides a RESTful API, a native Python library, and a powerful plugin system. text: InvenTree is designed to be highly extensible. If the core InvenTree functionality does not meet your particular need, InvenTree provides a RESTful API, a native Python library, and a powerful plugin system.
link: https://docs.inventree.org/en/latest/api/api/ link: https://docs.inventree.org/en/stable/api/api/

View File

@ -5,15 +5,15 @@ text:
functions: functions:
- title: Organize Parts - title: Organize Parts
text: Parts are the fundamental element of any inventory. InvenTree groups parts into structured categories which allow you to arrange parts to meet your particular needs. text: Parts are the fundamental element of any inventory. InvenTree groups parts into structured categories which allow you to arrange parts to meet your particular needs.
link: https://docs.inventree.org/en/latest/part/part/ link: https://docs.inventree.org/en/stable/part/part/
- title: Manage Suppliers - title: Manage Suppliers
text: InvenTree allows you to easily create, modify or delete suppliers and supplier items linked to any part in your inventory. text: InvenTree allows you to easily create, modify or delete suppliers and supplier items linked to any part in your inventory.
link: https://docs.inventree.org/en/latest/order/company/#suppliers link: https://docs.inventree.org/en/stable/order/company/#suppliers
- title: Instant Stock Knowledge - title: Instant Stock Knowledge
text: Instantly view current stock for a certain part, in a particular location, or required for an individual build. text: Instantly view current stock for a certain part, in a particular location, or required for an individual build.
extend: Stock items are organized in cascading locations and sub-locations, allowing flexible inspection of stock under any location. Stock items can be serialized for tracking of individual items, and test results can be stored against a serialized stock item for the purpose of acceptance testing and commissioning. extend: Stock items are organized in cascading locations and sub-locations, allowing flexible inspection of stock under any location. Stock items can be serialized for tracking of individual items, and test results can be stored against a serialized stock item for the purpose of acceptance testing and commissioning.
link: https://docs.inventree.org/en/latest/stock/stock/ link: https://docs.inventree.org/en/stable/stock/stock/
- title: BOM Management - title: BOM Management
text: Intelligent <strong>B</strong>ill <strong>o</strong>f <strong>M</strong>aterial management provides a clear understanding of the sub-parts required to make a new part. text: Intelligent <strong>B</strong>ill <strong>o</strong>f <strong>M</strong>aterial management provides a clear understanding of the sub-parts required to make a new part.
extend: InvenTree allows you to upload simple BOM files in multiple formats, and download a detailed BOM with all the information stored in its database. extend: InvenTree allows you to upload simple BOM files in multiple formats, and download a detailed BOM with all the information stored in its database.
link: https://docs.inventree.org/en/latest/build/bom/ link: https://docs.inventree.org/en/stable/build/bom/

View File

@ -23,7 +23,7 @@ While the checks use the GitHub APIs, news are gathered from an **RSS-feed** tha
On your InvenTree instance the **background worker** loads the RSS-feed on a regular basis and creates **entries** for the news items and **notifications** for all applicable users. On your InvenTree instance the **background worker** loads the RSS-feed on a regular basis and creates **entries** for the news items and **notifications** for all applicable users.
### And my data? ### And my data?
As listed above we are using GitHub pages for this feature. We are not introducing additional trackers to that so the [general InvenTree privacy statement](https://docs.inventree.org/en/latest/privacy/) applies. As listed above we are using GitHub pages for this feature. We are not introducing additional trackers to that so the [general InvenTree privacy statement](https://docs.inventree.org/en/stable/privacy/) applies.
The short version: we **do not sell your data** or share it with third parties. We cannot guarantee what readthedocs and GitHub do with the metrics. We might use them as a metric for the stats section of the site. However, we get very little *actionable* information from that, a screenshot of the total info available is shown below. The short version: we **do not sell your data** or share it with third parties. We cannot guarantee what readthedocs and GitHub do with the metrics. We might use them as a metric for the stats section of the site. However, we get very little *actionable* information from that, a screenshot of the total info available is shown below.
![Sample screenshot of the collected analytics]({{ '/assets/news/2022-04-23-news-are-starting/media1.png' | relative_url }}) ![Sample screenshot of the collected analytics]({{ '/assets/news/2022-04-23-news-are-starting/media1.png' | relative_url }})

View File

@ -18,4 +18,4 @@ A new version of the [python library](https://github.com/inventree/inventree-pyt
### Mobile App ### Mobile App
We've also released an updated version of the [mobile app](https://docs.inventree.org/en/latest/app/app/) - available for Android and iOS devices. We've also released an updated version of the [mobile app](https://docs.inventree.org/en/stable/app/app/) - available for Android and iOS devices.

View File

@ -2,6 +2,6 @@
author: matmair author: matmair
title: Starting with templates title: Starting with templates
--- ---
A good starting-point for developing your own plugin is taking a look at the [documentation](https://docs.inventree.org/en/latest/extend/plugins/). A good starting-point for developing your own plugin is taking a look at the [documentation](https://docs.inventree.org/en/stable/extend/plugins/).
You could also use one of the current plugins as a sample. You could also use one of the current plugins as a sample.

View File

@ -15,7 +15,7 @@ The 0.9.0 release introduces many new features - some of the major ones are outl
We now have a packaged command-line installer for simplified setup (on supported platforms), using the [packager.io](https://packager.io/) service. The installer is targeted for users who are installing InvenTree on a bare metal system (separate installers are available for container environments). We now have a packaged command-line installer for simplified setup (on supported platforms), using the [packager.io](https://packager.io/) service. The installer is targeted for users who are installing InvenTree on a bare metal system (separate installers are available for container environments).
You can find more information about the installer at [docs.inventree.org](https://docs.inventree.org/en/latest/start/installer/). You can find more information about the installer at [docs.inventree.org](https://docs.inventree.org/en/stable/start/installer/).
### Backup and Restore ### Backup and Restore
@ -29,7 +29,7 @@ This release provides a major overhaul for how pricing data is managed. The new
Additionally, more options for controlling how pricing information is calculated and handled have been implemented. Additionally, more options for controlling how pricing information is calculated and handled have been implemented.
You can read more about managing pricing data in InvenTree at [docs.inventree.org](https://docs.inventree.org/en/latest/part/pricing/). You can read more about managing pricing data in InvenTree at [docs.inventree.org](https://docs.inventree.org/en/stable/part/pricing/).
### Barcode Refactor ### Barcode Refactor
@ -39,17 +39,17 @@ Barcode support has been significantly improved, allowing custom barcode functio
- Custom barcodes can now be assigned to *Stock Location* instances - Custom barcodes can now be assigned to *Stock Location* instances
- Custom barcodes can now be assigned to *Supplier Part* instances - Custom barcodes can now be assigned to *Supplier Part* instances
Read more about the updated barcode support in [the InvenTree documentation](https://docs.inventree.org/en/latest/barcodes/barcodes/). Read more about the updated barcode support in [the InvenTree documentation](https://docs.inventree.org/en/stable/barcodes/barcodes/).
### Builtin Plugins ### Builtin Plugins
As part of the ongoing improvements to the plugin system, InvenTree now features a number of "builtin" plugins. These plugins are always active (even if custom plugin support is disabled for the server) and provide core InvenTree functionality in a way which aligns with the operation of the plugin system. This is intended to streamline the way in which plugins are implemented, as core components of the code are now offloaded to the plugin with a simpler interface. As part of the ongoing improvements to the plugin system, InvenTree now features a number of "builtin" plugins. These plugins are always active (even if custom plugin support is disabled for the server) and provide core InvenTree functionality in a way which aligns with the operation of the plugin system. This is intended to streamline the way in which plugins are implemented, as core components of the code are now offloaded to the plugin with a simpler interface.
We have also made some significant improvements to the [plugin system documentation](https://docs.inventree.org/en/latest/extend/plugins/). We have also made some significant improvements to the [plugin system documentation](https://docs.inventree.org/en/stable/extend/plugins/).
### Validation Plugins ### Validation Plugins
A completely new type of plugin introduced in this release is the [validation plugin mixin](https://docs.inventree.org/en/latest/extend/plugins/validation/). This plugin allows users to implement custom validation methods for various database fields. In addition to allowing validation of field values against complex custom rules, this plugin allows automated generation of the "next value" for certain fields, such as serial numbers and batch codes. A completely new type of plugin introduced in this release is the [validation plugin mixin](https://docs.inventree.org/en/stable/extend/plugins/validation/). This plugin allows users to implement custom validation methods for various database fields. In addition to allowing validation of field values against complex custom rules, this plugin allows automated generation of the "next value" for certain fields, such as serial numbers and batch codes.
### News Reader ### News Reader
@ -61,7 +61,7 @@ Now that the new website is live, a [news feed](/news) is available. If enabled,
### Part Scheduling ### Part Scheduling
The [Part Scheduling](https://docs.inventree.org/en/latest/part/scheduling/) functionality has received some updates in this release. If enabled, the *Part Scheduling* tab shows predicted future stock levels, based on incoming and outgoing orders. The [Part Scheduling](https://docs.inventree.org/en/stable/part/scheduling/) functionality has received some updates in this release. If enabled, the *Part Scheduling* tab shows predicted future stock levels, based on incoming and outgoing orders.
### Supplier Part Pack Size ### Supplier Part Pack Size

View File

@ -11,11 +11,11 @@ As always, thanks to the efforts of our development team and larger community, t
### SSO Improvements ### SSO Improvements
A lot of work has gone into improving [Single Sign On (SSO)](https://docs.inventree.org/en/latest/settings/SSO/) integration. We have made some changes to make the SSO process smoother, and improved the user experience. Additionally (and importantly) the documentation has been significantly improved! A lot of work has gone into improving [Single Sign On (SSO)](https://docs.inventree.org/en/stable/settings/SSO/) integration. We have made some changes to make the SSO process smoother, and improved the user experience. Additionally (and importantly) the documentation has been significantly improved!
### Currency Conversion ### Currency Conversion
In a major improvement for currency support, conversion between different currencies is now performed "client side". This means that data tables which contain money values with different currencies can now be added together - and in a computationally efficient manner. Currency exchange rate data is now made available via [the API](https://docs.inventree.org/en/latest/api/api/) - paving the way for future feature development in this area. In a major improvement for currency support, conversion between different currencies is now performed "client side". This means that data tables which contain money values with different currencies can now be added together - and in a computationally efficient manner. Currency exchange rate data is now made available via [the API](https://docs.inventree.org/en/stable/api/api/) - paving the way for future feature development in this area.
### Pricing Features ### Pricing Features

View File

@ -11,11 +11,11 @@ We are thrilled to announce the latest stable release of Inventree, version 0.11
### Return Orders ### Return Orders
The addition of [Return Orders](https://docs.inventree.org/en/latest/order/return_order/) is a significant new feature, which allows users to easily process and manage returned items, whether they are due to customer refunds or defective products. With the ability to track the status of return orders and the associated inventory movements, businesses can better manage their inventory levels, reduce waste, and improve their customer service. The addition of [Return Orders](https://docs.inventree.org/en/stable/order/return_order/) is a significant new feature, which allows users to easily process and manage returned items, whether they are due to customer refunds or defective products. With the ability to track the status of return orders and the associated inventory movements, businesses can better manage their inventory levels, reduce waste, and improve their customer service.
### Stocktake Reports ### Stocktake Reports
Another great new feature in the latest release of InvenTree is the ability to generate [detailed stocktake reports](https://docs.inventree.org/en/latest/part/stocktake/). This feature enables businesses to conduct accurate and efficient inventory audits by providing periodic information on stock levels, locations, and movements. With this feature, businesses can view historical inventory levels, providing data for improved decision-making. The stocktake report feature also allows for customizations such as filtering by location, category, or supplier, providing a tailored view of inventory levels to meet specific business needs. Overall, the ability to generate stocktake reports is a significant enhancement to InvenTree, enabling businesses to take control of their inventory management and streamline their operations. Another great new feature in the latest release of InvenTree is the ability to generate [detailed stocktake reports](https://docs.inventree.org/en/stable/part/stocktake/). This feature enables businesses to conduct accurate and efficient inventory audits by providing periodic information on stock levels, locations, and movements. With this feature, businesses can view historical inventory levels, providing data for improved decision-making. The stocktake report feature also allows for customizations such as filtering by location, category, or supplier, providing a tailored view of inventory levels to meet specific business needs. Overall, the ability to generate stocktake reports is a significant enhancement to InvenTree, enabling businesses to take control of their inventory management and streamline their operations.
### Improved Barcode Support ### Improved Barcode Support
@ -25,7 +25,7 @@ The latest release provides improved barcode support, with the ability to genera
InvenTree's latest release includes improved report template functionality with better currency rendering support, enabling businesses to create professional and accurate reports. This feature allows for more detailed and customizable reports, including the ability to display currency symbols and automatically convert currency values to the appropriate format based on the user's settings, saving time and effort. InvenTree's latest release includes improved report template functionality with better currency rendering support, enabling businesses to create professional and accurate reports. This feature allows for more detailed and customizable reports, including the ability to display currency symbols and automatically convert currency values to the appropriate format based on the user's settings, saving time and effort.
Refer to the [reporting documentation](https://docs.inventree.org/en/latest/report/report/) for further details. Refer to the [reporting documentation](https://docs.inventree.org/en/stable/report/report/) for further details.
### Search Results ### Search Results

View File

@ -23,20 +23,20 @@ Additionally, part parameters can now also specify real world units!
For more information on this new feature, refer to the documentation: For more information on this new feature, refer to the documentation:
- [Part units](https://docs.inventree.org/en/latest/part/part/#units-of-measure) - [Part units](https://docs.inventree.org/en/stable/part/part/#units-of-measure)
- [Part parameter units](https://docs.inventree.org/en/latest/part/parameter/#parameter-units) - [Part parameter units](https://docs.inventree.org/en/stable/part/parameter/#parameter-units)
### Project Codes ### Project Codes
To streamline project management and order tracking, InvenTree now offers configurable project codes. These codes can be created and assigned to orders, providing a convenient way to organize and categorize your inventory based on specific projects. This enhancement enhances overall visibility and enables efficient project-based inventory management. To streamline project management and order tracking, InvenTree now offers configurable project codes. These codes can be created and assigned to orders, providing a convenient way to organize and categorize your inventory based on specific projects. This enhancement enhances overall visibility and enables efficient project-based inventory management.
Read more about project code support [in the documentation](https://docs.inventree.org/en/latest/order/project_codes/) Read more about project code support [in the documentation](https://docs.inventree.org/en/stable/order/project_codes/)
### Parameter Types ### Parameter Types
Part parameters in InvenTree now support dynamic typing, empowering you to define and validate various parameter types. With this flexibility, you can customize and validate part parameters to suit your specific needs. Furthermore, the addition of plugin support ensures seamless integration of third-party validation mechanisms, enhancing the reliability of your inventory data. Part parameters in InvenTree now support dynamic typing, empowering you to define and validate various parameter types. With this flexibility, you can customize and validate part parameters to suit your specific needs. Furthermore, the addition of plugin support ensures seamless integration of third-party validation mechanisms, enhancing the reliability of your inventory data.
More information about part parameters is available [in the documentation](https://docs.inventree.org/en/latest/part/parameter/). More information about part parameters is available [in the documentation](https://docs.inventree.org/en/stable/part/parameter/).
### Parameter Sorting ### Parameter Sorting
@ -44,7 +44,7 @@ To enhance the usability and efficiency of InvenTree's part parameters, the late
### Report Plugins ### Report Plugins
InvenTree introduces a new [plugin mixin class](https://docs.inventree.org/en/latest/extend/plugins/report/) that allows for custom context variables to be injected into reports. This enhancement provides extensive customization options when generating reports, enabling you to include additional information relevant to your business processes. With improved report functionality, you can present inventory data in a more comprehensive and meaningful way. InvenTree introduces a new [plugin mixin class](https://docs.inventree.org/en/stable/extend/plugins/report/) that allows for custom context variables to be injected into reports. This enhancement provides extensive customization options when generating reports, enabling you to include additional information relevant to your business processes. With improved report functionality, you can present inventory data in a more comprehensive and meaningful way.
### Build Orders Consume Stock ### Build Orders Consume Stock
@ -52,7 +52,7 @@ The build order interface in InvenTree has received a major overhaul, resulting
### Scrap Build Order Outputs ### Scrap Build Order Outputs
InvenTree's latest release introduces a valuable feature that allows users to [scrap partially completed or failed build outputs](https://docs.inventree.org/en/latest/build/output/#scrap-build-output) while retaining traceability. In real-world manufacturing scenarios, it is common for builds to encounter challenges or errors, resulting in the need to discard certain outputs. With the new scrap build outputs functionality, you can easily identify and remove faulty or incomplete build outputs from your inventory. This feature ensures accurate stock tracking and maintains a clear audit trail, improving reliability and efficiency in your manufacturing processes. InvenTree's latest release introduces a valuable feature that allows users to [scrap partially completed or failed build outputs](https://docs.inventree.org/en/stable/build/output/#scrap-build-output) while retaining traceability. In real-world manufacturing scenarios, it is common for builds to encounter challenges or errors, resulting in the need to discard certain outputs. With the new scrap build outputs functionality, you can easily identify and remove faulty or incomplete build outputs from your inventory. This feature ensures accurate stock tracking and maintains a clear audit trail, improving reliability and efficiency in your manufacturing processes.
### Image Uploads ### Image Uploads
@ -60,13 +60,13 @@ To enrich documentation and enhance visual representation, InvenTree now support
### Address Management ### Address Management
InvenTree now offers [increased support for address management](https://docs.inventree.org/en/latest/order/company/#addresses) with a more complex address database model. This enhancement enables businesses to manage addresses more effectively, accommodating various scenarios such as multiple shipping locations, customer addresses, and supplier information. With improved address management, you can maintain accurate records and ensure smooth logistics operations. InvenTree now offers [increased support for address management](https://docs.inventree.org/en/stable/order/company/#addresses) with a more complex address database model. This enhancement enables businesses to manage addresses more effectively, accommodating various scenarios such as multiple shipping locations, customer addresses, and supplier information. With improved address management, you can maintain accurate records and ensure smooth logistics operations.
### SVG Support ### SVG Support
With the growing importance of visual data representation, InvenTree now supports the embedding of SVG images into generated reports. By incorporating SVG images into your reports, you can create visually appealing and informative documentation, making it easier for stakeholders to understand and engage with your inventory data. With the growing importance of visual data representation, InvenTree now supports the embedding of SVG images into generated reports. By incorporating SVG images into your reports, you can create visually appealing and informative documentation, making it easier for stakeholders to understand and engage with your inventory data.
Read more about [SVG support in generated reports](https://docs.inventree.org/en/latest/report/helpers/#svg-images) in the documentation. Read more about [SVG support in generated reports](https://docs.inventree.org/en/stable/report/helpers/#svg-images) in the documentation.
### Update to OpenAPI ### Update to OpenAPI

View File

@ -19,7 +19,7 @@ You should also refer to the [Django 4.2 release notes](https://docs.djangoproje
### Site Access Changes ### Site Access Changes
Django 4.2 has introduced some changes to how cross-site protection is handled. Your existing InvenTree installation may require some changes to continue to operate as expected. In particular, the `CORS` and `CSRF` settings have been made more strict by default. Refer to the [server access configuration guide](https://docs.inventree.org/en/latest/start/config/#server-access) for instructions on which settings will need to be updated. Django 4.2 has introduced some changes to how cross-site protection is handled. Your existing InvenTree installation may require some changes to continue to operate as expected. In particular, the `CORS` and `CSRF` settings have been made more strict by default. Refer to the [server access configuration guide](https://docs.inventree.org/en/stable/start/config/#server-access) for instructions on which settings will need to be updated.
### Multi Site Support ### Multi Site Support
@ -27,11 +27,11 @@ InvenTree has, by default, shipped with [multi site support](https://docs.django
So, in [PR 6390](https://github.com/inventree/InvenTree/pull/6390) we have disabled multi-site support by default. This should simplify the installation process for most users. So, in [PR 6390](https://github.com/inventree/InvenTree/pull/6390) we have disabled multi-site support by default. This should simplify the installation process for most users.
For any users who have been using multi-site support, you will need to manually re-enable it after upgrading to 0.14.0. Refer to the [InvenTree documentation](https://docs.inventree.org/en/latest/start/advanced/#multi-site-support) for more information. For any users who have been using multi-site support, you will need to manually re-enable it after upgrading to 0.14.0. Refer to the [InvenTree documentation](https://docs.inventree.org/en/stable/start/advanced/#multi-site-support) for more information.
### Test Results ### Test Results
InvenTree has long supported [test results for stock items](https://docs.inventree.org/en/latest/stock/test/). In [PR 6430](https://github.com/inventree/InvenTree/pull/6430), a significant enhancement was made to the test result system. Previously, test results were not linked to a specific test template in the database. Instead, the results and templates were loosely linked via a string key. InvenTree has long supported [test results for stock items](https://docs.inventree.org/en/stable/stock/test/). In [PR 6430](https://github.com/inventree/InvenTree/pull/6430), a significant enhancement was made to the test result system. Previously, test results were not linked to a specific test template in the database. Instead, the results and templates were loosely linked via a string key.
In 0.14.0, the test result system has been updated to use a proper database relationship between test results and test templates. This means that test results are now linked to a specific test template, and the test result system has been updated to reflect this change. In 0.14.0, the test result system has been updated to use a proper database relationship between test results and test templates. This means that test results are now linked to a specific test template, and the test result system has been updated to reflect this change.
@ -79,7 +79,7 @@ A significant number of new features have been added to InvenTree in this releas
### Enhanced Validation ### Enhanced Validation
Enhanced custom validation is implemented in [PR 6410](https://github.com/inventree/InvenTree/pull/6410). This addition allows for more comprehensive validation of models by integrated plugins. Refer to the [updated validation plugin docs](https://docs.inventree.org/en/latest/extend/plugins/validation/) for more information. Enhanced custom validation is implemented in [PR 6410](https://github.com/inventree/InvenTree/pull/6410). This addition allows for more comprehensive validation of models by integrated plugins. Refer to the [updated validation plugin docs](https://docs.inventree.org/en/stable/extend/plugins/validation/) for more information.
### API Documentation ### API Documentation

View File

@ -293,9 +293,9 @@ If you have added a sheet layout yourself, you are still encouraged to [create a
When making bigger changes than just adding layouts, it is recommended to set up a proper development environment. When making bigger changes than just adding layouts, it is recommended to set up a proper development environment.
To develop the plugin, setup an InvenTree development instance using devcontainers according to this [this](https://docs.inventree.org/en/latest/develop/devcontainer/) official documentation. It is also recommended to setup the example dataset for experimenting. To develop the plugin, setup an InvenTree development instance using devcontainers according to this [this](https://docs.inventree.org/en/stable/develop/devcontainer/) official documentation. It is also recommended to setup the example dataset for experimenting.
Then clone this repo (or your fork) separately on your host computer and link it to the devserver according to [the documentation](https://docs.inventree.org/en/latest/develop/devcontainer/#plugin-development). Then clone this repo (or your fork) separately on your host computer and link it to the devserver according to [the documentation](https://docs.inventree.org/en/stable/develop/devcontainer/#plugin-development).
It is also recommended to save the workspace as a file (maybe somewhere in inventree repo but don't commit it) and include the intellisenseconfig as well as editor layout there. It is also recommended to save the workspace as a file (maybe somewhere in inventree repo but don't commit it) and include the intellisenseconfig as well as editor layout there.

View File

@ -8,10 +8,10 @@ There are multiple methods to deploy InvenTree. The most popular methods (suppor
InvenTree supports a simple containerized installation via docker. An official [docker image](https://hub.docker.com/r/inventree/inventree/) is provided with regular updates. InvenTree supports a simple containerized installation via docker. An official [docker image](https://hub.docker.com/r/inventree/inventree/) is provided with regular updates.
Refer to the [docker installation guide](https://docs.inventree.org/en/latest/start/docker/) for more information Refer to the [docker installation guide](https://docs.inventree.org/en/stable/start/docker/) for more information
### Installer ### Installer
We provide a [single-line installer](https://docs.inventree.org/en/latest/start/installer/) that enables a quick installation and updates using the packager manager. We provide a [single-line installer](https://docs.inventree.org/en/stable/start/installer/) that enables a quick installation and updates using the packager manager.
### AppJail ### AppJail
@ -19,7 +19,7 @@ InvenTree can be installed on FreeBSD using AppJail. An [AppJail Makejail](https
### Manual Bare Metal Install ### Manual Bare Metal Install
A [bare metal installation guide](https://docs.inventree.org/en/latest/start/intro/) is provided for users who are looking for a low-level or custom installation. A [bare metal installation guide](https://docs.inventree.org/en/stable/start/intro/) is provided for users who are looking for a low-level or custom installation.
### Cloud ### Cloud

View File

@ -9,4 +9,4 @@ InvenTree ships with an extensive REST API that is used by several native applic
- InvenTree App (Android/iOS) - InvenTree App (Android/iOS)
- python module - python module
The API is self-documenting. More information is provided in the [documentation](https://docs.inventree.org/en/latest/api/api/). The API is self-documenting. More information is provided in the [documentation](https://docs.inventree.org/en/stable/api/api/).

View File

@ -37,7 +37,7 @@ We provide direct downloads for Android users - view our [download page via pola
### Documentation ### Documentation
Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/latest/app/app/). Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/stable/app/app/).
### Code ### Code

View File

@ -8,4 +8,4 @@ InvenTree is designed to be part of a larger system of tools to support both hob
- [API](api) - [API](api)
- [Integrate](integrate) into other tools - [Integrate](integrate) into other tools
- PK2InvenTree for [migrating from PartKeepr to InvenTree](https://github.com/rgilham/PK2InvenTree) - PK2InvenTree for [migrating from PartKeepr to InvenTree](https://github.com/rgilham/PK2InvenTree)
- Python [package](https://docs.inventree.org/en/latest/api/python/python/) - Python [package](https://docs.inventree.org/en/stable/api/python/python/)

View File

@ -5,7 +5,7 @@ We supply core-dev and community built plugins to get you started with extending
We expose some internal Python APIs to speed up your development and keep the instance running while you discover the possibilities. We expose some internal Python APIs to speed up your development and keep the instance running while you discover the possibilities.
You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/latest/extend/plugins/) You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/stable/extend/plugins/)
### Highlights ### Highlights