From baa2794eb50e2d977db0469c35b5f9363d32e04d Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Mon, 30 Sep 2024 08:37:11 +0000 Subject: [PATCH 1/3] add note to docs --- docs/docs/documentation/getting-started/faq.md | 2 ++ docs/docs/overrides/api.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/documentation/getting-started/faq.md b/docs/docs/documentation/getting-started/faq.md index b6692f9c9d8..992a033dbf8 100644 --- a/docs/docs/documentation/getting-started/faq.md +++ b/docs/docs/documentation/getting-started/faq.md @@ -33,6 +33,8 @@ Do the following for each recipe you want to intelligently handle ingredients. Scaling up this recipe or adding it to a Shopping List will now smartly take care of ingredient amounts and duplicate combinations. +Note: Each recipe must have a servings count set for smart ingredient handling to work. + ## Is it safe to upgrade Mealie? Yes. If you are using the v1 branches (including beta), you can upgrade to the latest version of Mealie without performing a site Export/Restore. This process was required in previous versions of Mealie, however we've automated the database migration process to make it easier to upgrade. Note that if you were using the v0.5.x version, you CANNOT upgrade to the latest version automatically. You must follow the migration instructions in the documentation. diff --git a/docs/docs/overrides/api.html b/docs/docs/overrides/api.html index ce5d7fd8614..6675b7b4c5e 100644 --- a/docs/docs/overrides/api.html +++ b/docs/docs/overrides/api.html @@ -14,7 +14,7 @@
From de79f0a8f8905d7c628b5cff67a3ea21c48adead Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Mon, 30 Sep 2024 08:38:55 +0000 Subject: [PATCH 2/3] fix note --- docs/docs/documentation/getting-started/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/documentation/getting-started/faq.md b/docs/docs/documentation/getting-started/faq.md index 992a033dbf8..080da730966 100644 --- a/docs/docs/documentation/getting-started/faq.md +++ b/docs/docs/documentation/getting-started/faq.md @@ -33,7 +33,7 @@ Do the following for each recipe you want to intelligently handle ingredients. Scaling up this recipe or adding it to a Shopping List will now smartly take care of ingredient amounts and duplicate combinations. -Note: Each recipe must have a servings count set for smart ingredient handling to work. +Note: Each recipe must have a servings count set for recipe scaling handling to work. ## Is it safe to upgrade Mealie? From 602801b2fb16919f5e5f25be78832944cab0973b Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:32:36 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/documentation/getting-started/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/documentation/getting-started/faq.md b/docs/docs/documentation/getting-started/faq.md index 080da730966..dc548461685 100644 --- a/docs/docs/documentation/getting-started/faq.md +++ b/docs/docs/documentation/getting-started/faq.md @@ -33,7 +33,7 @@ Do the following for each recipe you want to intelligently handle ingredients. Scaling up this recipe or adding it to a Shopping List will now smartly take care of ingredient amounts and duplicate combinations. -Note: Each recipe must have a servings count set for recipe scaling handling to work. +Note: Each recipe must have a servings count set for recipe scaling to work. ## Is it safe to upgrade Mealie?