diff --git a/docs/docs/manufacturing/allocate.md b/docs/docs/manufacturing/allocate.md index f6627f35fe..9df1ded15e 100644 --- a/docs/docs/manufacturing/allocate.md +++ b/docs/docs/manufacturing/allocate.md @@ -31,7 +31,7 @@ Before continuing, it is important that the difference between *untracked* and * #### BOM Considerations -A [Bill of Materials](./bom.md) to generate an assembly may consist of a mixture of *untracked* and *tracked* components. The build order process can facilitate this, as documentated in the sections below. +A [Bill of Materials](./bom.md) to generate an assembly may consist of a mixture of *untracked* and *tracked* components. The build order process can facilitate this, as documented in the sections below. ### Tracked Build Outputs diff --git a/docs/docs/part/trackable.md b/docs/docs/part/trackable.md index 5eccdb355d..d833829929 100644 --- a/docs/docs/part/trackable.md +++ b/docs/docs/part/trackable.md @@ -4,7 +4,7 @@ title: Trackable Parts ## Stock Tracking -Denoting a part as *Trackble* changes the way that [stock items](../stock/index.md) 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 *Trackable* changes the way that [stock items](../stock/index.md) associated with the particular part are handled in the database. A trackable part also has more restrictions imposed by the database scheme. For many parts in an InvenTree database, simply tracking current stock levels (and locations) is sufficient. However, some parts require more extensive tracking than simple stock level knowledge. diff --git a/docs/docs/project/resources.md b/docs/docs/project/resources.md index 0437810cb7..9074d17818 100644 --- a/docs/docs/project/resources.md +++ b/docs/docs/project/resources.md @@ -6,7 +6,7 @@ The InvenTree project is grateful to receive resources from various vendors free Individuals and companies can also support via [GitHub sponsors](https://github.com/sponsors/inventree). -## Current supporters +## Current Supporters - [DigitalOcean](https://inventree.org/digitalocean) - Cloud hosting provider, used to host the InvenTree demo instance - [Crowdin](https://crowdin.com/) - Translation platform, used to manage the [InvenTree translations](../develop/contributing.md#translations) across backend, frontend and app - [SonarQube Cloud](https://sonarcloud.io/) - Code quality and security analysis, used to track the code quality of the various components @@ -15,7 +15,8 @@ Individuals and companies can also support via [GitHub sponsors](https://github. - [Netlify](https://www.netlify.com/) - Static site hosting provider, used to test deploy the frontend and website - [Depot](https://depot.dev/?utm_source=inventree) - Docker build accelerator, used to build the multi-arch images for the InvenTree docker image -## Past supporters -Non cromprehensive list of past supporters. The project stops consuming resources for various reasons, this does not mean they are not good resources. +## Past Supporters + +Non comprehensive list of past supporters. The project stops consuming resources for various reasons, this does not mean they are not good resources. - [Coveralls](https://coveralls.io/) - Code coverage as a service - [Deepsource](https://deepsource.io/) - Code quality and security analysis diff --git a/docs/docs/settings/MFA.md b/docs/docs/settings/MFA.md index cd6393f9fa..feccabc87f 100644 --- a/docs/docs/settings/MFA.md +++ b/docs/docs/settings/MFA.md @@ -4,7 +4,7 @@ title: InvenTree Multi Factor Authentication ## Multi Factor Authentication - InvenTree gives the option to use TOTP or statically generated backup tokens as an additional factor to password or SSO authentication. This is a widely adopted security feature on enterprise web services. We highly encourage to enable it if you expose your instance to the public internet. + InvenTree gives the option to use [TOTP](https://en.wikipedia.org/wiki/Time-based_One-Time_Password) or statically generated backup tokens as an additional factor to password or SSO authentication. This is a widely adopted security feature on enterprise web services. We highly encourage to enable it if you expose your instance to the public internet. As TOTP is an [open standard](https://datatracker.ietf.org/doc/html/rfc6238) there are a lot of different ways to hold your key and generate the time based tokens needed for authentication. That ranges from physical devices to password managers and mobile apps. We do not advertise any method but recommend to keep password and token generator separate from each other.