napari / napari.github.io

website for the napari image viewer
https://napari.org/
44 stars 43 forks source link

Change version switcher pointer to stable in unversioned pages #413

Closed melissawm closed 1 month ago

melissawm commented 1 month ago

When pages from latest are copied over by the unversioned workflow to stable, the version switcher detects them as coming from "latest" (or dev). This may be confusing for users.

This PR includes a sed command to replace the appropriate setting in the html so the version switcher points to the stable version for the unversioned pages.

This has been happening since we turned the workflow on 0.5.0, so a follow-up PR will need to be made to fix this expression in the 0.5.0 folder.

Closes #410