diff --git a/docs/docs/concepts/attachments.md b/docs/docs/concepts/attachments.md index 1dca8ea070..7fcdde8238 100644 --- a/docs/docs/concepts/attachments.md +++ b/docs/docs/concepts/attachments.md @@ -15,4 +15,4 @@ Parameters can be associated with various InvenTree models. Any model which supports attachments will have an "Attachments" tab on its detail page. This tab displays all attachments associated with that object: -{{ image("concepts/attachment-tab.png", "Order Attachments Example") }} +{{ image("concepts/attachments-tab.png", "Order Attachments Example") }} diff --git a/docs/docs/concepts/parameters.md b/docs/docs/concepts/parameters.md index c80f097eea..ca44989dab 100644 --- a/docs/docs/concepts/parameters.md +++ b/docs/docs/concepts/parameters.md @@ -65,7 +65,7 @@ Parametric tables gather all parameters from all objects of a particular type, t Tables views which support parametric filtering and sorting will have a "Parametric View" button above the table: -{{ image("common/parametric-parts.png", "Parametric Parts Table") }} +{{ image("concepts/parametric-parts.png", "Parametric Parts Table") }} ### Sorting by Parameter Value diff --git a/docs/docs/part/views.md b/docs/docs/part/views.md index 9c485893f8..8867c7a44e 100644 --- a/docs/docs/part/views.md +++ b/docs/docs/part/views.md @@ -39,12 +39,6 @@ A Part is defined in the system by the following parameters: The Part view page organizes part data into sections, displayed as tabs. Each tab has its own function, which is described in this section. -### Parameters - -Parts can have multiple defined parameters. - -[Read about Part parameters](./parameter.md) - ### Variants If a part is a *Template Part* then the *Variants* tab will be visible. @@ -125,10 +119,18 @@ Related parts can be added and are shown under a table of the same name in the " This feature can be enabled or disabled in the global part settings. +### Parameters + +Parts can have multiple defined parameters. + +[Read about parameters](../concepts/parameters.md). + ### Attachments The *Part Attachments* tab displays file attachments associated with the selected *Part*. Multiple file attachments (such as datasheets) can be uploaded for each *Part*. +[Read about attachments](../concepts/attachments.md). + ### Notes A part may have notes attached, which support markdown formatting.