Closed oliver-sanders closed 3 years ago
Should allow redirects from the old doc landing page (document now removed) and the old build-sphinx redirect.
doc
build-sphinx
Test by visiting https://cylc.github.io/doc/built-sphinx and checking the window.location.pathname:
https://cylc.github.io/doc/built-sphinx
window.location.pathname
>>> window.location.pathname.split('/') Array(3) [ "", "doc", "built-sphinx" ]
Let's stick this in and test in-situ.
(may take a little while for gh-pages to complete the deployment)
Sorted.
https://cylc.github.io/doc/built-sphinx/html/introduction.html
Should allow redirects from the old
doc
landing page (document now removed) and the oldbuild-sphinx
redirect.Test by visiting
https://cylc.github.io/doc/built-sphinx
and checking thewindow.location.pathname
: