-
Notifications
You must be signed in to change notification settings - Fork 14
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
Create JSON With Download Information for Releases #6
base: master
Are you sure you want to change the base?
Conversation
…h the releases information included in the website homepage.
Completed and polished up the json file and am actively working on using it to load content onto the website. Let me know if there are any changes that should be made to the structure. |
@emma-coronado cool, I'm really looking forward for this improvement!
No changes so far, there were no new releases since the last 2.2 alpha release, and it is there. |
Hi Azat! I finished building a downloads page that loads the information from the json. Could you approve this pull request so I can test it with the final url for the json? I currently have it set to fetch the json from a specified address and have not had success with other methods so would appreciate some guidance on how to execute that if you are wanting to wait to publish this pr. |
"PR":"https://github.com/libevent/libevent/pull/1045" | ||
}], | ||
|
||
"otherStableReleases":[ |
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.
Let's keep all releases in one key? And just parse the type of the release from the version name
Can't you simply use |
Made the /content directory to house any JSON files created.
Made the releases.json file with all the information for the releases currently listed in the homepage.
An empty object named releaseInfoTemplate is included at the start which serves as a template for formatting each release detailed in the file. It includes the names of each key used to organize the information for each release.