appwrite / templates

Templates for Appwrite Functions ⚡️🌩️
https://appwrite.io
MIT License
104 stars 81 forks source link

🐛 Bug Report: Documentation for many environment variables point to outdated links #259

Closed dcowan-london closed 6 months ago

dcowan-london commented 6 months ago

👟 Reproduction steps

Many Function templates require environment variables, which are specified in each templates README.md. Many of these have outdated documentation links.

For example, many Function templates require an environment variable APPWRITE_API_KEY. The README.md in each Function template contains a link to https://appwrite.io/docs/getting-started-for-server#apiKey, which no longer exists.

👍 Expected behavior

(Example) The APPWRITE_API_KEY Documentation link should point to https://appwrite.io/docs/advanced/platform/api-keys

👎 Actual Behavior

(Example) The APPWRITE_API_KEY Documentation link points to https://appwrite.io/docs/getting-started-for-server#apiKey

🎲 Appwrite version

Different version (specify in environment)

💻 Operating system

Something else

🧱 Your Environment

This is a documentation issue. Appwrite version is irrelevant.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?