From ae33285a9ec289d55eb96f85bc2d714ff1cc2a01 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 13 Feb 2021 19:41:00 -0900 Subject: [PATCH] docs update --- docs/docs/changelog.md | 2 ++ docs/docs/getting-started/site-settings.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index dc4de6bc1..3a7ecfe5b 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -3,6 +3,8 @@ ## v0.3.0 - Draft! ### Features and Improvements + - Improved Nextcloud Imports + - Improved Recipe Parser - Open search with `/` hotkey! - Unified and improved snackbar notifications - New Category/Tag endpoints to filter all recipes by Category or Tag diff --git a/docs/docs/getting-started/site-settings.md b/docs/docs/getting-started/site-settings.md index e349f4019..51fe5a688 100644 --- a/docs/docs/getting-started/site-settings.md +++ b/docs/docs/getting-started/site-settings.md @@ -19,7 +19,9 @@ Color themes can be created and set from the UI in the settings page. You can se ## Backups Site backups can easily be taken and download from the UI. To import, simply select the backup you'd like to restore and check which items you'd like to import. -## Meal Planner Webhooks +## Meal Planner +In the meal planner section you can select categories to be used as apart of the random recipe selector in the meal plan creator. + Meal planner webhooks are post requests sent from Mealie to an external endpoint. The body of the message is the Recipe JSON of the scheduled meal. If no meal is schedule, no request is sent. The webhook functionality can be enabled or disabled as well as scheduled. Note that you must "Save Webhooks" prior to any changes taking affect server side.