After a private discussion with @akaszynski, we should reconsider our dev and release folder strategy. Search engine crawlers are going crazy and not counting the hits properly due to this issue. Our main index file is always pointing to the latest "release" folder but this folder may be very "dynamic" in naming - depending on the frequency on which a package releases a minor version...
We should try to make it more stable.. I propose the following scheme:
dev: as it is right now.
stable: for the latest released version.
releases: for older releases.
That ways crawlers always know to look at https://CNAME/stable/index.html
Pinging @jorgepiloto and @Revathyvenugopal162 for visibility and discussion. Also pinging the rest of the @pyansys/pyansys-core team.
After a private discussion with @akaszynski, we should reconsider our
dev
andrelease
folder strategy. Search engine crawlers are going crazy and not counting the hits properly due to this issue. Our main index file is always pointing to the latest "release" folder but this folder may be very "dynamic" in naming - depending on the frequency on which a package releases a minor version...We should try to make it more stable.. I propose the following scheme:
dev
: as it is right now.stable
: for the latest released version.releases
: for older releases.That ways crawlers always know to look at
https://CNAME/stable/index.html
Pinging @jorgepiloto and @Revathyvenugopal162 for visibility and discussion. Also pinging the rest of the @pyansys/pyansys-core team.