From 72b2205502a22b7ef6053b1a6a7cc761a42895e0 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 26 Jun 2022 23:45:20 +0200 Subject: [PATCH] restructure page --- docs/part/notification.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/part/notification.md b/docs/part/notification.md index 97681a8..e313970 100644 --- a/docs/part/notification.md +++ b/docs/part/notification.md @@ -2,7 +2,7 @@ title: Part Notifications --- -## Notification Events +## General Notification Details Users can select to receive email notifications when certain events occur. @@ -12,6 +12,16 @@ Users can select to receive email notifications when certain events occur. !!! warning "Valid Email Address" Each user must have a valid email address associated with their account to receive email notifications +## Subscription List + +Users can view the parts and categories they are subscribed to on the InvenTree home page: + +{% with id="cat_subs", url="part/cat_subs.png", description="Category subscription list" %} +{% include 'img.html' %} +{% endwith %} + +## Part Notification Events + ### Low Stock Notification If the *minimum stock* threshold is set for a *Part*, then a "low stock" notification can be generated when the stock level for that part falls below the configured level. @@ -63,11 +73,3 @@ Subscribing to a part category operates in the same manner as for a part - simpl {% with id="cat_sub", url="part/category_notification.png", description="Subscribe to part category" %} {% include 'img.html' %} {% endwith %} - -## Subscription List - -Users can view the parts and categories they are subscribed to on the InvenTree home page: - -{% with id="cat_subs", url="part/cat_subs.png", description="Category subscription list" %} -{% include 'img.html' %} -{% endwith %}