-
-
Notifications
You must be signed in to change notification settings - Fork 597
docs: Generate API documentation for release branch #2035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening this pull request! |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #2035 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 61 61
Lines 6168 6168
Branches 1498 1498
=========================================
Hits 6168 6168 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good; is this ready for merge?
This is ready for merge |
🎉 This change has been released in version 4.3.0-alpha.2 |
🎉 This change has been released in version 4.3.1-beta.1 |
🎉 This change has been released in version 4.3.1 |
🎉 This change has been released in version 4.3.1-alpha.1 |
Pull Request
Issue
Currently there is no permanent link to the documentation for the latest api. There is release version specific links but those can get stale as new releases are publish. This can be mitigated if parse-community/minami#1 is released
Closes: #2034
Approach
Adds support for links that match the latest release.
Example: https://parseplatform.org/Parse-SDK-JS/api/release/Parse.html#.initialize
Task
Waiting for parse-community/minami#3 to be merged and released to test.