Add get_latest_version for opengl by Suraj-Yadav · Pull Request #2516 · freeCodeCamp/devdocs
I need some clarity on this point.
OpenGL only has api reference for the latest version (currently 4.5), under gl4. This is opengl~4 in devdocs. This gets updated and I want this to be captured in the Documentation versions reports.
OpenGL also have api reference for OpenGL 2.1, under gl2.1. This is opengl~2.1 in devdocs. These are retained because they are the only source of reference material for GLX, GLU, and the OpenGL Compatibility Profile.
Ref: https://registry.khronos.org/OpenGL-Refpages/
What would be the best way to have this?