mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
docs: Fix Formatting (#4309)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
parent
c904f2d818
commit
113347a6e5
3 changed files with 5 additions and 2 deletions
|
@ -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`
|
||||
|
|
|
@ -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
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue