diff --git a/docs/assets/images/settings/theme_dark.png b/docs/assets/images/settings/theme_dark.png index 930ab9e..09d9abb 100644 Binary files a/docs/assets/images/settings/theme_dark.png and b/docs/assets/images/settings/theme_dark.png differ diff --git a/docs/assets/images/settings/theme_default.png b/docs/assets/images/settings/theme_default.png index b11573f..71eda32 100644 Binary files a/docs/assets/images/settings/theme_default.png and b/docs/assets/images/settings/theme_default.png differ diff --git a/docs/extend/themes.md b/docs/extend/themes.md index d1081b8..5f89252 100644 --- a/docs/extend/themes.md +++ b/docs/extend/themes.md @@ -8,7 +8,8 @@ You can customize the look of InvenTree via the color themes feature. ### Select Color Theme -Navigate to the "Settings" page and click on the "Theme" tab, you should see the following: +Navigate to the "Settings" page and click on the "Display" tab, you should see the following: + {% with id="theme_default", url="settings/theme_default.png", description="Default InvenTree color theme" %} {% include 'img.html' %} {% endwith %} @@ -19,6 +20,7 @@ The drop-down list let's you select any other color theme found in your static f Color themes are "user specific" which means that changing the color theme in your own settings won't affect other users. Here is an example what the "Dark Reader" theme looks like: + {% with id="theme_dark", url="settings/theme_dark.png", description="Dark Reader InvenTree color theme" %} {% include 'img.html' %} {% endwith %} diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index 9b27955..2d0b792 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -80,8 +80,3 @@ PR [#2436](https://github.com/inventree/InvenTree/pull/2436) refactors the proce ### Merging Stock Items PR [#2468](https://github.com/inventree/InvenTree/pull/2468) adds the ability to merge multiple stock items together. - -## Major Bug Fixes - -| Pull Request | Description | -| --- | --- | diff --git a/docs/settings/MFA.md b/docs/settings/MFA.md index 66ca66b..a315329 100644 --- a/docs/settings/MFA.md +++ b/docs/settings/MFA.md @@ -10,7 +10,8 @@ As TOTP is an [open standard](https://datatracker.ietf.org/doc/html/rfc6238) the ### Configuration -To make MFA mandatory for all users +To make MFA mandatory for all users: + 1. Enable it in the [global settings](../settings/global.md). ### Security Consideration