-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add last changelog to the downloads page in docs #429
Comments
Hey, @angrykoala. |
Hi @Afshar07 Thanks, that's ok 👍 At the moment, the downloads page performs an http request to https://api.github.com/repos/angrykoala/gaucho/releases/latest to get the current downloads links. In this json object, the release notes should be available (in markdown). These notes could be added to the downloads page, a separate page, or, just creating a link to the http_url. As long as is clear an easy for the user any option is fine by me. This task is about changing Gaucho website. all the code for this is in the branch docs and uses docusaurus with a little bit of React. All the changes you need will probably need to go in Also, when you have a PR ready, it should go to the Hope this helps in beginning, and feel free to ask anything you need here |
Hi @angrykoala, can i install react-markdown package to render the markdown or should i render it another way? |
@Afshar07 I've unassigned you due to inactivity, so other people may take on this issue, feel free to comment if you are still planning on working on this 😄 |
We could add the last changes to the release page in gh-pages docs.
This can be done by taking the release content from the call to GitHub releases
https://angrykoala.github.io/gaucho/download
The text was updated successfully, but these errors were encountered: