diff --git a/docs/assets/images/part/cat_subs.png b/docs/assets/images/part/cat_subs.png new file mode 100644 index 0000000..271b33e Binary files /dev/null and b/docs/assets/images/part/cat_subs.png differ diff --git a/docs/part/notification.md b/docs/part/notification.md index e6ff528..8fb1e9a 100644 --- a/docs/part/notification.md +++ b/docs/part/notification.md @@ -63,3 +63,11 @@ 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 %} diff --git a/mkdocs.yml b/mkdocs.yml index 4fd2375..46dfe5c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,7 +66,7 @@ nav: - Templates: part/template.md - Tests: part/test.md - Pricing: part/pricing.md - - Notification: part/notification.md + - Notifications: part/notification.md - Stock: - Stock Items: stock/stock.md - Stock Status: stock/status.md