fix docs links (#500)

This commit is contained in:
wengtad
2021-06-13 03:47:33 +08:00
committed by GitHub
parent 562cea341b
commit 7d8e2754d7
18 changed files with 57 additions and 56 deletions

View File

@@ -2,13 +2,13 @@
## Getting a Token
Mealie supports long-live api tokens in the user frontend. See [user settings page](../../users-groups/user-settings/)
Mealie supports long-live api tokens in the user frontend. See [user settings page](../users-groups/user-settings.md)
## Key Components
### Exploring Your Local API
On your local installation you can access interactive API documentation that provides `curl` examples and expected results. This allows you to easily test and interact with your API to identify places to include your own functionality. You can visit the documentation at `http://mealie.yourdomain.com/docs or see the example at the [Demo Site](https://mealie-demo.hay-kot.dev/docs)
On your local installation you can access interactive API documentation that provides `curl` examples and expected results. This allows you to easily test and interact with your API to identify places to include your own functionality. You can visit the documentation at `http://mealie.yourdomain.com/docs` or see the example at the [Demo Site](https://mealie-demo.hay-kot.dev/docs){:target="_blank"}
### Recipe Extras
Recipes extras are a key feature of the Mealie API. They allow you to create custom json key/value pairs within a recipe to reference from 3rd part applications. You can use these keys to contain information to trigger automation or custom messages to relay to your desired device.