From 738add06bdab01da7c0d7cb941a53e0984b3152c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 8 Sep 2021 09:43:54 +0200 Subject: [PATCH] adding in settings page --- docs/admin/settings.md | 13 +++++++++++++ mkdocs.yml | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/admin/settings.md diff --git a/docs/admin/settings.md b/docs/admin/settings.md new file mode 100644 index 0000000..9e78648 --- /dev/null +++ b/docs/admin/settings.md @@ -0,0 +1,13 @@ +--- +title: InvenTree Admin Settings +--- + +## Admin Settings + +InvenTree ships with a lot of dynmaic settings. While [config file settings](../start/config.md) require access to the webserver on which InvenTree is hosted these can be changed by all admins of the server. + +### User Settings + +Change how InvenTree apears to the individual user and configure login and user data. + +### Global Settings diff --git a/mkdocs.yml b/mkdocs.yml index 7f64268..8a87798 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -95,6 +95,7 @@ nav: - Context Variables: report/context_variables.md - Admin: - Admin Interface: admin/admin.md + - Settings: admin/settings.md - User Permissions: admin/permissions.md - Export Data: admin/export.md - Import Data: admin/import.md