diff --git a/docs/docs/contributors/developers-guide/migration-guide.md b/docs/docs/contributors/developers-guide/migration-guide.md index f28c6d7c249..ff7c7bf8c5d 100644 --- a/docs/docs/contributors/developers-guide/migration-guide.md +++ b/docs/docs/contributors/developers-guide/migration-guide.md @@ -15,6 +15,7 @@ We have renamed the `updateAt` field to `updatedAt`. While the API will still ac ### Backend Endpoint Changes These endpoints have moved, but are otherwise unchanged: + - `/recipes/create-url` -> `/recipes/create/url` - `/recipes/create-url/bulk` -> `/recipes/create/url/bulk` - `/recipes/create-from-zip` -> `/recipes/create/zip` @@ -38,6 +39,7 @@ These endpoints have moved, but are otherwise unchanged: `/groups/members` previously returned a `UserOut` object, but now returns a `UserSummary`. Should you need the full user information (username, email, etc.), rather than just the summary, see `/households/members` instead for the household members. These endpoints have been completely removed: + - `/admin/analytics` (no longer used) - `/groups/permissions` (see household permissions) - `/groups/statistics` (see household statistics) @@ -49,6 +51,7 @@ These endpoints have been completely removed: ### Frontend Links These frontend pages have moved: + - `/group/mealplan/...` -> `/household/mealplan/...` - `/group/members` -> `/household/members` - `/group/notifiers` -> `/household/notifiers` diff --git a/docs/docs/documentation/getting-started/updating.md b/docs/docs/documentation/getting-started/updating.md index de8be5a8746..d5ed751510e 100644 --- a/docs/docs/documentation/getting-started/updating.md +++ b/docs/docs/documentation/getting-started/updating.md @@ -17,7 +17,7 @@ If you are upgrading from pre-v1.0.0 to v1.0.0 or later (v2.0.0, etc.), make sur [See Backups and Restore Section](../getting-started/usage/backups-and-restoring.md) for details on backing up your data ## Docker -For all setups using Docker the updating process looks something like this +For all setups using Docker, the updating process looks something like this: - Stop the container using `docker compose down` - If you are not using the latest tag, change the version (image tag) in your docker-compose file diff --git a/docs/docs/overrides/api.html b/docs/docs/overrides/api.html index 6675b7b4c5e..906070f56ad 100644 --- a/docs/docs/overrides/api.html +++ b/docs/docs/overrides/api.html @@ -14,7 +14,7 @@