Redirect a selection of old pages to new ones #257
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This partially addresses #168
Redirects the most important pages in the Cylc 7 and Cylc 8 early beta docs to their current counterparts, so when you switch versions from those to latest, you won't face a 404 anymore.
I think it's possible to do the opposite, but would require manually adding the current counterparts as html files that redirect to the old pages, in the Cylc 7 folders on the
gh-pages
branch(Tests will fail until #253 merged)