You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of calling GitHub API for checking if the deployed version is the latest one, we could just deploy a latest_version.json static JSON file on the documentation site, and query that without worrying about rate limits.
We could post a PR every time that we make a CodeGate release to update the JSON file.
Description
Instead of calling GitHub API for checking if the deployed version is the latest one, we could just deploy a
latest_version.json
static JSON file on the documentation site, and query that without worrying about rate limits.We could post a PR every time that we make a CodeGate release to update the JSON file.
Idea of @kantord
Additional Context
Conversation in Discord
The text was updated successfully, but these errors were encountered: