Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
API docs are only published for stable releases, not for pre-releases. This makes it difficult for people to test out pre-releases.
Feature / Enhancement Description
Publish API docs also for pre-releases
The only issue may be that the default API URL:
http://parseplatform.org/parse-server/api/
points to the latest published release as defined in:
https://github.com/parse-community/parse-server/blob/gh-pages/api/index.html
If we publish a pre-release the default page would currently be the pre-release docs, which is incorrect and likely confusing since the API docs do not show the API version anywhere in the docs, only in the browser URL.
n/a