diff --git a/docs/docs/concepts/units.md b/docs/docs/concepts/units.md index fccaa7d7a8..0bb8be7456 100644 --- a/docs/docs/concepts/units.md +++ b/docs/docs/concepts/units.md @@ -21,7 +21,7 @@ The [unit of measure](../part/part.md#units-of-measure) field for the [Part](../ ### Supplier Part -The [supplier part](../part/part/#supplier-parts) model uses real-world units to convert between supplier part quantities and internal stock quantities. Unit conversion rules ensure that only compatible unit types can be supplied +The [supplier part](../part/part.md/#supplier-parts) model uses real-world units to convert between supplier part quantities and internal stock quantities. Unit conversion rules ensure that only compatible unit types can be supplied ### Part Parameter diff --git a/docs/docs/extend/plugins/tags.md b/docs/docs/extend/plugins/tags.md index ebcfdc3502..c7853e0baa 100644 --- a/docs/docs/extend/plugins/tags.md +++ b/docs/docs/extend/plugins/tags.md @@ -8,7 +8,7 @@ Several models in InvenTree can be tagged with arbitrary tags. Tags are useful f Tags are shared between all models that can be tagged. The following models can be tagged: -- [Parts](../../part/part.md) and [Supplier Parts](../../order/company#supplier-parts)/[Manufacturer Part](../../order/company#manufacturer-parts) +- [Parts](../../part/part.md) and [Supplier Parts](../../order/company.md#supplier-parts)/[Manufacturer Part](../../order/company.md#manufacturer-parts) - [Stock Items](../../stock/stock.md#stock-item) / [Stock Location](../../stock/stock.md#stock-location) diff --git a/docs/docs/part/create.md b/docs/docs/part/create.md index 0eab451789..46750fbd67 100644 --- a/docs/docs/part/create.md +++ b/docs/docs/part/create.md @@ -64,6 +64,6 @@ If the *Add Supplier Data* option is checked, then supplier part and manufacture The following alternative methods for creating parts are supported: -- [Via the REST API](../../api/api) -- [Using the Python library](../../api/python) -- [Within the Admin interface](../../settings/admin) +- [Via the REST API](../api/api.md) +- [Using the Python library](../api/python/python.md) +- [Within the Admin interface](../settings/admin.md) diff --git a/docs/docs/part/notification.md b/docs/docs/part/notification.md index 48d0bffde9..27aed5a9cd 100644 --- a/docs/docs/part/notification.md +++ b/docs/docs/part/notification.md @@ -7,7 +7,7 @@ title: Part Notifications Users can select to receive notifications when certain events occur. !!! warning "Email Configuration Required" - External notifications require correct [email configuration](../../start/config/#email-settings). They also need to be enabled in the settings under notifications`. + External notifications require correct [email configuration](../start/config.md#email-settings). They also need to be enabled in the settings under notifications`. !!! warning "Valid Email Address" Each user must have a valid email address associated with their account to receive email notifications @@ -50,7 +50,7 @@ Any users who are subscribed to notifications for the part in question will rece ### Build Order Notification -When a new [Build Order](../../build/build/) is created, the InvenTree software checks to see if any of the parts required to complete the order are low on stock. +When a new [Build Order](../build/build.md) is created, the InvenTree software checks to see if any of the parts required to complete the order are low on stock. If there are any parts with low stock, a notification is generated for any users subscribed to notifications for the part being built. diff --git a/docs/docs/part/trackable.md b/docs/docs/part/trackable.md index 55aba96f89..4810c0a94c 100644 --- a/docs/docs/part/trackable.md +++ b/docs/docs/part/trackable.md @@ -2,7 +2,7 @@ title: Trackable Parts --- -Denoting a part as *Trackble* changes the way that [stock items](../../stock/stock) associated with the particular part are handled in the database. A trackable part also has more restrictions imposed by the database scheme. +Denoting a part as *Trackble* changes the way that [stock items](../stock/stock.md) associated with the particular part are handled in the database. A trackable part also has more restrictions imposed by the database scheme. ## Stock Tracking diff --git a/docs/docs/releases/0.1.5.md b/docs/docs/releases/0.1.5.md index 593c68cc39..1199a8e317 100644 --- a/docs/docs/releases/0.1.5.md +++ b/docs/docs/releases/0.1.5.md @@ -24,7 +24,7 @@ Refer to the [build documentation](../build/build.md#overdue-builds) for more in ### Stock Item Expiry -[#1202](https://github.com/inventree/InvenTree/pull/1202) introduces the concept of an *Expiry Date* for Stock Items. For further information, refer to the [expiry documentation](../../stock/expiry). +[#1202](https://github.com/inventree/InvenTree/pull/1202) introduces the concept of an *Expiry Date* for Stock Items. For further information, refer to the [expiry documentation](../stock/expiry.md). ### Stock Ownership diff --git a/docs/docs/releases/0.2.1.md b/docs/docs/releases/0.2.1.md index 036e03ec7b..c992bd7db6 100644 --- a/docs/docs/releases/0.2.1.md +++ b/docs/docs/releases/0.2.1.md @@ -14,7 +14,7 @@ title: Release 0.2.1 !!! warning "Configuration Required" Refer to the [email configuration - options](../../start/config/#email-settings). + options](../start/config.md#email-settings). ### Manufacturer Parts diff --git a/docs/docs/releases/0.6.0.md b/docs/docs/releases/0.6.0.md index 90a0971499..5edd0d2d97 100644 --- a/docs/docs/releases/0.6.0.md +++ b/docs/docs/releases/0.6.0.md @@ -54,7 +54,7 @@ PR [#2119](https://github.com/inventree/InvenTree/pull/2119) adds the ability to ### SSO Support -PR [#2017](https://github.com/inventree/InvenTree/pull/2017) adds support for SSO (single sign on) authentication. SSO integration requires configuration by the system administrator. Refer to the [SSO documentation](../settings/sso) for further information. +PR [#2017](https://github.com/inventree/InvenTree/pull/2017) adds support for SSO (single sign on) authentication. SSO integration requires configuration by the system administrator. Refer to the [SSO documentation](../settings/SSO.md) for further information. ### BOM Substitution @@ -74,7 +74,7 @@ PR [#2208](https://github.com/inventree/InvenTree/pull/2208) provides notificati ### MFA Support -PR [#2221](https://github.com/inventree/InvenTree/pull/2221) adds support for MFA (multi factor authentication). This enables admins to require all users to enable MFA as a second auth step. Refer to the [documentation](../settings/mfa) for further information. +PR [#2221](https://github.com/inventree/InvenTree/pull/2221) adds support for MFA (multi factor authentication). This enables admins to require all users to enable MFA as a second auth step. Refer to the [documentation](../settings/MFA.md) for further information. ### Stock Item Forms PR [#2198](https://github.com/inventree/InvenTree/pull/2198) provides a major refactor of stock item forms, for creating and editing stock items. These forms have been migrated to the REST API, providing a much more responsive user experience. diff --git a/docs/docs/start/intro.md b/docs/docs/start/intro.md index b8a0d56f6b..1e813d23d9 100644 --- a/docs/docs/start/intro.md +++ b/docs/docs/start/intro.md @@ -52,7 +52,7 @@ The InvenTree documentation assumes that the operating system is a debian based Installation on Windows is *not guaranteed* to work (at all). To install on a Windows system, it is highly recommended that you [install WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10#manual-installation-steps), and then follow installation procedure from within the WSL environment. !!! success "Docker" - Installation on any OS is simplified by following the [docker setup guide](../docker). + Installation on any OS is simplified by following the [docker setup guide](./docker.md). ## Python Requirements diff --git a/docs/docs/stock/owner.md b/docs/docs/stock/owner.md index 9fe96abb31..e782fe4fda 100644 --- a/docs/docs/stock/owner.md +++ b/docs/docs/stock/owner.md @@ -33,7 +33,7 @@ When selecting an owner, in the drop-down list, groups are annotated with the icon under the location's name then click on "Edit Location". !!! warning - If you cannot see the icon, it means that you do **not** have permissions to edit stock locations. Refer to [the permissions documentation](../../settings/permissions/#roles) and/or contact your InvenTree administrator. + If you cannot see the icon, it means that you do **not** have permissions to edit stock locations. Refer to [the permissions documentation](../settings/permissions.md#roles) and/or contact your InvenTree administrator. In the "Edit Stock Location" form, select the owner and click the "Submit" button: @@ -54,7 +54,7 @@ Setting the owner of stock location will automatically: To specify the owner of a stock item, navigate to the stock item detail page. Click on the icon under the item's name then click on "Edit stock item". !!! warning - If you cannot see the icon, it means that you do **not** have permissions to edit stock items. Refer to [the permissions documentation](../../settings/permissions/#roles) and/or contact your InvenTree administrator. + If you cannot see the icon, it means that you do **not** have permissions to edit stock items. Refer to [the permissions documentation](../settings/permissions.md/#roles) and/or contact your InvenTree administrator. In the "Edit Stock Item" form, select the owner and click the "Save" button: