When pages with a tag version are displayed, we except to use the corresponding doc.php file. For example: https://www.cyberbotics.com/doc/guide/the-user-interface?version=8.6 => https://www.cyberbotics.com/files/repository/www/wwi/8.6/doc.php This is currently not the case, https://www.cyberbotics.com/files/repository/www/wwi/$(master_version)/doc.php is used. This causes difficult backward compatibility issues like these ones: - https://github.com/omichel/webots-doc/pull/798 - https://github.com/omichel/webots-doc/pull/819
When pages with a tag version are displayed, we except to use the corresponding doc.php file.
For example:
https://www.cyberbotics.com/doc/guide/the-user-interface?version=8.6 => https://www.cyberbotics.com/files/repository/www/wwi/8.6/doc.php
This is currently not the case, https://www.cyberbotics.com/files/repository/www/wwi/$(master_version)/doc.php
is used.
This causes difficult backward compatibility issues like these ones: