parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.83k stars 4.77k forks source link

Publish API docs for pre-releases #8685

Open mtrezza opened 1 year ago

mtrezza commented 1 year ago

New Feature / Enhancement Checklist

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

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!